You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/02/05 18:58:46 UTC

[02/51] [partial] incubator-juneau-website git commit: Javadoc updates for 6.0.2

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
index 1a0cde9..61808dc 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Text (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>Text (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,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Text (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="Text (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/juneau/dto/atom/Text.TextContentHandler.html" title="class in org.apache.juneau.dto.atom"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/juneau/dto/atom/Text.html" target="_top">Frames</a></li>
@@ -74,7 +74,7 @@ var activeTableTab = "activeTableTab";
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.54">Text</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.49">Text</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>atomTextConstruct</code> construct in the RFC4287 specification.
  <p>
@@ -143,40 +143,13 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
    }
  </p>
  <p>
-   Refer to <a href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a> for further information about ATOM support.
- </p></div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>James Bognar (james.bognar@salesforce.com)</dd>
-</dl>
+ Refer to <a href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a> for further information about ATOM support.</div>
 </li>
 </ul>
 </div>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
-<!-- ======== NESTED CLASS SUMMARY ======== -->
-<ul class="blockList">
-<li class="blockList"><a name="nested.class.summary">
-<!--   -->
-</a>
-<h3>Nested Class Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
-<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.TextContentHandler.html" title="class in org.apache.juneau.dto.atom">Text.TextContentHandler</a></span></code>
-<div class="block">Specialized content handler for correctly handling XML element content based
-   on the <code>type</code> attribute of the element.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor.summary">
@@ -194,13 +167,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#Text-java.lang.String-">Text</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>&nbsp;text)</code>
-<div class="block">Normal content.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#Text-java.lang.String-java.lang.String-">Text</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>&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;text)</code>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#Text-java.lang.String-">Text</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>&nbsp;type)</code>
 <div class="block">Normal content.</div>
 </td>
 </tr>
@@ -220,38 +187,44 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#base-java.lang.String-">base</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>&nbsp;base)</code>
+<div class="block">Sets the URI base of this object.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#base-java.net.URI-">base</a></span>(<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;base)</code>
+<div class="block">Sets the URI base of this object.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#getText--">getText</a></span>()</code>
 <div class="block">Returns the content of this content.</div>
 </td>
 </tr>
-<tr id="i1" class="rowColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#getType--">getType</a></span>()</code>
 <div class="block">Returns the content type of this content.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#setBase-java.net.URI-">setBase</a></span>(<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;base)</code>
-<div class="block">Sets the URI base of this object.</div>
-</td>
-</tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#setLang-java.lang.String-">setLang</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>&nbsp;lang)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#lang-java.lang.String-">lang</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>&nbsp;lang)</code>
 <div class="block">Sets the language of this object.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#setText-java.lang.String-">setText</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>&nbsp;text)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#text-java.lang.String-">text</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>&nbsp;text)</code>
 <div class="block">Sets the content of this content.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#setType-java.lang.String-">setType</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>&nbsp;type)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/Text.html#type-java.lang.String-">type</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>&nbsp;type)</code>
 <div class="block">Sets the content type of this content.</div>
 </td>
 </tr>
@@ -284,33 +257,17 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="Text-java.lang.String-java.lang.String-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>Text</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.66">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,
-            <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">Normal content.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>type</code> - The content type of this content.</dd>
-<dd><code>text</code> - The text of this content.</dd>
-</dl>
-</li>
-</ul>
 <a name="Text-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>Text</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.76">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;text)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.59">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">Normal content.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>text</code> - The text of this content.</dd>
+<dd><code>type</code> - The content type of this content.</dd>
 </dl>
 </li>
 </ul>
@@ -320,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Text</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.81">Text</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.64">Text</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -339,7 +296,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <li class="blockList">
 <h4>getType</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/Text.html#line.94">getType</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/Text.html#line.77">getType</a>()</pre>
 <div class="block">Returns the content type of this content.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -347,13 +304,14 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 </dl>
 </li>
 </ul>
-<a name="setType-java.lang.String-">
+<a name="type-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>setType</h4>
-<pre>public&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/Text.html#line.112">setType</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>
+<h4>type</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#name--">name</a>="type")
+public&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/Text.html#line.96">type</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">Sets the content type of this content.
  <p>
    Must be one of the following:
@@ -377,9 +335,8 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <ul class="blockList">
 <li class="blockList">
 <h4>getText</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#CONTENT">CONTENT</a>,
-     <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#contentHandler--">contentHandler</a>=<a href="../../../../../org/apache/juneau/dto/atom/Text.TextContentHandler.html" title="class in org.apache.juneau.dto.atom">Text.TextContentHandler.class</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/Text.html#line.123">getText</a>()</pre>
+<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#XMLTEXT">XMLTEXT</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/Text.html#line.107">getText</a>()</pre>
 <div class="block">Returns the content of this content.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -387,13 +344,14 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 </dl>
 </li>
 </ul>
-<a name="setText-java.lang.String-">
+<a name="text-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>setText</h4>
-<pre>public&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/Text.html#line.133">setText</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>
+<h4>text</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#name--">name</a>="text")
+public&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/Text.html#line.118">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;text)</pre>
 <div class="block">Sets the content of this content.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -403,18 +361,37 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 </dl>
 </li>
 </ul>
-<a name="setBase-java.net.URI-">
+<a name="base-java.net.URI-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>base</h4>
+<pre>public&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/Text.html#line.129">base</a>(<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;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.net.URI-">Common</a></code></span></div>
+<div class="block">Sets the URI base of this object.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">base</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>base</code> - The URI base of this object.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="base-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>setBase</h4>
-<pre>public&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/Text.html#line.144">setBase</a>(<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;base)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#setBase-java.net.URI-">Common</a></code></span></div>
+<h4>base</h4>
+<pre>public&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/Text.html#line.135">base</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;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.String-">Common</a></code></span></div>
 <div class="block">Sets the URI base of this object.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#setBase-java.net.URI-">setBase</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></dd>
+<dd><code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.lang.String-">base</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>base</code> - The URI base of this object.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -422,18 +399,18 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 </dl>
 </li>
 </ul>
-<a name="setLang-java.lang.String-">
+<a name="lang-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>setLang</h4>
-<pre>public&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/Text.html#line.150">setLang</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#setLang-java.lang.String-">Common</a></code></span></div>
+<h4>lang</h4>
+<pre>public&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/Text.html#line.141">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>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#setLang-java.lang.String-">setLang</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></dd>
+<dd><code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">lang</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>lang</code> - The language of this object.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -470,7 +447,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/juneau/dto/atom/Text.TextContentHandler.html" title="class in org.apache.juneau.dto.atom"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/juneau/dto/atom/Text.html" target="_top">Frames</a></li>
@@ -494,7 +471,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
@@ -510,6 +487,6 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 <!--   -->
 </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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/dto/atom/class-use/AtomBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/AtomBuilder.html b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/AtomBuilder.html
new file mode 100644
index 0000000..a38591a
--- /dev/null
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/AtomBuilder.html
@@ -0,0 +1,125 @@
+<!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.dto.atom.AtomBuilder (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.dto.atom.AtomBuilder (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/dto/atom/AtomBuilder.html" title="class in org.apache.juneau.dto.atom">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/dto/atom/class-use/AtomBuilder.html" target="_top">Frames</a></li>
+<li><a href="AtomBuilder.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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.dto.atom.AtomBuilder" class="title">Uses of Class<br>org.apache.juneau.dto.atom.AtomBuilder</h2>
+</div>
+<div class="classUseContainer">No usage of org.apache.juneau.dto.atom.AtomBuilder</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/dto/atom/AtomBuilder.html" title="class in org.apache.juneau.dto.atom">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/dto/atom/class-use/AtomBuilder.html" target="_top">Frames</a></li>
+<li><a href="AtomBuilder.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 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/dto/atom/class-use/Category.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Category.html b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Category.html
index 416414f..dc48584 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Category.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Category.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.dto.atom.Category (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.atom.Category (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.dto.atom.Category (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class org.apache.juneau.dto.atom.Category (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -106,48 +106,45 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#setBase-java.net.URI-">setBase</a></span>(<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;base)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#base-java.net.URI-">base</a></span>(<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;base)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></code></td>
+<td class="colLast"><span class="typeNameLabel">AtomBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#category-java.lang.String-">category</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>&nbsp;term)</code>
+<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>term(String)</code></a> attribute.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>[]</code></td>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getCatetories--">getCatetories</a></span>()</code>
+<div class="block">Returns the list of categories of this object.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#setLabel-java.lang.String-">setLabel</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>&nbsp;label)</code>
+<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#label-java.lang.String-">label</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>&nbsp;label)</code>
 <div class="block">Sets the category label.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#setLang-java.lang.String-">setLang</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>&nbsp;lang)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#lang-java.lang.String-">lang</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>&nbsp;lang)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#setScheme-java.net.URI-">setScheme</a></span>(<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;scheme)</code>
+<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#scheme-java.net.URI-">scheme</a></span>(<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;scheme)</code>
 <div class="block">Sets the category scheme.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#setTerm-java.lang.String-">setTerm</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>&nbsp;term)</code>
+<td class="colLast"><span class="typeNameLabel">Category.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Category.html#term-java.lang.String-">term</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>&nbsp;term)</code>
 <div class="block">Sets the category term.</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/dto/atom/package-summary.html">org.apache.juneau.dto.atom</a> that return types with arguments of type <a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></span><span class="tabEnd">&nbsp;</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/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#getCatetories--">getCatetories</a></span>()</code>
-<div class="block">Returns the list of categories of this object.</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/dto/atom/package-summary.html">org.apache.juneau.dto.atom</a> with parameters of type <a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -156,46 +153,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Source.html#addCategories-org.apache.juneau.dto.atom.Category...-">addCategories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Feed.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Feed.html#addCategories-org.apache.juneau.dto.atom.Category...-">addCategories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>&nbsp;</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html#addCategories-org.apache.juneau.dto.atom.Category...-">addCategories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addCategories-org.apache.juneau.dto.atom.Category...-">addCategories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>
-<div class="block">Adds one or more categories to the list of categories of this object.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Method parameters in <a href="../../../../../../org/apache/juneau/dto/atom/package-summary.html">org.apache.juneau.dto.atom</a> with type arguments of type <a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a></span><span class="tabEnd">&nbsp;</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/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Source.html#setCategories-java.util.List-">setCategories</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&gt;&nbsp;categories)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Source.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Source.html#categories-org.apache.juneau.dto.atom.Category...-">categories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Feed.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Feed.html#setCategories-java.util.List-">setCategories</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&gt;&nbsp;categories)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Feed.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Feed.html#categories-org.apache.juneau.dto.atom.Category...-">categories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html#setCategories-java.util.List-">setCategories</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&gt;&nbsp;categories)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html#categories-org.apache.juneau.dto.atom.Category...-">categories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setCategories-java.util.List-">setCategories</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&gt;&nbsp;categories)</code>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">categories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>
 <div class="block">Sets the list of categories of this object.</div>
 </td>
 </tr>
@@ -253,6 +223,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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Common.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Common.html b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Common.html
index 996c617..32bd4a3 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Common.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Common.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.dto.atom.Common (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.atom.Common (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.dto.atom.Common (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class org.apache.juneau.dto.atom.Common (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -193,13 +193,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Common.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Common.html#setBase-java.net.URI-">setBase</a></span>(<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;base)</code>
+<td class="colLast"><span class="typeNameLabel">Common.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Common.html#base-java.lang.String-">base</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>&nbsp;base)</code>
 <div class="block">Sets the URI base of this object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Common.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Common.html#setLang-java.lang.String-">setLang</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>&nbsp;lang)</code>
+<td class="colLast"><span class="typeNameLabel">Common.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">base</a></span>(<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;base)</code>
+<div class="block">Sets the URI base of this object.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Common.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">lang</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>&nbsp;lang)</code>
 <div class="block">Sets the language of this object.</div>
 </td>
 </tr>
@@ -257,6 +263,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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/dto/atom/class-use/CommonEntry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/CommonEntry.html b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/CommonEntry.html
index dfcccc7..0fdc69b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/CommonEntry.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/CommonEntry.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.dto.atom.CommonEntry (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.atom.CommonEntry (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.dto.atom.CommonEntry (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class org.apache.juneau.dto.atom.CommonEntry (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -133,73 +133,73 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addAuthors-org.apache.juneau.dto.atom.Person...-">addAuthors</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</code>
-<div class="block">Adds one or more authors to the list of authors of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">authors</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</code>
+<div class="block">Sets the list of authors for this object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addCategories-org.apache.juneau.dto.atom.Category...-">addCategories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>
-<div class="block">Adds one or more categories to the list of categories of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">categories</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</code>
+<div class="block">Sets the list of categories of this object.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addContributors-org.apache.juneau.dto.atom.Person...-">addContributors</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</code>
-<div class="block">Adds one or more contributors to the list of contributors of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">contributors</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</code>
+<div class="block">Sets the list of contributors of this object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#addLinks-org.apache.juneau.dto.atom.Link...-">addLinks</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</code>
-<div class="block">Adds one or more links to the list of links of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">id</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</code>
+<div class="block">Sets the ID of this object.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setAuthors-java.util.List-">setAuthors</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&gt;&nbsp;authors)</code>
-<div class="block">Sets the list of authors for this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-java.lang.String-">id</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>&nbsp;id)</code>
+<div class="block">Sets the ID of this object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setCategories-java.util.List-">setCategories</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>&gt;&nbsp;categories)</code>
-<div class="block">Sets the list of categories of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">links</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</code>
+<div class="block">Sets the list of links of this object.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setContributors-java.util.List-">setContributors</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>&gt;&nbsp;contributors)</code>
-<div class="block">Sets the list of contributors of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">rights</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>&nbsp;rights)</code>
+<div class="block">Sets the rights statement of this object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setId-org.apache.juneau.dto.atom.Id-">setId</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</code>
-<div class="block">Sets the ID of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">rights</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</code>
+<div class="block">Sets the rights statement of this object.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setLinks-java.util.List-">setLinks</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>&gt;&nbsp;links)</code>
-<div class="block">Sets the list of links of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">title</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>&nbsp;title)</code>
+<div class="block">Sets the title of this object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setRights-org.apache.juneau.dto.atom.Text-">setRights</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</code>
-<div class="block">Sets the rights statement of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">title</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</code>
+<div class="block">Sets the title of this object.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setTitle-org.apache.juneau.dto.atom.Text-">setTitle</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</code>
-<div class="block">Sets the title of this object.</div>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">updated</a></span>(<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)</code>
+<div class="block">Sets the update timestamp of this object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#setUpdated-java.util.Calendar-">setUpdated</a></span>(<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)</code>
+<td class="colLast"><span class="typeNameLabel">CommonEntry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">updated</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>&nbsp;updated)</code>
 <div class="block">Sets the update timestamp of this object.</div>
 </td>
 </tr>
@@ -257,6 +257,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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Content.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Content.html b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Content.html
index a8e16ab..1112211 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Content.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/class-use/Content.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.dto.atom.Content (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.atom.Content (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.dto.atom.Content (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class org.apache.juneau.dto.atom.Content (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -106,31 +106,47 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html#getContent--">getContent</a></span>()</code>
-<div class="block">Returns the content of this entry.</div>
-</td>
+<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#base-java.lang.String-">base</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>&nbsp;base)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#setBase-java.net.URI-">setBase</a></span>(<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;base)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#base-java.net.URI-">base</a></span>(<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;base)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#setLang-java.lang.String-">setLang</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>&nbsp;lang)</code>&nbsp;</td>
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
+<td class="colLast"><span class="typeNameLabel">AtomBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#content--">content</a></span>()</code>
+<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>type(String)</code></a> attribute.</div>
+</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
+<td class="colLast"><span class="typeNameLabel">AtomBuilder.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#content-java.lang.String-">content</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>&nbsp;type)</code>
+<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>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#setSrc-java.net.URI-">setSrc</a></span>(<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;src)</code>
-<div class="block">Sets the source URI.</div>
+<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html#getContent--">getContent</a></span>()</code>
+<div class="block">Returns the content of this entry.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#lang-java.lang.String-">lang</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>&nbsp;lang)</code>&nbsp;</td>
+</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#setText-java.lang.String-">setText</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>&nbsp;text)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#src-java.net.URI-">src</a></span>(<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;src)</code>
+<div class="block">Sets the source URI.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#setType-java.lang.String-">setType</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>&nbsp;type)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#text-java.lang.String-">text</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>&nbsp;text)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a></code></td>
+<td class="colLast"><span class="typeNameLabel">Content.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Content.html#type-java.lang.String-">type</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>&nbsp;type)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -143,7 +159,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a></code></td>
-<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html#setContent-org.apache.juneau.dto.atom.Content-">setContent</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;content)</code>
+<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/juneau/dto/atom/Entry.html#content-org.apache.juneau.dto.atom.Content-">content</a></span>(<a href="../../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;content)</code>
 <div class="block">Sets the content of this entry.</div>
 </td>
 </tr>
@@ -201,6 +217,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>