http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/class-use/BeanDictionary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanDictionary.html b/content/site/apidocs/org/apache/juneau/class-use/BeanDictionary.html deleted file mode 100644 index 3cc1fae..0000000 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanDictionary.html +++ /dev/null @@ -1,190 +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.BeanDictionary (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.BeanDictionary (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/BeanDictionary.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/BeanDictionary.html" target="_top">Frames</a></li> -<li><a href="BeanDictionary.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.BeanDictionary" class="title">Uses of Class<br>org.apache.juneau.BeanDictionary</h2> -</div> -<div class="classUseContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> -<caption><span>Packages that use <a href="../../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Package</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="#org.apache.juneau">org.apache.juneau</a></td> -<td class="colLast"> -<div class="block">Base toolkit for serializers, parsers, and bean contexts</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<ul class="blockList"> -<li class="blockList"><a name="org.apache.juneau"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</a> in <a href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</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/package-summary.html">org.apache.juneau</a> that return <a href="../../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</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/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</a></code></td> -<td class="colLast"><span class="typeNameLabel">BeanPropertyMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanPropertyMeta.html#getBeanDictionary--">getBeanDictionary</a></span>()</code> -<div class="block">Returns the bean dictionary in use for this bean property.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</a></code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#getBeanDictionary--">getBeanDictionary</a></span>()</code> -<div class="block">Returns the bean dictionary defined in this bean context defined by <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a>.</div> -</td> -</tr> -</tbody> -</table> -<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/package-summary.html">org.apache.juneau</a> with parameters of type <a href="../../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> -<td class="colLast"><span class="typeNameLabel">ObjectMap.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/ObjectMap.html#cast-org.apache.juneau.BeanDictionary-">cast</a></span>(<a href="../../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</a> typeDictionary)</code> -<div class="block">Same as <a href="../../../../org/apache/juneau/ObjectMap.html#cast--"><code>ObjectMap.cast()</code></a>, but first do a lookup for the name in the specified dictionary.</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</li> -</ul> -</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/BeanDictionary.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/BeanDictionary.html" target="_top">Frames</a></li> -<li><a href="BeanDictionary.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/BeanDictionaryBuilder.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryBuilder.html b/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryBuilder.html deleted file mode 100644 index 56cb5b5..0000000 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryBuilder.html +++ /dev/null @@ -1,169 +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.BeanDictionaryBuilder (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.BeanDictionaryBuilder (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/BeanDictionaryBuilder.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/BeanDictionaryBuilder.html" target="_top">Frames</a></li> -<li><a href="BeanDictionaryBuilder.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.BeanDictionaryBuilder" class="title">Uses of Class<br>org.apache.juneau.BeanDictionaryBuilder</h2> -</div> -<div class="classUseContainer"> -<ul class="blockList"> -<li class="blockList"> -<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> -<caption><span>Packages that use <a href="../../../../org/apache/juneau/BeanDictionaryBuilder.html" title="class in org.apache.juneau">BeanDictionaryBuilder</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Package</th> -<th class="colLast" scope="col">Description</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a href="#org.apache.juneau">org.apache.juneau</a></td> -<td class="colLast"> -<div class="block">Base toolkit for serializers, parsers, and bean contexts</div> -</td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<ul class="blockList"> -<li class="blockList"><a name="org.apache.juneau"> -<!-- --> -</a> -<h3>Uses of <a href="../../../../org/apache/juneau/BeanDictionaryBuilder.html" title="class in org.apache.juneau">BeanDictionaryBuilder</a> in <a href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</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/package-summary.html">org.apache.juneau</a> that return <a href="../../../../org/apache/juneau/BeanDictionaryBuilder.html" title="class in org.apache.juneau">BeanDictionaryBuilder</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/BeanDictionaryBuilder.html" title="class in org.apache.juneau">BeanDictionaryBuilder</a></code></td> -<td class="colLast"><span class="typeNameLabel">BeanDictionaryBuilder.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanDictionaryBuilder.html#add-java.lang.Class...-">add</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> -<div class="block">Add the specified classes to this type dictionary.</div> -</td> -</tr> -</tbody> -</table> -</li> -</ul> -</li> -</ul> -</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/BeanDictionaryBuilder.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/BeanDictionaryBuilder.html" target="_top">Frames</a></li> -<li><a href="BeanDictionaryBuilder.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/BeanDictionaryList.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryList.html b/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryList.html new file mode 100644 index 0000000..ff8a7ca --- /dev/null +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryList.html @@ -0,0 +1,195 @@ +<!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.BeanDictionaryList (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> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.juneau.BeanDictionaryList (Apache Juneau (incubating) 6.0.2-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/BeanDictionaryList.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/BeanDictionaryList.html" target="_top">Frames</a></li> +<li><a href="BeanDictionaryList.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.BeanDictionaryList" class="title">Uses of Class<br>org.apache.juneau.BeanDictionaryList</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau">BeanDictionaryList</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.juneau">org.apache.juneau</a></td> +<td class="colLast"> +<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.dto.html5">org.apache.juneau.dto.html5</a></td> +<td class="colLast"> +<div class="block">HTML5 Data Transfer Objects</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.juneau"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau">BeanDictionaryList</a> in <a href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</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/package-summary.html">org.apache.juneau</a> that return <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau">BeanDictionaryList</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>protected <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau">BeanDictionaryList</a></code></td> +<td class="colLast"><span class="typeNameLabel">BeanDictionaryList.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanDictionaryList.html#append-java.lang.Class...-">append</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><?>... c)</code> +<div class="block">Append one or more bean classes to this bean dictionary.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.juneau.dto.html5"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau">BeanDictionaryList</a> in <a href="../../../../org/apache/juneau/dto/html5/package-summary.html">org.apache.juneau.dto.html5</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/BeanDictionaryList.html" title="class in org.apache.juneau">BeanDictionaryList</a> in <a href="../../../../org/apache/juneau/dto/html5/package-summary.html">org.apache.juneau.dto.html5</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/dto/html5/HtmlBeanDictionary.html" title="class in org.apache.juneau.dto.html5">HtmlBeanDictionary</a></span></code> +<div class="block">Defines the Java classes that make up the HTML DTO type dictionary.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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/BeanDictionaryList.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/BeanDictionaryList.html" target="_top">Frames</a></li> +<li><a href="BeanDictionaryList.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 © 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/BeanDictionaryMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryMap.html b/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryMap.html new file mode 100644 index 0000000..7d22716 --- /dev/null +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanDictionaryMap.html @@ -0,0 +1,187 @@ +<!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.BeanDictionaryMap (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> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.juneau.BeanDictionaryMap (Apache Juneau (incubating) 6.0.2-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/BeanDictionaryMap.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/BeanDictionaryMap.html" target="_top">Frames</a></li> +<li><a href="BeanDictionaryMap.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.BeanDictionaryMap" class="title">Uses of Class<br>org.apache.juneau.BeanDictionaryMap</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau">BeanDictionaryMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.juneau">org.apache.juneau</a></td> +<td class="colLast"> +<div class="block">Base toolkit for serializers, parsers, and bean contexts</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.juneau"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau">BeanDictionaryMap</a> in <a href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</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/package-summary.html">org.apache.juneau</a> that return <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau">BeanDictionaryMap</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>protected <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau">BeanDictionaryMap</a></code></td> +<td class="colLast"><span class="typeNameLabel">BeanDictionaryMap.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanDictionaryMap.html#addClass-java.lang.String-java.lang.Class-">addClass</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> typeName, + <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><?> c)</code> +<div class="block">Add a dictionary name mapping for the specified class.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau">BeanDictionaryMap</a></code></td> +<td class="colLast"><span class="typeNameLabel">BeanDictionaryMap.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanDictionaryMap.html#addCollectionClass-java.lang.String-java.lang.Class-java.lang.Object-">addCollectionClass</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> typeName, + <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 <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>> collectionClass, + <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> entryClass)</code> +<div class="block">Add a dictionary name mapping for the specified collection class with the specified entry class.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau">BeanDictionaryMap</a></code></td> +<td class="colLast"><span class="typeNameLabel">BeanDictionaryMap.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanDictionaryMap.html#addMapClass-java.lang.String-java.lang.Class-java.lang.Object-java.lang.Object-">addMapClass</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> typeName, + <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 <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>> mapClass, + <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> keyClass, + <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> valueClass)</code> +<div class="block">Add a dictionary name mapping for the specified map class with the specified key and value classes.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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/BeanDictionaryMap.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/BeanDictionaryMap.html" target="_top">Frames</a></li> +<li><a href="BeanDictionaryMap.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 © 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/BeanMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanMap.html b/content/site/apidocs/org/apache/juneau/class-use/BeanMap.html index 6cde55b..8e47338 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanMap.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanMap.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.BeanMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanMap (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.BeanMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanMap (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -123,20 +123,6 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><T></code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#forBean-T-">forBean</a></span>(T o)</code> -<div class="block">Wraps an object inside a <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau"><code>BeanMap</code></a> object (i.e.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><T></code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#forBean-T-java.lang.Class-">forBean</a></span>(T o, - <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><? super T> c)</code> -<div class="block">Wraps an object inside a <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau"><code>BeanMap</code></a> object (i.e.: a modifiable <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>) - defined as a bean for one of its class, a super class, or an implemented interface.</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?></code></td> <td class="colLast"><span class="typeNameLabel">BeanMapEntry.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanMapEntry.html#getBeanMap--">getBeanMap</a></span>()</code> <div class="block">Returns the bean map that contains this property.</div> @@ -163,18 +149,32 @@ </tr> <tr class="altColor"> <td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><T></code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#newBeanMap-java.lang.Class-">newBeanMap</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> c)</code> +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#newBeanMap-java.lang.Class-">newBeanMap</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> c)</code> <div class="block">Creates a new <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau"><code>BeanMap</code></a> object (i.e.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><T></code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#newBeanMap-java.lang.Object-java.lang.Class-">newBeanMap</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#newBeanMap-java.lang.Object-java.lang.Class-">newBeanMap</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/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> c)</code> -<div class="block">Same as <a href="../../../../org/apache/juneau/BeanContext.html#newBeanMap-java.lang.Class-"><code>BeanContext.newBeanMap(Class)</code></a>, except used for instantiating inner member classes that must +<div class="block">Same as <a href="../../../../org/apache/juneau/BeanSession.html#newBeanMap-java.lang.Class-"><code>BeanSession.newBeanMap(Class)</code></a>, except used for instantiating inner member classes that must be instantiated within another class instance.</div> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><T></code></td> +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#toBeanMap-T-">toBeanMap</a></span>(T o)</code> +<div class="block">Wraps an object inside a <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau"><code>BeanMap</code></a> object (i.e.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><T></code></td> +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#toBeanMap-T-java.lang.Class-">toBeanMap</a></span>(T o, + <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><? super T> c)</code> +<div class="block">Wraps an object inside a <a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau"><code>BeanMap</code></a> object (i.e.: a modifiable <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>) + defined as a bean for one of its class, a super class, or an implemented interface.</div> +</td> +</tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> @@ -192,12 +192,20 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">BeanPropertyMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanPropertyMeta.html#add-org.apache.juneau.BeanMap-java.lang.String-java.lang.Object-">add</a></span>(<a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> +<div class="block">Adds a value to a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> or bean property.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="typeNameLabel">BeanPropertyMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanPropertyMeta.html#get-org.apache.juneau.BeanMap-">get</a></span>(<a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m)</code> <div class="block">Equivalent to calling <a href="../../../../org/apache/juneau/BeanMap.html#get-java.lang.Object-"><code>get(Object)</code></a>, but is faster since it avoids looking up the property meta.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="typeNameLabel">BeanPropertyMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanPropertyMeta.html#set-org.apache.juneau.BeanMap-java.lang.Object-">set</a></span>(<a href="../../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m, <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> @@ -338,6 +346,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/BeanMapEntry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanMapEntry.html b/content/site/apidocs/org/apache/juneau/class-use/BeanMapEntry.html index 854f1ce..213aca1 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanMapEntry.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanMapEntry.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.BeanMapEntry (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanMapEntry (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.BeanMapEntry (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanMapEntry (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/BeanMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanMeta.html b/content/site/apidocs/org/apache/juneau/class-use/BeanMeta.html index 70c8c39..eabc83a 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanMeta.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanMeta.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.BeanMeta (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanMeta (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.BeanMeta (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanMeta (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -173,11 +173,17 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><T></code></td> -<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#getBeanMeta-java.lang.Class-">getBeanMeta</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> c)</code> +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#getBeanMeta-java.lang.Class-">getBeanMeta</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> c)</code> <div class="block">Returns the <a href="../../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau"><code>BeanMeta</code></a> class for the specified class.</div> </td> </tr> <tr class="altColor"> +<td class="colFirst"><code><T> <a href="../../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><T></code></td> +<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#getBeanMeta-java.lang.Class-">getBeanMeta</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> c)</code> +<div class="block">Returns the <a href="../../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau"><code>BeanMeta</code></a> class for the specified class.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>></code></td> <td class="colLast"><span class="typeNameLabel">BeanMap.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanMap.html#getMeta--">getMeta</a></span>()</code> <div class="block">Returns the metadata associated with this bean map.</div> @@ -192,7 +198,8 @@ </tr> <tbody> <tr class="altColor"> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanMap.html#BeanMap-T-org.apache.juneau.BeanMeta-">BeanMap</a></span>(<a href="../../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> bean, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanMap.html#BeanMap-org.apache.juneau.BeanSession-T-org.apache.juneau.BeanMeta-">BeanMap</a></span>(<a href="../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau">BeanSession</a> session, + <a href="../../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a> bean, <a href="../../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> meta)</code> <div class="block">Instance of this class are instantiated through the BeanContext class.</div> </td> @@ -333,6 +340,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/BeanMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanMetaExtended.html b/content/site/apidocs/org/apache/juneau/class-use/BeanMetaExtended.html index d691b4b..0804187 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanMetaExtended.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.BeanMetaExtended (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanMetaExtended (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.BeanMetaExtended (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanMetaExtended (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -216,6 +216,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/BeanMetaFiltered.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanMetaFiltered.html b/content/site/apidocs/org/apache/juneau/class-use/BeanMetaFiltered.html index 2b81096..f30eaf1 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanMetaFiltered.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanMetaFiltered.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.BeanMetaFiltered (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanMetaFiltered (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.BeanMetaFiltered (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanMetaFiltered (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -120,6 +120,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/BeanPropertyMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMeta.html b/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMeta.html index b8e87e6..9ebbec5 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMeta.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMeta.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.BeanPropertyMeta (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanPropertyMeta (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.BeanPropertyMeta (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanPropertyMeta (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -287,14 +287,15 @@ </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlSerializer.html#serializeAnything-org.apache.juneau.html.HtmlSerializerSession-org.apache.juneau.html.HtmlWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-int-org.apache.juneau.BeanPropertyMeta-">serializeAnything</a></span>(<a href="../../../../org/apache/juneau/html/HtmlSerializerSession.html" title="class in org.apache.juneau.html">HtmlSerializerSession</a> session, +<td class="colFirst"><code>protected org.apache.juneau.html.HtmlSerializer.ContentResult</code></td> +<td class="colLast"><span class="typeNameLabel">HtmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/html/HtmlSerializer.html#serializeAnything-org.apache.juneau.html.HtmlSerializerSession-org.apache.juneau.html.HtmlWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-int-org.apache.juneau.BeanPropertyMeta-boolean-">serializeAnything</a></span>(<a href="../../../../org/apache/juneau/html/HtmlSerializerSession.html" title="class in org.apache.juneau.html">HtmlSerializerSession</a> session, <a href="../../../../org/apache/juneau/html/HtmlWriter.html" title="class in org.apache.juneau.html">HtmlWriter</a> out, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> eType, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, int indent, - <a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta)</code> + <a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta, + boolean isRoot)</code> <div class="block">Serialize the specified object to the specified writer.</div> </td> </tr> @@ -475,14 +476,20 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> -<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getPropertyMeta-java.lang.String-">getPropertyMeta</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> fieldName)</code> -<div class="block">Returns bean property meta with the specified name.</div> +<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getAttrsProperty--">getAttrsProperty</a></span>()</code> +<div class="block">The property that returns a map of XML attributes as key/value pairs.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> -<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getXmlContentProperty--">getXmlContentProperty</a></span>()</code> -<div class="block">Returns the bean property annotated with an <a href="../../../../org/apache/juneau/xml/annotation/Xml.html#format--"><code>Xml.format()</code></a> value of <a href="../../../../org/apache/juneau/xml/annotation/XmlFormat.html#CONTENT"><code>XmlFormat.CONTENT</code></a></div> +<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getContentProperty--">getContentProperty</a></span>()</code> +<div class="block">The property that represents the inner XML content of this bean.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> +<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getPropertyMeta-java.lang.String-">getPropertyMeta</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> fieldName)</code> +<div class="block">Returns bean property meta with the specified name.</div> </td> </tr> </tbody> @@ -496,14 +503,20 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>></code></td> -<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getChildElementProperties--">getChildElementProperties</a></span>()</code> -<div class="block">Returns the child element properties for this bean.</div> +<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getAttrProperties--">getAttrProperties</a></span>()</code> +<div class="block">The list of properties that should be rendered as XML attributes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>></code></td> -<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getXmlAttrProperties--">getXmlAttrProperties</a></span>()</code> -<div class="block">Returns the list of properties annotated with an <a href="../../../../org/apache/juneau/xml/annotation/Xml.html#format--"><code>Xml.format()</code></a> of <a href="../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR"><code>XmlFormat.ATTR</code></a>.</div> +<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getCollapsedProperties--">getCollapsedProperties</a></span>()</code> +<div class="block">The list of properties that should be rendered as collapsed child elements.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>></code></td> +<td class="colLast"><span class="typeNameLabel">XmlBeanMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlBeanMeta.html#getElementProperties--">getElementProperties</a></span>()</code> +<div class="block">The list of properties that should be rendered as child elements.</div> </td> </tr> </tbody> @@ -516,8 +529,20 @@ </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><code>protected <T> T</code></td> +<td class="colLast"><span class="typeNameLabel">XmlParser.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlParser.html#parseAnything-org.apache.juneau.xml.XmlParserSession-org.apache.juneau.ClassMeta-java.lang.String-javax.xml.stream.XMLStreamReader-java.lang.Object-boolean-org.apache.juneau.BeanPropertyMeta-">parseAnything</a></span>(<a href="../../../../org/apache/juneau/xml/XmlParserSession.html" title="class in org.apache.juneau.xml">XmlParserSession</a> session, + <a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><T> eType, + <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> currAttr, + <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLStreamReader.html?is-external=true" title="class or interface in javax.xml.stream">XMLStreamReader</a> r, + <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, + boolean isRoot, + <a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta)</code> +<div class="block">Workhorse method.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in org.apache.juneau.xml">XmlWriter</a></code></td> -<td class="colLast"><span class="typeNameLabel">XmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.html#serializeAnything-org.apache.juneau.xml.XmlSerializerSession-org.apache.juneau.xml.XmlWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-org.apache.juneau.xml.Namespace-boolean-org.apache.juneau.xml.annotation.XmlFormat-org.apache.juneau.BeanPropertyMeta-">serializeAnything</a></span>(<a href="../../../../org/apache/juneau/xml/XmlSerializerSession.html" title="class in org.apache.juneau.xml">XmlSerializerSession</a> session, +<td class="colLast"><span class="typeNameLabel">XmlSerializer.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/xml/XmlSerializer.html#serializeAnything-org.apache.juneau.xml.XmlSerializerSession-org.apache.juneau.xml.XmlWriter-java.lang.Object-org.apache.juneau.ClassMeta-java.lang.String-org.apache.juneau.xml.Namespace-boolean-org.apache.juneau.xml.annotation.XmlFormat-boolean-boolean-org.apache.juneau.BeanPropertyMeta-">serializeAnything</a></span>(<a href="../../../../org/apache/juneau/xml/XmlSerializerSession.html" title="class in org.apache.juneau.xml">XmlSerializerSession</a> session, <a href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in org.apache.juneau.xml">XmlWriter</a> out, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o, <a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a> eType, @@ -525,6 +550,8 @@ <a href="../../../../org/apache/juneau/xml/Namespace.html" title="class in org.apache.juneau.xml">Namespace</a> elementNamespace, boolean addNamespaceUris, <a href="../../../../org/apache/juneau/xml/annotation/XmlFormat.html" title="enum in org.apache.juneau.xml.annotation">XmlFormat</a> format, + boolean isMixed, + boolean preserveWhitespace, <a href="../../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta)</code> <div class="block">Workhorse method.</div> </td> @@ -596,6 +623,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/BeanPropertyMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMetaExtended.html b/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMetaExtended.html index f0fca09..4f1769a 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMetaExtended.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyMetaExtended.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.BeanPropertyMetaExtended (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanPropertyMetaExtended (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.BeanPropertyMetaExtended (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanPropertyMetaExtended (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -242,6 +242,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/BeanPropertyValue.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyValue.html b/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyValue.html index 524a518..406088e 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyValue.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanPropertyValue.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.BeanPropertyValue (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanPropertyValue (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.BeanPropertyValue (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanPropertyValue (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -207,6 +207,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/BeanProxyInvocationHandler.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanProxyInvocationHandler.html b/content/site/apidocs/org/apache/juneau/class-use/BeanProxyInvocationHandler.html index f0d0bcd..7588ddf 100644 --- a/content/site/apidocs/org/apache/juneau/class-use/BeanProxyInvocationHandler.html +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanProxyInvocationHandler.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.BeanProxyInvocationHandler (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title> +<title>Uses of Class org.apache.juneau.BeanProxyInvocationHandler (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.BeanProxyInvocationHandler (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)"; + parent.document.title="Uses of Class org.apache.juneau.BeanProxyInvocationHandler (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)"; } } catch(err) { @@ -120,6 +120,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/BeanRegistry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/class-use/BeanRegistry.html b/content/site/apidocs/org/apache/juneau/class-use/BeanRegistry.html new file mode 100644 index 0000000..7fe0770 --- /dev/null +++ b/content/site/apidocs/org/apache/juneau/class-use/BeanRegistry.html @@ -0,0 +1,196 @@ +<!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.BeanRegistry (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> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.juneau.BeanRegistry (Apache Juneau (incubating) 6.0.2-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/BeanRegistry.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/BeanRegistry.html" target="_top">Frames</a></li> +<li><a href="BeanRegistry.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.BeanRegistry" class="title">Uses of Class<br>org.apache.juneau.BeanRegistry</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/apache/juneau/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.juneau">org.apache.juneau</a></td> +<td class="colLast"> +<div class="block">Base toolkit for serializers, parsers, and bean contexts</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.juneau"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/apache/juneau/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</a> in <a href="../../../../org/apache/juneau/package-summary.html">org.apache.juneau</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/package-summary.html">org.apache.juneau</a> that return <a href="../../../../org/apache/juneau/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</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/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</a></code></td> +<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanSession.html#getBeanRegistry--">getBeanRegistry</a></span>()</code> +<div class="block">Returns the bean registry defined in this bean context defined by <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/juneau/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</a></code></td> +<td class="colLast"><span class="typeNameLabel">BeanPropertyMeta.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanPropertyMeta.html#getBeanRegistry--">getBeanRegistry</a></span>()</code> +<div class="block">Returns the bean dictionary in use for this bean property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../org/apache/juneau/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</a></code></td> +<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/BeanContext.html#getBeanRegistry--">getBeanRegistry</a></span>()</code> +<div class="block">Returns the bean registry defined in this bean context defined by <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a>.</div> +</td> +</tr> +</tbody> +</table> +<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/package-summary.html">org.apache.juneau</a> with parameters of type <a href="../../../../org/apache/juneau/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectMap.</span><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/ObjectMap.html#cast-org.apache.juneau.BeanRegistry-">cast</a></span>(<a href="../../../../org/apache/juneau/BeanRegistry.html" title="class in org.apache.juneau">BeanRegistry</a> beanRegistry)</code> +<div class="block">Same as <a href="../../../../org/apache/juneau/ObjectMap.html#cast--"><code>ObjectMap.cast()</code></a>, but first do a lookup for the name in the specified dictionary.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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/BeanRegistry.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/BeanRegistry.html" target="_top">Frames</a></li> +<li><a href="BeanRegistry.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 © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +</body> +</html>
