http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/class-use/BeanRuntimeException.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/class-use/BeanRuntimeException.html 
b/content/site/apidocs/org/apache/juneau/class-use/BeanRuntimeException.html
index c162ae0..5229cd6 100644
--- a/content/site/apidocs/org/apache/juneau/class-use/BeanRuntimeException.html
+++ b/content/site/apidocs/org/apache/juneau/class-use/BeanRuntimeException.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.BeanRuntimeException (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.BeanRuntimeException (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.BeanRuntimeException (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.BeanRuntimeException (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -127,25 +127,35 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>&lt;T&gt;&nbsp;<a 
href="../../../../org/apache/juneau/BeanMap.html" title="class in 
org.apache.juneau">BeanMap</a>&lt;T&gt;</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&nbsp;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>&lt;? super 
T&gt;&nbsp;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 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>&lt;?&gt;&nbsp;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>&nbsp;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>&nbsp;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>boolean</code></td>
+<td class="colLast"><span class="typeNameLabel">Session.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/Session.html#close--">close</a></span>()</code>
+<div class="block">Perform cleanup on this context object if necessary.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanSession.html#close--">close</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanContext.html#newBean-java.lang.Class-">newBean</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>&lt;T&gt;&nbsp;c)</code>
+<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanSession.html#newBean-java.lang.Class-">newBean</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>&lt;T&gt;&nbsp;c)</code>
 <div class="block">Creates a new empty bean of the specified type, except used 
for instantiating inner member classes that must
    be instantiated within another class instance.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="typeNameLabel">BeanContext.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanContext.html#newBean-java.lang.Object-java.lang.Class-">newBean</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>&nbsp;outer,
+<td class="colLast"><span class="typeNameLabel">BeanSession.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/BeanSession.html#newBean-java.lang.Object-java.lang.Class-">newBean</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>&nbsp;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>&lt;T&gt;&nbsp;c)</code>
-<div class="block">Same as <a 
href="../../../../org/apache/juneau/BeanContext.html#newBean-java.lang.Class-"><code>BeanContext.newBean(Class)</code></a>,
 except used for instantiating inner member classes that must
+<div class="block">Same as <a 
href="../../../../org/apache/juneau/BeanSession.html#newBean-java.lang.Class-"><code>BeanSession.newBean(Class)</code></a>,
 except used for instantiating inner member classes that must
    be instantiated within another class instance.</div>
 </td>
 </tr>
@@ -158,9 +168,11 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau">ObjectMap</a></code></td>
-<td class="colLast"><span class="typeNameLabel">ClassMeta.</span><code><span 
class="memberNameLink"><a 
href="../../../../org/apache/juneau/ClassMeta.html#toObjectMap-java.lang.Object-">toObjectMap</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>&nbsp;t)</code>
-<div class="block">Converts an instance of this class to an <a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau"><code>ObjectMap</code></a>.</div>
+<td class="colFirst"><code>&lt;T&gt;&nbsp;<a 
href="../../../../org/apache/juneau/BeanMap.html" title="class in 
org.apache.juneau">BeanMap</a>&lt;T&gt;</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&nbsp;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>&lt;? super 
T&gt;&nbsp;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>
@@ -240,6 +252,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

Reply via email to