http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/index2.html ---------------------------------------------------------------------- diff --git a/content/index2.html b/content/index2.html deleted file mode 100644 index de788f8..0000000 --- a/content/index2.html +++ /dev/null @@ -1,185 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta name="description" content="Apache Juneau Universal Serialization and REST API Library" /> - <meta name="keywords" content="Apache Juneau,Apache,Juneau,REST,JSON,HTML,XML,MessagePack,Java,UON,urlencoding,Swagger,Jackson,SOAP,ATOM,Cognos,INI,Jena,CSV,JSON-Schema,XML-Schema,Servlet,JAX-RS,JAXRS,JAX-WS,JAXWS,bean" /> - <title>Apache Juneau Universal Serialization and REST API Library</title> - <style> - @import url("styles/juneau-code.css"); - @import url("styles/juneau-doc.css"); - - html, body { margin:0px; height: 100%; width: 100%; font-family: sans-serif;} - header { - background-color: #e8ebef; - font-size: 2.0em; - height: 50px; - color: #2874A6; - clear: left; - margin: 0px; - padding: 20px 20px 0px 20px; - box-shadow: 5px 5px 2px #999999; - text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(125,32,191,.4) 0 -4px 30px; - white-space: nowrap; - } - footer { - padding: 10px; - color: black; - background-color: silver; - text-align: left; - font-size: 0.9em; - } - div.container { - width: 100%; - height: 100%; - padding: 0px; - } - div { - padding: 10px 20px; - } - nav { - float: left; - width: 160px; - margin: 40px 20px; - padding: 1em; - border: 1px solid gray; - box-shadow: 5px 5px 2px #999999; - color: rgb(44, 69, 87); - background-color: #eef3f7; - font-size: 1.0em; - text-transform: uppercase; - font-weight: lighter; - } - nav ul { list-style-type: none; padding: 0; } - nav ul li { padding: 5px 0px; } - nav ul a { text-decoration: none; color: rgb(44, 69, 87); } - nav ul a:hover { font-weight: normal; } - nav ul a.selected { font-weight: normal; } - article { - margin: 0px 20px 20px 170px; - padding: 10px 2px; - overflow: hidden; - min-height: 500px; - } - p.download { - color: #2C4557; - padding: 5px 20px; - margin: 10px 0px 10px 0px; - text-decoration: none; - font-size: 0.67em; - font-weight: bold; - background: linear-gradient(to bottom, #F5F5F5, #DEE3E9) repeat scroll 0% 0% transparent; - } - </style> - - <script> - var selectedNode; - - function select(node) { - if (selectedNode) - selectedNode.classList.remove("selected"); - node.classList.add("selected"); - selectedNode = node; - var buff = document.getElementById("buff"); - buff.src = node.id + ".html"; - history.pushState(null, null, "#" + node.id + ".html"); - return false; - } - - // Load results from IFrame into this document. - function loadResults(buff) { - var doc = buff.contentDocument || buff.contentWindow.document; - var body = doc.body; - var article = document.getElementById('article'); - var header = document.getElementById('header'); - var footer = document.getElementById('footer'); - if (body != null) { - article.innerHTML = body.innerHTML; - nodeScriptReplace(article); - } - var availableHeight = window.innerHeight - header.clientHeight - footer.clientHeight - 40; - article.style.minHeight = availableHeight + 'px'; - } - - window.onload = function() { - var hash = window.location.hash; - if (hash == null || hash.length == 0) { - hash = "#about2.html"; - } - var id = hash.substring(1, hash.length - 5); - document.getElementById(id).click(); - } - - function nodeScriptReplace(node) { - if (node.tagName === 'SCRIPT') { - node.parentNode.replaceChild(nodeScriptClone(node) , node); - } else { - node.childNodes.forEach(nodeScriptReplace); - } - return node; - } - - function nodeScriptClone(node) { - var script = document.createElement("script"); - script.text = node.innerHTML; - var attrs = node.attributes; - for (var i = attrs.length - 1; i >= 0; i--) { - script.setAttribute(attrs[i].name, attrs[i].value); - } - return script; - } - </script> -</head> - -<body> -<div class="container"> - - <header id='header'> - <img src='images/juneau2.png' style='position:absolute;left:20px;height:50px;top:10px'> - <span style='vertical-align: top;color: #cc1b1b; font-weight: lighter; padding-left: 100px'>APACHE JUNEAU</span> - <span style='vertical-align: top;color: #cc1b1b; font-size: 12pt; font-weight: lighter'>(incubating)</span> - <img src='images/incubator_feather_egg_logo3.png' style='position:absolute;right:20px;height:50px;top:10px'> - </header> - - <nav> - <ul> - <li><a href='about2.html' id='about2' onclick="return select(this)">About (v2)</a></li> - <li><a href='documentation.html' id='documentation' onclick="return select(this)">Documentation</a></li> - <li><a href='downloads.html' id='downloads' onclick="return select(this)">Downloads</a></li> - <li><a href='sourceCode.html' id='sourceCode' onclick="return select(this)">Source Code</a></li> - <li><a href='issueTracking.html' id='issueTracking' onclick="return select(this)">Issue Tracking</a></li> - <li><a href='community.html' id='community' onclick="return select(this)">Community</a></li> - <li><a href='twitter.html' id='twitter' onclick="return select(this)">Twitter</a></li> - </ul> - </nav> - - <article id='article'> - Loading... - </article> - - <footer id='footer'> - <table> - <tr> - <td><a href="http://incubator.apache.org/" target="_blank"><br> - <img src="images/incubator_feather_egg_logo2.png" width="300px"/></a> - <!-- hitwebcounter Code START --> - <a href="http://www.hitwebcounter.com" target="_blank"> - <img src="http://hitwebcounter.com/counter/counter.php?page=6608331&style=0007&nbdigits=7&type=ip&initCount=0" title="" Alt="" border="0"> - </a> - <!-- hitwebcounter.com --> - <a href="http://www.hitwebcounter.com" title="Hitwebcounter.com Free" target="_blank" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: underline ; display:none;"><strong>Hitwebcounter.com Free</strong></a> - </td> - <td style="padding-left:10px;"> - Apache Juneau is an effort undergoing Incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. - Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. - While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - </td> - </table> - <p> - Copyright © 2016, 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. - <br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. - </p> - </footer> -</div> -<iframe id='buff' style='display:none' onload="parent.loadResults(this)" sandbox="allow-same-origin"></iframe> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/allclasses-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/allclasses-frame.html b/content/site/apidocs/allclasses-frame.html index 1eb8c4d..7b1cbda 100644 --- a/content/site/apidocs/allclasses-frame.html +++ b/content/site/apidocs/allclasses-frame.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>All Classes (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/allclasses-noframe.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/allclasses-noframe.html b/content/site/apidocs/allclasses-noframe.html index 0488195..66641d7 100644 --- a/content/site/apidocs/allclasses-noframe.html +++ b/content/site/apidocs/allclasses-noframe.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>All Classes (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/constant-values.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/constant-values.html b/content/site/apidocs/constant-values.html index 0d608a4..5669023 100644 --- a/content/site/apidocs/constant-values.html +++ b/content/site/apidocs/constant-values.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constant Field Values (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Constant Field Values (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Constant Field Values (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/deprecated-list.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/deprecated-list.html b/content/site/apidocs/deprecated-list.html index fa3902b..3c5208c 100644 --- a/content/site/apidocs/deprecated-list.html +++ b/content/site/apidocs/deprecated-list.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Deprecated List (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Deprecated List (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Deprecated List (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/Samples.Building.1.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/Samples.Building.1.png b/content/site/apidocs/doc-files/Samples.Building.1.png deleted file mode 100644 index b87be9e..0000000 Binary files a/content/site/apidocs/doc-files/Samples.Building.1.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/Samples.Building.2.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/Samples.Building.2.png b/content/site/apidocs/doc-files/Samples.Building.2.png deleted file mode 100644 index 7f4e892..0000000 Binary files a/content/site/apidocs/doc-files/Samples.Building.2.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/Samples.Installing.1.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/Samples.Installing.1.png b/content/site/apidocs/doc-files/Samples.Installing.1.png deleted file mode 100644 index 81c6239..0000000 Binary files a/content/site/apidocs/doc-files/Samples.Installing.1.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/Samples.Installing.2.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/Samples.Installing.2.png b/content/site/apidocs/doc-files/Samples.Installing.2.png deleted file mode 100644 index 9873f17..0000000 Binary files a/content/site/apidocs/doc-files/Samples.Installing.2.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/Samples.Installing.3.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/Samples.Installing.3.png b/content/site/apidocs/doc-files/Samples.Installing.3.png deleted file mode 100644 index 9c3fd34..0000000 Binary files a/content/site/apidocs/doc-files/Samples.Installing.3.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-examples-core.import1.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-examples-core.import1.png b/content/site/apidocs/doc-files/juneau-examples-core.import1.png new file mode 100644 index 0000000..3b9b4e1 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-examples-core.import1.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-examples-core.import2.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-examples-core.import2.png b/content/site/apidocs/doc-files/juneau-examples-core.import2.png new file mode 100644 index 0000000..96648a4 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-examples-core.import2.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-examples-core.import3.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-examples-core.import3.png b/content/site/apidocs/doc-files/juneau-examples-core.import3.png new file mode 100644 index 0000000..6c8521c Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-examples-core.import3.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-examples-rest.import1.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-examples-rest.import1.png b/content/site/apidocs/doc-files/juneau-examples-rest.import1.png new file mode 100644 index 0000000..3b9b4e1 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-examples-rest.import1.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-examples-rest.import2.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-examples-rest.import2.png b/content/site/apidocs/doc-files/juneau-examples-rest.import2.png new file mode 100644 index 0000000..b4472e7 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-examples-rest.import2.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-examples-rest.import3.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-examples-rest.import3.png b/content/site/apidocs/doc-files/juneau-examples-rest.import3.png new file mode 100644 index 0000000..82792c0 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-examples-rest.import3.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-examples-rest.import4.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-examples-rest.import4.png b/content/site/apidocs/doc-files/juneau-examples-rest.import4.png new file mode 100644 index 0000000..cd366dc Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-examples-rest.import4.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-microservice-template.import1.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-microservice-template.import1.png b/content/site/apidocs/doc-files/juneau-microservice-template.import1.png new file mode 100644 index 0000000..3b9b4e1 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-microservice-template.import1.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-microservice-template.import2.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-microservice-template.import2.png b/content/site/apidocs/doc-files/juneau-microservice-template.import2.png new file mode 100644 index 0000000..b65dce1 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-microservice-template.import2.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-microservice-template.import3.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-microservice-template.import3.png b/content/site/apidocs/doc-files/juneau-microservice-template.import3.png new file mode 100644 index 0000000..207b291 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-microservice-template.import3.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/doc-files/juneau-microservice-template.import4.png ---------------------------------------------------------------------- diff --git a/content/site/apidocs/doc-files/juneau-microservice-template.import4.png b/content/site/apidocs/doc-files/juneau-microservice-template.import4.png new file mode 100644 index 0000000..0f27f36 Binary files /dev/null and b/content/site/apidocs/doc-files/juneau-microservice-template.import4.png differ http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/help-doc.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/help-doc.html b/content/site/apidocs/help-doc.html index 456a031..b3c3462 100644 --- a/content/site/apidocs/help-doc.html +++ b/content/site/apidocs/help-doc.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>API Help (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>API Help (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="API Help (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/index-all.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/index-all.html b/content/site/apidocs/index-all.html index d904b06..a1c2d19 100644 --- a/content/site/apidocs/index-all.html +++ b/content/site/apidocs/index-all.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Index (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Index (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Index (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { @@ -18354,7 +18354,9 @@ <div class="block">Predefined Microservice Resources</div> </dd> <dt><a href="org/apache/juneau/microservice/sample/package-summary.html">org.apache.juneau.microservice.sample</a> - package org.apache.juneau.microservice.sample</dt> -<dd> </dd> +<dd> +<div class="block">Sample microservice resources that ship as part of the template</div> +</dd> <dt><a href="org/apache/juneau/msgpack/package-summary.html">org.apache.juneau.msgpack</a> - package org.apache.juneau.msgpack</dt> <dd> <div class="block">JSON serialization and parsing support</div> @@ -18412,7 +18414,9 @@ <div class="block">Predefined SVL variables</div> </dd> <dt><a href="org/apache/juneau/rest/widget/package-summary.html">org.apache.juneau.rest.widget</a> - package org.apache.juneau.rest.widget</dt> -<dd> </dd> +<dd> +<div class="block">HTML widget API</div> +</dd> <dt><a href="org/apache/juneau/serializer/package-summary.html">org.apache.juneau.serializer</a> - package org.apache.juneau.serializer</dt> <dd> <div class="block">Serializer API</div> @@ -19168,7 +19172,7 @@ </dd> <dt><a href="org/apache/juneau/plaintext/PlainTextParser.html" title="class in org.apache.juneau.plaintext"><span class="typeNameLink">PlainTextParser</span></a> - Class in <a href="org/apache/juneau/plaintext/package-summary.html">org.apache.juneau.plaintext</a></dt> <dd> -<div class="block">Parsers HTTP plain text request bodies into <a class="./org/apache/juneau/plaintext/doclink" href="../../../../overview-summary.html#Core.PojoCategories">Group 5</a> +<div class="block">Parsers HTTP plain text request bodies into <a class="./org/apache/juneau/plaintext/doclink" href="../../../../overview-summary.html#juneau-marshall.PojoCategories">Group 5</a> POJOs.</div> </dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/plaintext/PlainTextParser.html#PlainTextParser-org.apache.juneau.PropertyStore-">PlainTextParser(PropertyStore)</a></span> - Constructor for class org.apache.juneau.plaintext.<a href="org/apache/juneau/plaintext/PlainTextParser.html" title="class in org.apache.juneau.plaintext">PlainTextParser</a></dt> @@ -27004,14 +27008,22 @@ </dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/Context.html#toString--">toString()</a></span> - Method in class org.apache.juneau.<a href="org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/dto/atom/Common.html#toString--">toString()</a></span> - Method in class org.apache.juneau.dto.atom.<a href="org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></dt> +<dd> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/dto/html5/HtmlElement.html#toString--">toString()</a></span> - Method in class org.apache.juneau.dto.html5.<a href="org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/dto/jsonschema/JsonType.html#toString--">toString()</a></span> - Method in enum org.apache.juneau.dto.jsonschema.<a href="org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in org.apache.juneau.dto.jsonschema">JsonType</a></dt> <dd> <div class="block">Returns the lowercase form of this enum that's compatible with the JSON-Schema specification.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/dto/jsonschema/Schema.html#toString--">toString()</a></span> - Method in class org.apache.juneau.dto.jsonschema.<a href="org/apache/juneau/dto/jsonschema/Schema.html" title="class in org.apache.juneau.dto.jsonschema">Schema</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/dto/Link.html#toString--">toString()</a></span> - Method in class org.apache.juneau.dto.<a href="org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a></dt> <dd> <div class="block">Returns the name so that the <a href="org/apache/juneau/utils/PojoQuery.html" title="class in org.apache.juneau.utils"><code>PojoQuery</code></a> class can search against it.</div> </dd> +<dt><span class="memberNameLink"><a href="org/apache/juneau/dto/swagger/Swagger.html#toString--">toString()</a></span> - Method in class org.apache.juneau.dto.swagger.<a href="org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></dt> +<dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/html/SimpleHtmlWriter.html#toString--">toString()</a></span> - Method in class org.apache.juneau.html.<a href="org/apache/juneau/html/SimpleHtmlWriter.html" title="class in org.apache.juneau.html">SimpleHtmlWriter</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="org/apache/juneau/http/Accept.html#toString--">toString()</a></span> - Method in class org.apache.juneau.http.<a href="org/apache/juneau/http/Accept.html" title="class in org.apache.juneau.http">Accept</a></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/index.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/index.html b/content/site/apidocs/index.html index 89bf48a..225b2bd 100644 --- a/content/site/apidocs/index.html +++ b/content/site/apidocs/index.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT</title> +<title>Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT</title> <script type="text/javascript"> targetPage = "" + window.location.search; if (targetPage != "" && targetPage != "undefined") http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/javadoc.css ---------------------------------------------------------------------- diff --git a/content/site/apidocs/javadoc.css b/content/site/apidocs/javadoc.css index dc99fdb..041ef0a 100644 --- a/content/site/apidocs/javadoc.css +++ b/content/site/apidocs/javadoc.css @@ -48,6 +48,11 @@ a:active { color: #4c6b87; } +a[href*="/src-html/"] { + font-weight: bold; + border-bottom: 1px dotted #4c6b87; +} + a[name] { color: #353833; } http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanContext.html b/content/site/apidocs/org/apache/juneau/BeanContext.html index 5c60f8d..e4a60cc 100644 --- a/content/site/apidocs/org/apache/juneau/BeanContext.html +++ b/content/site/apidocs/org/apache/juneau/BeanContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanContext (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanContext (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanContext (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanContext (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html b/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html index 35e0797..c5dd417 100644 --- a/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html +++ b/content/site/apidocs/org/apache/juneau/BeanDictionaryList.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanDictionaryList (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanDictionaryList (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanDictionaryList (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanDictionaryList (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html b/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html index 6c72557..59292a6 100644 --- a/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html +++ b/content/site/apidocs/org/apache/juneau/BeanDictionaryMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanDictionaryMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanDictionaryMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanDictionaryMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanDictionaryMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMap.html b/content/site/apidocs/org/apache/juneau/BeanMap.html index 273a8da..6eeea84 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMap.html +++ b/content/site/apidocs/org/apache/juneau/BeanMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanMapEntry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMapEntry.html b/content/site/apidocs/org/apache/juneau/BeanMapEntry.html index a6ed2e6..ad1dab2 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMapEntry.html +++ b/content/site/apidocs/org/apache/juneau/BeanMapEntry.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMapEntry (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanMapEntry (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanMapEntry (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanMapEntry (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMeta.html b/content/site/apidocs/org/apache/juneau/BeanMeta.html index 3960643..ae45930 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMeta.html +++ b/content/site/apidocs/org/apache/juneau/BeanMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMeta (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanMeta (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanMeta (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanMeta (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html b/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html index 083fed2..a878da3 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMetaExtended (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanMetaExtended (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanMetaExtended (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanMetaExtended (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html index 3c9ce5c..613dbb3 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html +++ b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanMetaFiltered (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanMetaFiltered (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanMetaFiltered (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanMetaFiltered (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html index eaea951..33efad3 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.Builder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyMeta.Builder (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanPropertyMeta.Builder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanPropertyMeta.Builder (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyMeta.Builder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html index a1ce3ba..ee9d36b 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyMeta (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanPropertyMeta (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanPropertyMeta (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyMeta (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html b/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html index fef158c..b878f2c 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyMetaExtended (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanPropertyMetaExtended (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanPropertyMetaExtended (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyMetaExtended (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html b/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html index 0eecae9..08447d1 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyValue.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanPropertyValue (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanPropertyValue (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanPropertyValue (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanPropertyValue (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html b/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html index faa0e49..96824eb 100644 --- a/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html +++ b/content/site/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanProxyInvocationHandler (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanProxyInvocationHandler (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanProxyInvocationHandler (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanProxyInvocationHandler (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanRegistry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanRegistry.html b/content/site/apidocs/org/apache/juneau/BeanRegistry.html index 4363161..3bd9e82 100644 --- a/content/site/apidocs/org/apache/juneau/BeanRegistry.html +++ b/content/site/apidocs/org/apache/juneau/BeanRegistry.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanRegistry (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanRegistry (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanRegistry (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanRegistry (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html b/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html index 2f540b2..c7c8e67 100644 --- a/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html +++ b/content/site/apidocs/org/apache/juneau/BeanRuntimeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanRuntimeException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanRuntimeException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanRuntimeException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanRuntimeException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanSession.html b/content/site/apidocs/org/apache/juneau/BeanSession.html index 79a6207..fc85759 100644 --- a/content/site/apidocs/org/apache/juneau/BeanSession.html +++ b/content/site/apidocs/org/apache/juneau/BeanSession.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanSession (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanSession (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanSession (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanSession (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/BeanSessionArgs.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanSessionArgs.html b/content/site/apidocs/org/apache/juneau/BeanSessionArgs.html index f228532..5f0837d 100644 --- a/content/site/apidocs/org/apache/juneau/BeanSessionArgs.html +++ b/content/site/apidocs/org/apache/juneau/BeanSessionArgs.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BeanSessionArgs (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>BeanSessionArgs (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BeanSessionArgs (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="BeanSessionArgs (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/ClassMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/ClassMeta.html b/content/site/apidocs/org/apache/juneau/ClassMeta.html index 65ccfc7..9d330e3 100644 --- a/content/site/apidocs/org/apache/juneau/ClassMeta.html +++ b/content/site/apidocs/org/apache/juneau/ClassMeta.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ClassMeta (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>ClassMeta (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ClassMeta (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="ClassMeta (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/ClassMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/ClassMetaExtended.html b/content/site/apidocs/org/apache/juneau/ClassMetaExtended.html index e32ff62..9cd168e 100644 --- a/content/site/apidocs/org/apache/juneau/ClassMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/ClassMetaExtended.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ClassMetaExtended (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>ClassMetaExtended (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ClassMetaExtended (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="ClassMetaExtended (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/ConfigException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/ConfigException.html b/content/site/apidocs/org/apache/juneau/ConfigException.html index 2d712d9..cddb08a 100644 --- a/content/site/apidocs/org/apache/juneau/ConfigException.html +++ b/content/site/apidocs/org/apache/juneau/ConfigException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ConfigException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>ConfigException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ConfigException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="ConfigException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/Context.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Context.html b/content/site/apidocs/org/apache/juneau/Context.html index d863b36..8e6fa66 100644 --- a/content/site/apidocs/org/apache/juneau/Context.html +++ b/content/site/apidocs/org/apache/juneau/Context.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Context (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Context (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Context (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Context (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/CoreObject.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/CoreObject.html b/content/site/apidocs/org/apache/juneau/CoreObject.html index a04e9c4..eca5abd 100644 --- a/content/site/apidocs/org/apache/juneau/CoreObject.html +++ b/content/site/apidocs/org/apache/juneau/CoreObject.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CoreObject (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>CoreObject (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CoreObject (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="CoreObject (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/CoreObjectBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/CoreObjectBuilder.html b/content/site/apidocs/org/apache/juneau/CoreObjectBuilder.html index f2980fd..0be678b 100644 --- a/content/site/apidocs/org/apache/juneau/CoreObjectBuilder.html +++ b/content/site/apidocs/org/apache/juneau/CoreObjectBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CoreObjectBuilder (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>CoreObjectBuilder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CoreObjectBuilder (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="CoreObjectBuilder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/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 b6b1acb..fb39089 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.3.2-incubating-SNAPSHOT)</title> +<title>Delegate (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Delegate (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Delegate (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/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 c72fa5f..8f54cd9 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.3.2-incubating-SNAPSHOT)</title> +<title>FormattedException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FormattedException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="FormattedException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/FormattedIllegalArgumentException.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/FormattedIllegalArgumentException.html b/content/site/apidocs/org/apache/juneau/FormattedIllegalArgumentException.html index 909e6ae..3b8f8c8 100644 --- a/content/site/apidocs/org/apache/juneau/FormattedIllegalArgumentException.html +++ b/content/site/apidocs/org/apache/juneau/FormattedIllegalArgumentException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>FormattedIllegalArgumentException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>FormattedIllegalArgumentException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FormattedIllegalArgumentException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="FormattedIllegalArgumentException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/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 a8293bd..16bf6f9 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.3.2-incubating-SNAPSHOT)</title> +<title>FormattedRuntimeException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FormattedRuntimeException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="FormattedRuntimeException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/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 61573e6..f389bcc 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.3.2-incubating-SNAPSHOT)</title> +<title>InvalidDataConversionException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="InvalidDataConversionException (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="InvalidDataConversionException (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/ObjectList.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/ObjectList.html b/content/site/apidocs/org/apache/juneau/ObjectList.html index 0cf2c4f..e123246 100644 --- a/content/site/apidocs/org/apache/juneau/ObjectList.html +++ b/content/site/apidocs/org/apache/juneau/ObjectList.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ObjectList (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>ObjectList (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ObjectList (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="ObjectList (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/ObjectMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/ObjectMap.html b/content/site/apidocs/org/apache/juneau/ObjectMap.html index 7ec80bb..b6cd770 100644 --- a/content/site/apidocs/org/apache/juneau/ObjectMap.html +++ b/content/site/apidocs/org/apache/juneau/ObjectMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ObjectMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>ObjectMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ObjectMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="ObjectMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/PartType.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/PartType.html b/content/site/apidocs/org/apache/juneau/PartType.html index 62a3f10..d2c6371 100644 --- a/content/site/apidocs/org/apache/juneau/PartType.html +++ b/content/site/apidocs/org/apache/juneau/PartType.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PartType (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>PartType (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PartType (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="PartType (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/PropertyNamer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/PropertyNamer.html b/content/site/apidocs/org/apache/juneau/PropertyNamer.html index 150d137..774b435 100644 --- a/content/site/apidocs/org/apache/juneau/PropertyNamer.html +++ b/content/site/apidocs/org/apache/juneau/PropertyNamer.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyNamer (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>PropertyNamer (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PropertyNamer (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="PropertyNamer (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/PropertyNamerDLC.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/PropertyNamerDLC.html b/content/site/apidocs/org/apache/juneau/PropertyNamerDLC.html index 74d1c88..e9358ab 100644 --- a/content/site/apidocs/org/apache/juneau/PropertyNamerDLC.html +++ b/content/site/apidocs/org/apache/juneau/PropertyNamerDLC.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyNamerDLC (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>PropertyNamerDLC (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PropertyNamerDLC (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="PropertyNamerDLC (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html b/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html index 8d3647e..245ef74 100644 --- a/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html +++ b/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyNamerDefault (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>PropertyNamerDefault (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PropertyNamerDefault (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="PropertyNamerDefault (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/PropertyNamerULC.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/PropertyNamerULC.html b/content/site/apidocs/org/apache/juneau/PropertyNamerULC.html index 1f96ec6..f84f0a1 100644 --- a/content/site/apidocs/org/apache/juneau/PropertyNamerULC.html +++ b/content/site/apidocs/org/apache/juneau/PropertyNamerULC.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyNamerULC (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>PropertyNamerULC (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PropertyNamerULC (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="PropertyNamerULC (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/PropertyStore.PropertyMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/PropertyStore.PropertyMap.html b/content/site/apidocs/org/apache/juneau/PropertyStore.PropertyMap.html index 432e45d..a980ca9 100644 --- a/content/site/apidocs/org/apache/juneau/PropertyStore.PropertyMap.html +++ b/content/site/apidocs/org/apache/juneau/PropertyStore.PropertyMap.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyStore.PropertyMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>PropertyStore.PropertyMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PropertyStore.PropertyMap (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="PropertyStore.PropertyMap (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/PropertyStore.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/PropertyStore.html b/content/site/apidocs/org/apache/juneau/PropertyStore.html index e09a724..19e0e4f 100644 --- a/content/site/apidocs/org/apache/juneau/PropertyStore.html +++ b/content/site/apidocs/org/apache/juneau/PropertyStore.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyStore (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>PropertyStore (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PropertyStore (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="PropertyStore (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/Session.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Session.html b/content/site/apidocs/org/apache/juneau/Session.html index 620cbb2..455f1c8 100644 --- a/content/site/apidocs/org/apache/juneau/Session.html +++ b/content/site/apidocs/org/apache/juneau/Session.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Session (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Session (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Session (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Session (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/SessionArgs.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/SessionArgs.html b/content/site/apidocs/org/apache/juneau/SessionArgs.html index 123e686..547c77a 100644 --- a/content/site/apidocs/org/apache/juneau/SessionArgs.html +++ b/content/site/apidocs/org/apache/juneau/SessionArgs.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SessionArgs (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>SessionArgs (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SessionArgs (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="SessionArgs (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/Setter.FieldSetter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Setter.FieldSetter.html b/content/site/apidocs/org/apache/juneau/Setter.FieldSetter.html index aeb3748..3413667 100644 --- a/content/site/apidocs/org/apache/juneau/Setter.FieldSetter.html +++ b/content/site/apidocs/org/apache/juneau/Setter.FieldSetter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Setter.FieldSetter (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Setter.FieldSetter (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Setter.FieldSetter (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Setter.FieldSetter (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/Setter.MethodSetter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Setter.MethodSetter.html b/content/site/apidocs/org/apache/juneau/Setter.MethodSetter.html index 9eeb58e..0c68883 100644 --- a/content/site/apidocs/org/apache/juneau/Setter.MethodSetter.html +++ b/content/site/apidocs/org/apache/juneau/Setter.MethodSetter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Setter.MethodSetter (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Setter.MethodSetter (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Setter.MethodSetter (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Setter.MethodSetter (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/Setter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Setter.html b/content/site/apidocs/org/apache/juneau/Setter.html index 63b67d6..e5c1a62 100644 --- a/content/site/apidocs/org/apache/juneau/Setter.html +++ b/content/site/apidocs/org/apache/juneau/Setter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Setter (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Setter (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Setter (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Setter (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/Streamable.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/Streamable.html b/content/site/apidocs/org/apache/juneau/Streamable.html index 2b9da0c..a24476c 100644 --- a/content/site/apidocs/org/apache/juneau/Streamable.html +++ b/content/site/apidocs/org/apache/juneau/Streamable.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Streamable (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>Streamable (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Streamable (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="Streamable (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/UriContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/UriContext.html b/content/site/apidocs/org/apache/juneau/UriContext.html index d66d2e1..1f44df6 100644 --- a/content/site/apidocs/org/apache/juneau/UriContext.html +++ b/content/site/apidocs/org/apache/juneau/UriContext.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UriContext (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>UriContext (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UriContext (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="UriContext (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/7917150f/content/site/apidocs/org/apache/juneau/UriRelativity.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/UriRelativity.html b/content/site/apidocs/org/apache/juneau/UriRelativity.html index 89d20a4..90279f2 100644 --- a/content/site/apidocs/org/apache/juneau/UriRelativity.html +++ b/content/site/apidocs/org/apache/juneau/UriRelativity.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UriRelativity (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)</title> +<title>UriRelativity (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="UriRelativity (Apache Juneau (incubating) 6.3.2-incubating-SNAPSHOT)"; + parent.document.title="UriRelativity (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)"; } } catch(err) {