http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html 
b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html
index e3db954..0986123 100644
--- a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html
+++ b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html
@@ -123,21 +123,25 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.36">CsvSerializerContext</a>
+<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.40">CsvSerializerContext</a>
 extends <a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html" 
title="class in org.apache.juneau.serializer">SerializerContext</a></pre>
 <div class="block">Configurable properties on the <a 
href="../../../../org/apache/juneau/csv/CsvSerializer.html" title="class in 
org.apache.juneau.csv"><code>CsvSerializer</code></a> class.
+
  <p>
  Context properties are set by calling <a 
href="../../../../org/apache/juneau/PropertyStore.html#setProperty-java.lang.String-java.lang.Object-"><code>PropertyStore.setProperty(String,
 Object)</code></a> on the property store
  passed into the constructor.
+
  <p>
  See <a href="../../../../org/apache/juneau/PropertyStore.html" title="class 
in org.apache.juneau"><code>PropertyStore</code></a> for more information about 
context properties.
 
  <h6 class='topic'>Inherited configurable properties</h6>
  <ul class='doctree'>
-   <li class='jc'><a class="doclink" 
href="../BeanContext.html#ConfigProperties">BeanContext</a>
+   <li class='jc'>
+      <a class="doclink" 
href="../BeanContext.html#ConfigProperties">BeanContext</a>
       - Properties associated with handling beans on serializers and parsers.
    <ul>
-      <li class='jc'><a class="doclink" 
href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a>
+      <li class='jc'>
+      <a class="doclink" 
href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a>
       - Configurable properties common to all serializers.
    </ul>
  </ul></div>
@@ -248,8 +252,9 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CsvSerializerContext</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.45">CsvSerializerContext</a>(<a
 href="../../../../org/apache/juneau/PropertyStore.html" title="class in 
org.apache.juneau">PropertyStore</a>&nbsp;ps)</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.50">CsvSerializerContext</a>(<a
 href="../../../../org/apache/juneau/PropertyStore.html" title="class in 
org.apache.juneau">PropertyStore</a>&nbsp;ps)</pre>
 <div class="block">Constructor.
+
  <p>
  Typically only called from <a 
href="../../../../org/apache/juneau/PropertyStore.html#getContext-java.lang.Class-"><code>PropertyStore.getContext(Class)</code></a>.</div>
 <dl>
@@ -272,7 +277,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>asMap</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.50">asMap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" 
title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.55">asMap</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/Context.html#asMap--">Context</a></code></span></div>
 <div class="block">Returns the properties defined on this bean context as a 
simple map for debugging purposes.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html 
b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html
index a6f3259..772fd8e 100644
--- a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html
+++ b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html
@@ -117,9 +117,10 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerSession.html#line.27">CsvSerializerSession</a>
+<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerSession.html#line.28">CsvSerializerSession</a>
 extends <a 
href="../../../../org/apache/juneau/serializer/SerializerSession.html" 
title="class in org.apache.juneau.serializer">SerializerSession</a></pre>
 <div class="block">Session object that lives for the duration of a single use 
of <a href="../../../../org/apache/juneau/csv/CsvSerializer.html" title="class 
in org.apache.juneau.csv"><code>CsvSerializer</code></a>.
+
  <p>
  This class is NOT thread safe.  It is meant to be discarded after one-time 
use.</div>
 </li>
@@ -225,7 +226,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerSession.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CsvSerializerSession</h4>
-<pre>protected&nbsp;<a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerSession.html#line.46">CsvSerializerSession</a>(<a
 href="../../../../org/apache/juneau/csv/CsvSerializerContext.html" 
title="class in org.apache.juneau.csv">CsvSerializerContext</a>&nbsp;ctx,
+<pre>protected&nbsp;<a 
href="../../../../src-html/org/apache/juneau/csv/CsvSerializerSession.html#line.51">CsvSerializerSession</a>(<a
 href="../../../../org/apache/juneau/csv/CsvSerializerContext.html" 
title="class in org.apache.juneau.csv">CsvSerializerContext</a>&nbsp;ctx,
                                <a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau">ObjectMap</a>&nbsp;op,
                                <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;output,
                                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</a>&nbsp;javaMethod,
@@ -237,15 +238,15 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerSession.html
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>ctx</code> - The context creating this session object.
- The context contains all the configuration settings for this object.</dd>
+   The context contains all the configuration settings for this object.</dd>
 <dd><code>output</code> - The output object.</dd>
 <dd><code>op</code> - The override properties.
- These override any context properties defined in the context.</dd>
+   These override any context properties defined in the context.</dd>
 <dd><code>javaMethod</code> - The java method that called this serializer, 
usually the method in a REST servlet.</dd>
 <dd><code>locale</code> - The session locale.
- If <jk>null</jk>, then the locale defined on the context is used.</dd>
+   If <jk>null</jk>, then the locale defined on the context is used.</dd>
 <dd><code>timeZone</code> - The session timezone.
- If <jk>null</jk>, then the timezone defined on the context is used.</dd>
+   If <jk>null</jk>, then the timezone defined on the context is used.</dd>
 <dd><code>mediaType</code> - The session media type (e.g. 
<js>"application/json"</js>).</dd>
 <dd><code>uriContext</code> - The URI context.
  Identifies the current request URI used for resolution of URIs to absolute or 
root-relative form.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/doc-files/AddressBook.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/doc-files/AddressBook.html 
b/content/site/apidocs/org/apache/juneau/doc-files/AddressBook.html
index 10f6427..b892477 100644
--- a/content/site/apidocs/org/apache/juneau/doc-files/AddressBook.html
+++ b/content/site/apidocs/org/apache/juneau/doc-files/AddressBook.html
@@ -22,7 +22,8 @@
 <body style='margin:0 20'>
        <p></p>
        <!-- 
========================================================================================================
 -->
-       <a id="AddressBookSampleSource"></a><h2 class='topic'>AddressBook 
sample source</h2>
+       <a id="AddressBookSampleSource"></a>
+       <h2 class='topic'>AddressBook sample source</h2>
        <p>
                Sample code use in various examples throughout the Javadocs.  
Represents a simple POJO model consisting
                of a collection (<code>LinkedList</code>), beans 
(<code>Address</code>, <code>Person</code>), and a type 4a transformed type 
(<code>Calendar</code>).

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/Link.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/Link.html 
b/content/site/apidocs/org/apache/juneau/dto/Link.html
index bb2da7d..0770339 100644
--- a/content/site/apidocs/org/apache/juneau/dto/Link.html
+++ b/content/site/apidocs/org/apache/juneau/dto/Link.html
@@ -114,17 +114,19 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre><a href="../../../../org/apache/juneau/html/HtmlLink.html" 
title="annotation in org.apache.juneau.html">@HtmlLink</a>(<a 
href="../../../../org/apache/juneau/html/HtmlLink.html#nameProperty--">nameProperty</a>="name",
           <a 
href="../../../../org/apache/juneau/html/HtmlLink.html#hrefProperty--">hrefProperty</a>="href")
-public class <a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.36">Link</a>
+public class <a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.38">Link</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
 implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/juneau/dto/Link.html" title="class in 
org.apache.juneau.dto">Link</a>&gt;</pre>
 <div class="block">Simple bean that implements a hyperlink for the HTML 
serializer.
+
  <p>
  The name and url properties correspond to the following parts of a hyperlink 
in an HTML document...
  <p class='bcode'>
    <xt>&lt;a</xt> 
<xa>href</xa>=<xs>'href'</xs><xt>&gt;</xt>name<xt>&lt;/a&gt;</xt>
+ </p>
+
  <p>
  When encountered by the <a 
href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in 
org.apache.juneau.html"><code>HtmlSerializer</code></a> class, this object gets 
converted to a hyperlink.
- <br>
  All other serializers simply convert it to a simple bean.</div>
 </li>
 </ul>
@@ -247,7 +249,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>Link</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.40">Link</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.42">Link</a>()</pre>
 <div class="block">No-arg constructor.</div>
 </li>
 </ul>
@@ -257,7 +259,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Link</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.49">Link</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>&nbsp;name,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.51">Link</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>&nbsp;name,
             <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;href,
             <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;hrefArgs)</pre>
 <div class="block">Constructor.</div>
@@ -283,8 +285,10 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre>public&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.65">getName</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.69">getName</a>()</pre>
 <div class="block">Bean property getter:  <property>name</property>.
+
+ <p>
  Corresponds to the text inside of the <xt>&lt;A&gt;</xt> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -298,7 +302,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setName</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/dto/Link.html" 
title="class in org.apache.juneau.dto">Link</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.75">setName</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>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/dto/Link.html" 
title="class in org.apache.juneau.dto">Link</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.79">setName</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>&nbsp;name)</pre>
 <div class="block">Bean property setter:  <property>name</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -314,8 +318,10 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>getHref</h4>
-<pre>public&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.86">getHref</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.92">getHref</a>()</pre>
 <div class="block">Bean property getter:  <property>href</property>.
+
+ <p>
  Corresponds to the value of the <xa>href</xa> attribute of the 
<xt>&lt;A&gt;</xt> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -329,7 +335,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setHref</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/dto/Link.html" 
title="class in org.apache.juneau.dto">Link</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.96">setHref</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>&nbsp;href)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/dto/Link.html" 
title="class in org.apache.juneau.dto">Link</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.102">setHref</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>&nbsp;href)</pre>
 <div class="block">Bean property setter:  <property>href</property>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -345,9 +351,11 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>setHref</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/dto/Link.html" 
title="class in org.apache.juneau.dto">Link</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.109">setHref</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>&nbsp;href,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/dto/Link.html" 
title="class in org.apache.juneau.dto">Link</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.117">setHref</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>&nbsp;href,
                     <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;args)</pre>
 <div class="block">Bean property setter:  <property>href</property>.
+
+ <p>
  Same as <a 
href="../../../../org/apache/juneau/dto/Link.html#setHref-java.lang.String-"><code>setHref(String)</code></a>
 except allows for <a 
href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true";
 title="class or interface in java.text"><code>MessageFormat</code></a> style 
arguments.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -364,7 +372,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.120">toString</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.128">toString</a>()</pre>
 <div class="block">Returns the name so that the <a 
href="../../../../org/apache/juneau/utils/PojoQuery.html" title="class in 
org.apache.juneau.utils"><code>PojoQuery</code></a> class can search against 
it.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -378,7 +386,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>compareTo</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.125">compareTo</a>(<a
 href="../../../../org/apache/juneau/dto/Link.html" title="class in 
org.apache.juneau.dto">Link</a>&nbsp;o)</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.133">compareTo</a>(<a
 href="../../../../org/apache/juneau/dto/Link.html" title="class in 
org.apache.juneau.dto">Link</a>&nbsp;o)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-";
 title="class or interface in java.lang">compareTo</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/juneau/dto/Link.html" title="class in 
org.apache.juneau.dto">Link</a>&gt;</code></dd>
@@ -391,7 +399,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.130">equals</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.138">equals</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a></code>&nbsp;in 
class&nbsp;<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></dd>
@@ -404,7 +412,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <ul class="blockListLast">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.137">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/Link.html#line.145">hashCode</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a></code>&nbsp;in 
class&nbsp;<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></dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html 
b/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
index ad63d32..5f17b80 100644
--- a/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
+++ b/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
@@ -132,10 +132,11 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.27">ResultSetList</a>
+<pre>public final class <a 
href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.28">ResultSetList</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true";
 title="class or interface in java.util">LinkedList</a>&lt;<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>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&gt;</pre>
 <div class="block">Transforms an SQL <a 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql"><code>ResultSet</code></a> into a list 
of maps.
- <p>
+ <
+ p>
  Loads the entire result set into an in-memory data structure, and then closes 
the result set object.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -288,7 +289,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ResultSetList</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.40">ResultSetList</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.41">ResultSetList</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs,
                      int&nbsp;pos,
                      int&nbsp;limit,
                      boolean&nbsp;includeRowNums)
@@ -319,10 +320,12 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
 <ul class="blockListLast">
 <li class="blockList">
 <h4>readEntry</h4>
-<pre>protected static&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.85">readEntry</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs,
+<pre>protected static&nbsp;<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;<a 
href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.88">readEntry</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;rs,
                                   int&nbsp;col,
                                   int&nbsp;dataType)</pre>
 <div class="block">Reads the specified column from the current row in the 
result set.
+
+ <p>
  Subclasses can override this method to handle specific data types in special 
ways.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
index 3efd654..08fec20 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
@@ -108,9 +108,10 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.49">AtomBuilder</a>
+<pre>public class <a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.55">AtomBuilder</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Various useful static methods for creating ATOM elements.
+
  <p>
  Typically, you'll want to do a static import on this class and then call the 
methods like so...
  <p class='bcode'>
@@ -130,12 +131,17 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' 
href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+   <li class='link'>
+      <a class='doclink' 
href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
       (org.apache.juneau.dto)</a>
-   <ul>
-      <li class='sublink'><a class='doclink' 
href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a>
-   </ul>
-   <li class='jp'><a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+      <ul>
+         <li class='sublink'>
+            <a class='doclink' 
href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a>
+      </ul>
+   </li>
+   <li class='jp'>
+      <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+   </li>
  </ul></div>
 </li>
 </ul>
@@ -311,7 +317,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AtomBuilder</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.49">AtomBuilder</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.55">AtomBuilder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -328,7 +334,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>category</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in 
org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.57">category</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>&nbsp;term)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in 
org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.63">category</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>&nbsp;term)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in 
org.apache.juneau.dto.atom"><code>Category</code></a> element with the 
specified <a 
href="../../../../../org/apache/juneau/dto/atom/Category.html#term-java.lang.String-"><code>Category.term(String)</code></a>
 attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -344,7 +350,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>content</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in 
org.apache.juneau.dto.atom">Content</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.66">content</a>()</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in 
org.apache.juneau.dto.atom">Content</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.72">content</a>()</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in 
org.apache.juneau.dto.atom"><code>Content</code></a> element with the specified 
<a 
href="../../../../../org/apache/juneau/dto/atom/Content.html#type-java.lang.String-"><code>Content.type(String)</code></a>
 attribute.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -358,7 +364,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>content</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in 
org.apache.juneau.dto.atom">Content</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.76">content</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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in 
org.apache.juneau.dto.atom">Content</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.82">content</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>&nbsp;type)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in 
org.apache.juneau.dto.atom"><code>Content</code></a> element.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -374,7 +380,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>entry</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in 
org.apache.juneau.dto.atom">Entry</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.89">entry</a>(<a
 href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in 
org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in 
org.apache.juneau.dto.atom">Entry</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.95">entry</a>(<a
 href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in 
org.apache.juneau.dto.atom">Id</a>&nbsp;id,
                                 <a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom">Text</a>&nbsp;title,
                                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true";
 title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Creates an <a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in 
org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified 
<a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>,
 <a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>,
 and
@@ -395,7 +401,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>entry</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in 
org.apache.juneau.dto.atom">Entry</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.102">entry</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>&nbsp;id,
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in 
org.apache.juneau.dto.atom">Entry</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.108">entry</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>&nbsp;id,
                                 <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;title,
                                 <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;updated)</pre>
 <div class="block">Creates an <a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in 
org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified 
<a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>,
 <a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>,
 and
@@ -416,7 +422,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>feed</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in 
org.apache.juneau.dto.atom">Feed</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.115">feed</a>(<a
 href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in 
org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in 
org.apache.juneau.dto.atom">Feed</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.121">feed</a>(<a
 href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in 
org.apache.juneau.dto.atom">Id</a>&nbsp;id,
                               <a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom">Text</a>&nbsp;title,
                               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true";
 title="class or interface in java.util">Calendar</a>&nbsp;updated)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in 
org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>,
 <a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>,
 and
@@ -437,7 +443,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>feed</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in 
org.apache.juneau.dto.atom">Feed</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.128">feed</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>&nbsp;id,
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in 
org.apache.juneau.dto.atom">Feed</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.134">feed</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>&nbsp;id,
                               <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;title,
                               <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;updated)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in 
org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a 
href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>,
 <a 
href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>,
 and
@@ -458,7 +464,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>generator</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in 
org.apache.juneau.dto.atom">Generator</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.138">generator</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>&nbsp;text)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in 
org.apache.juneau.dto.atom">Generator</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.144">generator</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>&nbsp;text)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in 
org.apache.juneau.dto.atom"><code>Generator</code></a> element with the 
specified <a 
href="../../../../../org/apache/juneau/dto/atom/Generator.html#text-java.lang.String-"><code>Generator.text(String)</code></a>
 child node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -474,11 +480,13 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>icon</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in 
org.apache.juneau.dto.atom">Icon</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.153">icon</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;uri)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in 
org.apache.juneau.dto.atom">Icon</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.161">icon</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;uri)</pre>
 <div class="block">Creates an <a 
href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in 
org.apache.juneau.dto.atom"><code>Icon</code></a> element with the specified <a 
href="../../../../../org/apache/juneau/dto/atom/Icon.html#uri-java.lang.Object-"><code>Icon.uri(Object)</code></a>
 attribute.
+
  <p>
  The value can be of any of the following types: <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>.
  Strings must be valid URIs.
+
  <p>
  URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" 
title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for 
values.</div>
 <dl>
@@ -495,7 +503,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in 
org.apache.juneau.dto.atom">Id</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.163">id</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>&nbsp;text)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in 
org.apache.juneau.dto.atom">Id</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.171">id</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>&nbsp;text)</pre>
 <div class="block">Creates an <a 
href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in 
org.apache.juneau.dto.atom"><code>Id</code></a> element with the specified <a 
href="../../../../../org/apache/juneau/dto/atom/Id.html#text-java.lang.String-"><code>Id.text(String)</code></a>
 child node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -511,7 +519,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>link</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in 
org.apache.juneau.dto.atom">Link</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.176">link</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>&nbsp;rel,
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in 
org.apache.juneau.dto.atom">Link</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.184">link</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>&nbsp;rel,
                               <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;type,
                               <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;href)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in 
org.apache.juneau.dto.atom"><code>Link</code></a> element with the specified <a 
href="../../../../../org/apache/juneau/dto/atom/Link.html#rel-java.lang.String-"><code>Link.rel(String)</code></a>,
 <a 
href="../../../../../org/apache/juneau/dto/atom/Link.html#type-java.lang.String-"><code>Link.type(String)</code></a>,
 and
@@ -532,11 +540,13 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>logo</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in 
org.apache.juneau.dto.atom">Logo</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.191">logo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;uri)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in 
org.apache.juneau.dto.atom">Logo</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.201">logo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;uri)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in 
org.apache.juneau.dto.atom"><code>Logo</code></a> element with the specified <a 
href="../../../../../org/apache/juneau/dto/atom/Logo.html#uri-java.lang.Object-"><code>Logo.uri(Object)</code></a>
 attribute.
+
  <p>
  The value can be of any of the following types: <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>.
  Strings must be valid URIs.
+
  <p>
  URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" 
title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for 
values.</div>
 <dl>
@@ -553,7 +563,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>person</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in 
org.apache.juneau.dto.atom">Person</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.201">person</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>&nbsp;name)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in 
org.apache.juneau.dto.atom">Person</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.211">person</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>&nbsp;name)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in 
org.apache.juneau.dto.atom"><code>Person</code></a> element with the specified 
<a 
href="../../../../../org/apache/juneau/dto/atom/Person.html#name-java.lang.String-"><code>Person.name(String)</code></a>
 attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -569,7 +579,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>source</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in 
org.apache.juneau.dto.atom">Source</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.210">source</a>()</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in 
org.apache.juneau.dto.atom">Source</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.220">source</a>()</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in 
org.apache.juneau.dto.atom"><code>Source</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -583,7 +593,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>text</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom">Text</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.219">text</a>()</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom">Text</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.229">text</a>()</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom"><code>Text</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -597,7 +607,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom">Text</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.229">text</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>&nbsp;type)</pre>
+<pre>public static final&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom">Text</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.239">text</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>&nbsp;type)</pre>
 <div class="block">Creates a <a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in 
org.apache.juneau.dto.atom"><code>Text</code></a> element with the specified <a 
href="../../../../../org/apache/juneau/dto/atom/Text.html#type-java.lang.String-"><code>Text.type(String)</code></a>
 attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Category.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
index 764ba18..29255ce 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
@@ -114,10 +114,10 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" 
title="annotation in org.apache.juneau.annotation">@Bean</a>(<a 
href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="category")
-public class <a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.52">Category</a>
+public class <a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.57">Category</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" 
title="class in org.apache.juneau.dto.atom">Common</a></pre>
 <div class="block">Represents an <code>atomCategory</code> construct in the 
RFC4287 specification.
- <p>
+
  <h6 class='figure'>Schema</h6>
  <p class='bcode'>
    atomCategory =
@@ -132,12 +132,17 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' 
href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+   <li class='link'>
+      <a class='doclink' 
href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
       (org.apache.juneau.dto)</a>
-   <ul>
-      <li class='sublink'><a class='doclink' 
href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a>
-   </ul>
-   <li class='jp'><a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+      <ul>
+         <li class='sublink'>
+            <a class='doclink' 
href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a>
+      </ul>
+   </li>
+   <li class='jp'>
+      <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+   </li>
  </ul></div>
 </li>
 </ul>
@@ -262,7 +267,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>Category</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.63">Category</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>&nbsp;term)</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.68">Category</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>&nbsp;term)</pre>
 <div class="block">Normal constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -276,7 +281,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Category</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.68">Category</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.73">Category</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -295,7 +300,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getTerm</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" 
title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a 
href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a
 
href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.80">getTerm</a>()</pre>
+public&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.84">getTerm</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The category term.</dd>
@@ -309,7 +314,7 @@ public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>term</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" 
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a 
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="term")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" 
title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.91">term</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>&nbsp;term)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" 
title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.95">term</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>&nbsp;term)</pre>
 <div class="block">Sets the category term.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -326,7 +331,7 @@ public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <li class="blockList">
 <h4>getScheme</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" 
title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a 
href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a
 
href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.102">getScheme</a>()</pre>
+public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.106">getScheme</a>()</pre>
 <div class="block">Returns the category scheme.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -341,11 +346,13 @@ public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>scheme</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" 
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a 
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="scheme")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" 
title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.118">scheme</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;scheme)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" 
title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.124">scheme</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;scheme)</pre>
 <div class="block">Sets the category scheme.
+
  <p>
  The value can be of any of the following types: <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>.
  Strings must be valid URIs.
+
  <p>
  URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" 
title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for 
values.</div>
 <dl>
@@ -363,7 +370,7 @@ public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <li class="blockList">
 <h4>getLabel</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" 
title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a 
href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a
 
href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.129">getLabel</a>()</pre>
+public&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.135">getLabel</a>()</pre>
 <div class="block">Returns the category label.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -378,7 +385,7 @@ public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>label</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" 
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a 
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="label")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" 
title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.140">label</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>&nbsp;label)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" 
title="class in org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.146">label</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>&nbsp;label)</pre>
 <div class="block">Sets the category label.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -394,12 +401,14 @@ public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in 
org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.151">base</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;base)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in 
org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.157">base</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;base)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.lang.Object-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.
+
  <p>
  The value can be of any of the following types: <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>.
  Strings must be valid URIs.
+
  <p>
  URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" 
title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for 
values.</div>
 <dl>
@@ -418,7 +427,7 @@ public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in 
org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.157">lang</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>&nbsp;lang)</pre>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in 
org.apache.juneau.dto.atom">Category</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.163">lang</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>&nbsp;lang)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div>
 <div class="block">Sets the language of this object.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Common.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
index 8f8c868..8edd328 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
@@ -112,10 +112,10 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.47">Common</a>
+<pre>public abstract class <a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.52">Common</a>
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Represents an <code>atomCommonAttributes</code> construct 
in the RFC4287 specification.
- <p>
+
  <h6 class='figure'>Schema</h6>
  <p class='bcode'>
    atomCommonAttributes =
@@ -126,12 +126,17 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' 
href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+   <li class='link'>
+      <a class='doclink' 
href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
       (org.apache.juneau.dto)</a>
-   <ul>
-      <li class='sublink'><a class='doclink' 
href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a>
-   </ul>
-   <li class='jp'><a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+      <ul>
+         <li class='sublink'>
+            <a class='doclink' 
href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a>
+      </ul>
+   </li>
+   <li class='jp'>
+      <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a>
+   </li>
  </ul></div>
 </li>
 </ul>
@@ -220,7 +225,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Common</h4>
-<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.47">Common</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.52">Common</a>()</pre>
 </li>
 </ul>
 </li>
@@ -239,7 +244,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <h4>getBase</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" 
title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a 
href="../../../../../org/apache/juneau/xml/annotation/Xml.html#prefix--">prefix</a>="xml",
      <a 
href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a
 
href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.63">getBase</a>()</pre>
+public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.68">getBase</a>()</pre>
 <div class="block">Returns the uri base of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -254,11 +259,13 @@ public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>base</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" 
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a 
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="base")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" 
title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.79">base</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;base)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" 
title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.86">base</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;base)</pre>
 <div class="block">Sets the URI base of this object.
+
  <p>
  The value can be of any of the following types: <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net"><code>URI</code></a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></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"><code>String</code></a>.
  Strings must be valid URIs.
+
  <p>
  URIs defined by <a href="../../../../../org/apache/juneau/UriResolver.html" 
title="class in org.apache.juneau"><code>UriResolver</code></a> can be used for 
values.</div>
 <dl>
@@ -277,7 +284,7 @@ public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" titl
 <h4>getLang</h4>
 <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" 
title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a 
href="../../../../../org/apache/juneau/xml/annotation/Xml.html#prefix--">prefix</a>="xml",
      <a 
href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a
 
href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>)
-public&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.90">getLang</a>()</pre>
+public&nbsp;<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;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.97">getLang</a>()</pre>
 <div class="block">Returns the language of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -292,7 +299,7 @@ public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <li class="blockList">
 <h4>lang</h4>
 <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" 
title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a 
href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="lang")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" 
title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.101">lang</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>&nbsp;lang)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" 
title="class in org.apache.juneau.dto.atom">Common</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.108">lang</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>&nbsp;lang)</pre>
 <div class="block">Sets the language of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

Reply via email to