http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/class-use/ClassMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/ClassMetaExtended.html b/content/site/apidocs/org/apache/juneau/class-use/ClassMetaExtended.html index 87f712b..8b0c31d 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/ClassMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/class-use/ClassMetaExtended.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.ClassMetaExtended (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.ClassMetaExtended (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="Uses of Class org.apache.juneau.ClassMetaExtended (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.ClassMetaExtended (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -294,6 +294,6 @@ <!-- --> </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/class-use/Context.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/Context.html b/content/site/apidocs/org/apache/juneau/class-use/Context.html index 394fa1f..3dddeab 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/Context.html +++ b/content/site/apidocs/org/apache/juneau/class-use/Context.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.Context (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.Context (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="Uses of Class org.apache.juneau.Context (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.Context (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -119,15 +119,15 @@ </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> +<td class="colFirst"><a href="#org.apache.juneau.rest">org.apache.juneau.rest</a></td> <td class="colLast"> -<div class="block">Serializer API</div> +<div class="block">REST Servlet API</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.juneau.server">org.apache.juneau.server</a></td> +<td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> <td class="colLast"> -<div class="block">REST Servlet API</div> +<div class="block">Serializer API</div> </td> </tr> <tr class="altColor"> @@ -201,7 +201,8 @@ </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/Session.html#Session-org.apache.juneau.Context-">Session</a></span>(<a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> ctx)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/Session.html#Session-org.apache.juneau.Context-org.apache.juneau.ObjectMap-">Session</a></span>(<a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> ctx, + <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> op)</code> <div class="block">Default constructor.</div> </td> </tr> @@ -338,12 +339,12 @@ </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.serializer"> +<li class="blockList"><a name="org.apache.juneau.rest"> <!-- --> </a> -<h3>Uses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></h3> +<h3>Uses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/rest/package-summary.html">org.apache.juneau.rest</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> -<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></span><span class="tabEnd"> </span></caption> +<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/rest/package-summary.html">org.apache.juneau.rest</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> @@ -351,19 +352,19 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/serializer/SerializerContext.html" title="class in org.apache.juneau.serializer">SerializerContext</a></span></code> -<div class="block">Configurable properties common to all serializers.</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/RestServletContext.html" title="class in org.apache.juneau.rest">RestServletContext</a></span></code> +<div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/rest/RestServlet.html" title="class in org.apache.juneau.rest"><code>RestServlet</code></a> class.</div> </td> </tr> </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.server"> +<li class="blockList"><a name="org.apache.juneau.serializer"> <!-- --> </a> -<h3>Uses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/server/package-summary.html">org.apache.juneau.server</a></h3> +<h3>Uses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> -<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/server/package-summary.html">org.apache.juneau.server</a></span><span class="tabEnd"> </span></caption> +<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a> in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> @@ -371,8 +372,8 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/server/RestServletContext.html" title="class in org.apache.juneau.server">RestServletContext</a></span></code> -<div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/server/RestServlet.html" title="class in org.apache.juneau.server"><code>RestServlet</code></a> class.</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/serializer/SerializerContext.html" title="class in org.apache.juneau.serializer">SerializerContext</a></span></code> +<div class="block">Configurable properties common to all serializers.</div> </td> </tr> </tbody> @@ -513,6 +514,6 @@ <!-- --> </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/class-use/ContextFactory.NormalizingHashCode.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.NormalizingHashCode.html b/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.NormalizingHashCode.html deleted file mode 100644 index 0952fd6..0000000 --- a/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.NormalizingHashCode.html +++ /dev/null @@ -1,125 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc --> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.ContextFactory.NormalizingHashCode (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> -<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> -<script type="text/javascript" src="../../../../script.js"></script> -</head> -<body> -<script type="text/javascript"><!-- - try { - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.juneau.ContextFactory.NormalizingHashCode (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; - } - } - catch(err) { - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar.top"> -<!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.top.firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../org/apache/juneau/ContextFactory.NormalizingHashCode.html" title="class in org.apache.juneau">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../index-all.html">Index</a></li> -<li><a href="../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/apache/juneau/class-use/ContextFactory.NormalizingHashCode.html" target="_top">Frames</a></li> -<li><a href="ContextFactory.NormalizingHashCode.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip.navbar.top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h2 title="Uses of Class org.apache.juneau.ContextFactory.NormalizingHashCode" class="title">Uses of Class<br>org.apache.juneau.ContextFactory.NormalizingHashCode</h2> -</div> -<div class="classUseContainer">No usage of org.apache.juneau.ContextFactory.NormalizingHashCode</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar.bottom"> -<!-- --> -</a> -<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> -<a name="navbar.bottom.firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../org/apache/juneau/ContextFactory.NormalizingHashCode.html" title="class in org.apache.juneau">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../index-all.html">Index</a></li> -<li><a href="../../../../help-doc.html">Help</a></li> -</ul> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?org/apache/juneau/class-use/ContextFactory.NormalizingHashCode.html" target="_top">Frames</a></li> -<li><a href="ContextFactory.NormalizingHashCode.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</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> -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.PropertyMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.PropertyMap.html b/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.PropertyMap.html index dda13d7..ae6d743 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.PropertyMap.html +++ b/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.PropertyMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.ContextFactory.PropertyMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.ContextFactory.PropertyMap (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="Uses of Class org.apache.juneau.ContextFactory.PropertyMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.ContextFactory.PropertyMap (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -164,6 +164,6 @@ <!-- --> </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/class-use/ContextFactory.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.html b/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.html index 50afc01..3b457fe 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.html +++ b/content/site/apidocs/org/apache/juneau/class-use/ContextFactory.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.ContextFactory (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.ContextFactory (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="Uses of Class org.apache.juneau.ContextFactory (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.ContextFactory (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -119,15 +119,15 @@ </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> +<td class="colFirst"><a href="#org.apache.juneau.rest">org.apache.juneau.rest</a></td> <td class="colLast"> -<div class="block">Serializer API</div> +<div class="block">REST Servlet API</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.juneau.server">org.apache.juneau.server</a></td> +<td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> <td class="colLast"> -<div class="block">REST Servlet API</div> +<div class="block">Serializer API</div> </td> </tr> <tr class="altColor"> @@ -451,36 +451,36 @@ </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.serializer"> +<li class="blockList"><a name="org.apache.juneau.rest"> <!-- --> </a> -<h3>Uses of <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></h3> +<h3>Uses of <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> in <a href="../../../../org/apache/juneau/rest/package-summary.html">org.apache.juneau.rest</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> -<caption><span>Constructors in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a> with parameters of type <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a></span><span class="tabEnd"> </span></caption> +<caption><span>Constructors in <a href="../../../../org/apache/juneau/rest/package-summary.html">org.apache.juneau.rest</a> with parameters of type <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/serializer/SerializerContext.html#SerializerContext-org.apache.juneau.ContextFactory-">SerializerContext</a></span>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> cf)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/RestServletContext.html#RestServletContext-org.apache.juneau.ContextFactory-">RestServletContext</a></span>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> cf)</code> <div class="block">Constructor.</div> </td> </tr> </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.server"> +<li class="blockList"><a name="org.apache.juneau.serializer"> <!-- --> </a> -<h3>Uses of <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> in <a href="../../../../org/apache/juneau/server/package-summary.html">org.apache.juneau.server</a></h3> +<h3>Uses of <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> -<caption><span>Constructors in <a href="../../../../org/apache/juneau/server/package-summary.html">org.apache.juneau.server</a> with parameters of type <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a></span><span class="tabEnd"> </span></caption> +<caption><span>Constructors in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a> with parameters of type <a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/server/RestServletContext.html#RestServletContext-org.apache.juneau.ContextFactory-">RestServletContext</a></span>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> cf)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/serializer/SerializerContext.html#SerializerContext-org.apache.juneau.ContextFactory-">SerializerContext</a></span>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a> cf)</code> <div class="block">Constructor.</div> </td> </tr> @@ -622,6 +622,6 @@ <!-- --> </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/class-use/CoreApi.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/CoreApi.html b/content/site/apidocs/org/apache/juneau/class-use/CoreApi.html index f8ed835..f961929 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/CoreApi.html +++ b/content/site/apidocs/org/apache/juneau/class-use/CoreApi.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.CoreApi (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.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="Uses of Class org.apache.juneau.CoreApi (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.CoreApi (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -89,59 +89,59 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.juneau.client">org.apache.juneau.client</a></td> -<td class="colLast"> -<div class="block">REST client API</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.csv">org.apache.juneau.csv</a></td> <td class="colLast"> <div class="block">CSV serialization and parsing support</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.html">org.apache.juneau.html</a></td> <td class="colLast"> <div class="block">HTML serialization and parsing support</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.jena">org.apache.juneau.jena</a></td> <td class="colLast"> <div class="block">Jena-based RDF serialization and parsing support</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.jso">org.apache.juneau.jso</a></td> <td class="colLast"> <div class="block">Java-serialized-object support</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.json">org.apache.juneau.json</a></td> <td class="colLast"> <div class="block">JSON serialization and parsing support</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.msgpack">org.apache.juneau.msgpack</a></td> <td class="colLast"> <div class="block">JSON serialization and parsing support</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.parser">org.apache.juneau.parser</a></td> <td class="colLast"> <div class="block">Parser API</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.plaintext">org.apache.juneau.plaintext</a></td> <td class="colLast"> <div class="block">Plain-text serialization and parsing support</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.juneau.rest.client">org.apache.juneau.rest.client</a></td> +<td class="colLast"> +<div class="block">REST client API</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> <td class="colLast"> @@ -249,26 +249,6 @@ </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.client"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> in <a href="../../../../org/apache/juneau/client/package-summary.html">org.apache.juneau.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> -<caption><span>Subclasses of <a href="../../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> in <a href="../../../../org/apache/juneau/client/package-summary.html">org.apache.juneau.client</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Class and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></span></code> -<div class="block">Utility class for interfacing with remote REST interfaces.</div> -</td> -</tr> -</tbody> -</table> -</li> <li class="blockList"><a name="org.apache.juneau.csv"> <!-- --> </a> @@ -579,7 +559,7 @@ <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/plaintext/PlainTextParser.html" title="class in org.apache.juneau.plaintext">PlainTextParser</a></span></code> -<div class="block">Parsers HTTP plain text request bodies into <a href=../../../../org/apache/juneau/plaintext/'../package-summary.html#PojoCategories'>Group 5</a> POJOs.</div> +<div class="block">Parsers HTTP plain text request bodies into <a href=../../../../org/apache/juneau/plaintext/'../../../../overview-summary.html#Core.PojoCategories'>Group 5</a> POJOs.</div> </td> </tr> <tr class="rowColor"> @@ -591,6 +571,26 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.juneau.rest.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> in <a href="../../../../org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> +<caption><span>Subclasses of <a href="../../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau">CoreApi</a> in <a href="../../../../org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></span></code> +<div class="block">Utility class for interfacing with remote REST interfaces.</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.juneau.serializer"> <!-- --> </a> @@ -798,20 +798,20 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.Simple.html" title="class in org.apache.juneau.xml">XmlSerializer.Simple</a></span></code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.Ns.html" title="class in org.apache.juneau.xml">XmlSerializer.Ns</a></span></code> <div class="block">Default serializer without namespaces.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.SimpleSq.html" title="class in org.apache.juneau.xml">XmlSerializer.SimpleSq</a></span></code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.NsSq.html" title="class in org.apache.juneau.xml">XmlSerializer.NsSq</a></span></code> <div class="block">Default serializer without namespaces, single quotes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.SimpleXmlJsonSq.html" title="class in org.apache.juneau.xml">XmlSerializer.SimpleXmlJsonSq</a></span></code> -<div class="block">Default serializer with JSON attribute tags, single quotes.</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.NsSqReadable.html" title="class in org.apache.juneau.xml">XmlSerializer.NsSqReadable</a></span></code> +<div class="block">Default serializer without namespaces, single quotes, with whitespace.</div> </td> </tr> <tr class="rowColor"> @@ -826,18 +826,6 @@ <div class="block">Default serializer, single quotes, whitespace added.</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.XmlJson.html" title="class in org.apache.juneau.xml">XmlSerializer.XmlJson</a></span></code> -<div class="block">Default serializer with JSON attribute tags.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.XmlJsonSq.html" title="class in org.apache.juneau.xml">XmlSerializer.XmlJsonSq</a></span></code> -<div class="block">Default serializer with JSON attribute tags, single quotes.</div> -</td> -</tr> </tbody> </table> </li> @@ -892,6 +880,6 @@ <!-- --> </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/class-use/Delegate.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/Delegate.html b/content/site/apidocs/org/apache/juneau/class-use/Delegate.html index f36b2cf..d326e9f 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/Delegate.html +++ b/content/site/apidocs/org/apache/juneau/class-use/Delegate.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.juneau.Delegate (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Interface org.apache.juneau.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="Uses of Interface org.apache.juneau.Delegate (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Interface org.apache.juneau.Delegate (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -151,6 +151,12 @@ affecting the underlying map.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/internal/FilteredMap.html" title="class in org.apache.juneau.internal">FilteredMap</a><K,V></span></code> +<div class="block">Wrapper around a map where the key names are overridden.</div> +</td> +</tr> </tbody> </table> </li> @@ -205,6 +211,6 @@ <!-- --> </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/class-use/FormattedException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/FormattedException.html b/content/site/apidocs/org/apache/juneau/class-use/FormattedException.html index 0237883..8901020 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/FormattedException.html +++ b/content/site/apidocs/org/apache/juneau/class-use/FormattedException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.FormattedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.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="Uses of Class org.apache.juneau.FormattedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.FormattedException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -190,6 +190,6 @@ <!-- --> </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/class-use/FormattedRuntimeException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/FormattedRuntimeException.html b/content/site/apidocs/org/apache/juneau/class-use/FormattedRuntimeException.html index 2adf361..2ec7129 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/FormattedRuntimeException.html +++ b/content/site/apidocs/org/apache/juneau/class-use/FormattedRuntimeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.FormattedRuntimeException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.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="Uses of Class org.apache.juneau.FormattedRuntimeException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.FormattedRuntimeException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -164,6 +164,6 @@ <!-- --> </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/class-use/InvalidDataConversionException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/InvalidDataConversionException.html b/content/site/apidocs/org/apache/juneau/class-use/InvalidDataConversionException.html index 9fc5a0b..22a22af 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/InvalidDataConversionException.html +++ b/content/site/apidocs/org/apache/juneau/class-use/InvalidDataConversionException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.InvalidDataConversionException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.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="Uses of Class org.apache.juneau.InvalidDataConversionException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.InvalidDataConversionException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -106,33 +106,33 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code><T> T</code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#convertToType-java.lang.Object-java.lang.Class-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-java.lang.Class-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, <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> type)</code> <div class="block">Converts the specified value to the specified class type.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><T> T</code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#convertToType-java.lang.Object-org.apache.juneau.ClassMeta-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-org.apache.juneau.ClassMeta-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value, <a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><T> type)</code> <div class="block">Casts the specified value into the specified type.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><T> T</code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#convertToType-java.lang.Object-java.lang.Object-java.lang.Class-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> outer, +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-java.lang.Object-java.lang.Class-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> outer, <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><T> type)</code> -<div class="block">Same as <a href="../../../../org/apache/juneau/BeanContext.html#convertToType-java.lang.Object-java.lang.Class-"><code>BeanContext.convertToType(Object, Class)</code></a>, except used for instantiating inner member classes that must +<div class="block">Same as <a href="../../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-java.lang.Class-"><code>BeanSession.convertToType(Object, Class)</code></a>, except used for instantiating inner member classes that must be instantiated within another class instance.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><T> T</code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#convertToType-java.lang.Object-java.lang.Object-org.apache.juneau.ClassMeta-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> outer, +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-java.lang.Object-org.apache.juneau.ClassMeta-">convertToType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> outer, <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><T> type)</code> -<div class="block">Same as <a href="../../../../org/apache/juneau/BeanContext.html#convertToType-java.lang.Object-org.apache.juneau.ClassMeta-"><code>BeanContext.convertToType(Object, ClassMeta)</code></a>, except used for instantiating inner member classes that must +<div class="block">Same as <a href="../../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-org.apache.juneau.ClassMeta-"><code>BeanSession.convertToType(Object, ClassMeta)</code></a>, except used for instantiating inner member classes that must be instantiated within another class instance.</div> </td> </tr> @@ -190,6 +190,6 @@ <!-- --> </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/class-use/Lockable.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/Lockable.html b/content/site/apidocs/org/apache/juneau/class-use/Lockable.html index 00b38a5..05b62bc 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/Lockable.html +++ b/content/site/apidocs/org/apache/juneau/class-use/Lockable.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.Lockable (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.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="Uses of Class org.apache.juneau.Lockable (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.Lockable (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -89,15 +89,15 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.juneau.client">org.apache.juneau.client</a></td> +<td class="colFirst"><a href="#org.apache.juneau.csv">org.apache.juneau.csv</a></td> <td class="colLast"> -<div class="block">REST client API</div> +<div class="block">CSV serialization and parsing support</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.juneau.csv">org.apache.juneau.csv</a></td> +<td class="colFirst"><a href="#org.apache.juneau.encoders">org.apache.juneau.encoders</a></td> <td class="colLast"> -<div class="block">CSV serialization and parsing support</div> +<div class="block">Encoder API</div> </td> </tr> <tr class="rowColor"> @@ -143,30 +143,36 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.juneau.rest.client">org.apache.juneau.rest.client</a></td> +<td class="colLast"> +<div class="block">REST client API</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> <td class="colLast"> <div class="block">Serializer API</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.soap">org.apache.juneau.soap</a></td> <td class="colLast"> <div class="block">SOAP/XML serialization and parsing support</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.svl">org.apache.juneau.svl</a></td> <td class="colLast"> <div class="block">Simple Variable Language</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.urlencoding">org.apache.juneau.urlencoding</a></td> <td class="colLast"> <div class="block">URL encoding serialization and parsing support</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.xml">org.apache.juneau.xml</a></td> <td class="colLast"> <div class="block">XML serialization and parsing support</div> @@ -224,12 +230,12 @@ </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.client"> +<li class="blockList"><a name="org.apache.juneau.csv"> <!-- --> </a> -<h3>Uses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/client/package-summary.html">org.apache.juneau.client</a></h3> +<h3>Uses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/csv/package-summary.html">org.apache.juneau.csv</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> -<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/client/package-summary.html">org.apache.juneau.client</a></span><span class="tabEnd"> </span></caption> +<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/csv/package-summary.html">org.apache.juneau.csv</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> @@ -237,19 +243,19 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></span></code> -<div class="block">Utility class for interfacing with remote REST interfaces.</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/csv/CsvSerializer.html" title="class in org.apache.juneau.csv">CsvSerializer</a></span></code> +<div class="block">TODO - Work in progress.</div> </td> </tr> </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.csv"> +<li class="blockList"><a name="org.apache.juneau.encoders"> <!-- --> </a> -<h3>Uses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/csv/package-summary.html">org.apache.juneau.csv</a></h3> +<h3>Uses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/encoders/package-summary.html">org.apache.juneau.encoders</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> -<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/csv/package-summary.html">org.apache.juneau.csv</a></span><span class="tabEnd"> </span></caption> +<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/encoders/package-summary.html">org.apache.juneau.encoders</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> @@ -257,8 +263,8 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/csv/CsvSerializer.html" title="class in org.apache.juneau.csv">CsvSerializer</a></span></code> -<div class="block">TODO - Work in progress.</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a></span></code> +<div class="block">Represents the group of <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders"><code>encoders</code></a> keyed by codings.</div> </td> </tr> </tbody> @@ -560,7 +566,7 @@ <tr class="altColor"> <td class="colFirst"><code>class </code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/plaintext/PlainTextParser.html" title="class in org.apache.juneau.plaintext">PlainTextParser</a></span></code> -<div class="block">Parsers HTTP plain text request bodies into <a href=../../../../org/apache/juneau/plaintext/'../package-summary.html#PojoCategories'>Group 5</a> POJOs.</div> +<div class="block">Parsers HTTP plain text request bodies into <a href=../../../../org/apache/juneau/plaintext/'../../../../overview-summary.html#Core.PojoCategories'>Group 5</a> POJOs.</div> </td> </tr> <tr class="rowColor"> @@ -572,6 +578,26 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.juneau.rest.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> +<caption><span>Subclasses of <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a> in <a href="../../../../org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></span></code> +<div class="block">Utility class for interfacing with remote REST interfaces.</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.juneau.serializer"> <!-- --> </a> @@ -785,20 +811,20 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.Simple.html" title="class in org.apache.juneau.xml">XmlSerializer.Simple</a></span></code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.Ns.html" title="class in org.apache.juneau.xml">XmlSerializer.Ns</a></span></code> <div class="block">Default serializer without namespaces.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.SimpleSq.html" title="class in org.apache.juneau.xml">XmlSerializer.SimpleSq</a></span></code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.NsSq.html" title="class in org.apache.juneau.xml">XmlSerializer.NsSq</a></span></code> <div class="block">Default serializer without namespaces, single quotes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.SimpleXmlJsonSq.html" title="class in org.apache.juneau.xml">XmlSerializer.SimpleXmlJsonSq</a></span></code> -<div class="block">Default serializer with JSON attribute tags, single quotes.</div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.NsSqReadable.html" title="class in org.apache.juneau.xml">XmlSerializer.NsSqReadable</a></span></code> +<div class="block">Default serializer without namespaces, single quotes, with whitespace.</div> </td> </tr> <tr class="rowColor"> @@ -813,18 +839,6 @@ <div class="block">Default serializer, single quotes, whitespace added.</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.XmlJson.html" title="class in org.apache.juneau.xml">XmlSerializer.XmlJson</a></span></code> -<div class="block">Default serializer with JSON attribute tags.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static class </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.XmlJsonSq.html" title="class in org.apache.juneau.xml">XmlSerializer.XmlJsonSq</a></span></code> -<div class="block">Default serializer with JSON attribute tags, single quotes.</div> -</td> -</tr> </tbody> </table> </li> @@ -879,6 +893,6 @@ <!-- --> </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/class-use/LockedException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/LockedException.html b/content/site/apidocs/org/apache/juneau/class-use/LockedException.html index e3c65db..a295e71 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/LockedException.html +++ b/content/site/apidocs/org/apache/juneau/class-use/LockedException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.LockedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.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="Uses of Class org.apache.juneau.LockedException (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.LockedException (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -89,41 +89,41 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.juneau.client">org.apache.juneau.client</a></td> -<td class="colLast"> -<div class="block">REST client API</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.html">org.apache.juneau.html</a></td> <td class="colLast"> <div class="block">HTML serialization and parsing support</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.jena">org.apache.juneau.jena</a></td> <td class="colLast"> <div class="block">Jena-based RDF serialization and parsing support</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.json">org.apache.juneau.json</a></td> <td class="colLast"> <div class="block">JSON serialization and parsing support</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.juneau.msgpack">org.apache.juneau.msgpack</a></td> <td class="colLast"> <div class="block">JSON serialization and parsing support</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.parser">org.apache.juneau.parser</a></td> <td class="colLast"> <div class="block">Parser API</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.juneau.rest.client">org.apache.juneau.rest.client</a></td> +<td class="colLast"> +<div class="block">REST client API</div> +</td> +</tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> <td class="colLast"> @@ -248,54 +248,6 @@ </tbody> </table> </li> -<li class="blockList"><a name="org.apache.juneau.client"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a> in <a href="../../../../org/apache/juneau/client/package-summary.html">org.apache.juneau.client</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../org/apache/juneau/client/package-summary.html">org.apache.juneau.client</a> that throw <a href="../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#addBeanFilters-java.lang.Class...-">addBeanFilters</a></span>(<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)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#addImplClass-java.lang.Class-java.lang.Class-">addImplClass</a></span>(<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)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#addNotBeanClasses-java.lang.Class...-">addNotBeanClasses</a></span>(<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)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#addPojoSwaps-java.lang.Class...-">addPojoSwaps</a></span>(<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)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#addToDictionary-java.lang.Class...-">addToDictionary</a></span>(<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)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#setClassLoader-java.lang.ClassLoader-">setClassLoader</a></span>(<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)</code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#setProperties-org.apache.juneau.ObjectMap-">setProperties</a></span>(<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties)</code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/client/RestClient.html" title="class in org.apache.juneau.client">RestClient</a></code></td> -<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/client/RestClient.html#setProperty-java.lang.String-java.lang.Object-">setProperty</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> 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)</code> </td> -</tr> -</tbody> -</table> -</li> <li class="blockList"><a name="org.apache.juneau.html"> <!-- --> </a> @@ -746,6 +698,54 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.juneau.rest.client"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a> in <a href="../../../../org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/apache/juneau/rest/client/package-summary.html">org.apache.juneau.rest.client</a> that throw <a href="../../../../org/apache/juneau/LockedException.html" title="class in org.apache.juneau">LockedException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#addBeanFilters-java.lang.Class...-">addBeanFilters</a></span>(<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)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#addImplClass-java.lang.Class-java.lang.Class-">addImplClass</a></span>(<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)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#addNotBeanClasses-java.lang.Class...-">addNotBeanClasses</a></span>(<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)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#addPojoSwaps-java.lang.Class...-">addPojoSwaps</a></span>(<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)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#addToDictionary-java.lang.Class...-">addToDictionary</a></span>(<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)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#setClassLoader-java.lang.ClassLoader-">setClassLoader</a></span>(<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)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#setProperties-org.apache.juneau.ObjectMap-">setProperties</a></span>(<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> properties)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a></code></td> +<td class="colLast"><span class="typeNameLabel">RestClient.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/rest/client/RestClient.html#setProperty-java.lang.String-java.lang.Object-">setProperty</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> 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)</code> </td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.juneau.serializer"> <!-- --> </a> @@ -1111,6 +1111,6 @@ <!-- --> </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/class-use/MediaRange.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/MediaRange.html b/content/site/apidocs/org/apache/juneau/class-use/MediaRange.html index 3c5cfeb..d21f4c8 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/MediaRange.html +++ b/content/site/apidocs/org/apache/juneau/class-use/MediaRange.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.juneau.MediaRange (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.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,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.juneau.MediaRange (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.MediaRange (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -88,18 +88,6 @@ <div class="block">Base toolkit for serializers, parsers, and bean contexts</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.juneau.parser">org.apache.juneau.parser</a></td> -<td class="colLast"> -<div class="block">Parser API</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a href="#org.apache.juneau.serializer">org.apache.juneau.serializer</a></td> -<td class="colLast"> -<div class="block">Serializer API</div> -</td> -</tr> </tbody> </table> </li> @@ -137,52 +125,6 @@ <div class="block">Compares two MediaRanges for equality.</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><span class="typeNameLabel">MediaRange.</span><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> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.juneau.parser"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a> in <a href="../../../../org/apache/juneau/parser/package-summary.html">org.apache.juneau.parser</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../org/apache/juneau/parser/package-summary.html">org.apache.juneau.parser</a> that return <a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a>[]</code></td> -<td class="colLast"><span class="typeNameLabel">Parser.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/Parser.html#getMediaRanges--">getMediaRanges</a></span>()</code> -<div class="block">Returns the results from <a href="../../../../org/apache/juneau/parser/Parser.html#getMediaTypes--"><code>Parser.getMediaTypes()</code></a> parsed as <a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau"><code>MediaRanges</code></a>.</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"><a name="org.apache.juneau.serializer"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a> in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a></h3> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> -<caption><span>Methods in <a href="../../../../org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a> that return <a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Method and Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau">MediaRange</a>[]</code></td> -<td class="colLast"><span class="typeNameLabel">Serializer.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/serializer/Serializer.html#getMediaRanges--">getMediaRanges</a></span>()</code> -<div class="block">Returns the results from <a href="../../../../org/apache/juneau/serializer/Serializer.html#getMediaTypes--"><code>Serializer.getMediaTypes()</code></a> parsed as <a href="../../../../org/apache/juneau/MediaRange.html" title="class in org.apache.juneau"><code>MediaRanges</code></a>.</div> -</td> -</tr> </tbody> </table> </li> @@ -237,6 +179,6 @@ <!-- --> </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>
