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/06/02 15:32:51 UTC

[50/51] [partial] incubator-juneau-website git commit: Javadoc updates.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/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 4388e0e..baf7971 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.36">AtomBuilder</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.43">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>
@@ -124,8 +124,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
          <jsm>link</jsm>(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://www.sample.com/feed.atom"</js>)
       );
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <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></div>
 </li>
 </ul>
 </div>
@@ -307,7 +314,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.36">AtomBuilder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.43">AtomBuilder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -324,7 +331,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.44">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.51">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>
@@ -340,7 +347,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.53">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.60">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>
@@ -354,7 +361,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.63">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.70">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>
@@ -370,7 +377,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.75">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.82">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 <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div>
@@ -390,7 +397,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.87">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.94">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 <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div>
@@ -410,7 +417,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.99">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.106">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 <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div>
@@ -430,7 +437,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.111">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.118">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 <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div>
@@ -450,7 +457,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.121">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.128">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>
@@ -466,7 +473,7 @@ 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.131">icon</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;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.138">icon</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;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.net.URI-"><code>Icon.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -482,7 +489,7 @@ 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.141">icon</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;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.148">icon</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;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.net.URI-"><code>Icon.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -498,7 +505,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.151">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.158">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>
@@ -514,7 +521,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.163">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.170">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 <a href="../../../../../org/apache/juneau/dto/atom/Link.html#href-java.lang.String-"><code>Link.href(String)</code></a> attributes.</div>
@@ -534,7 +541,7 @@ 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.173">logo</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;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.180">logo</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;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.net.URI-"><code>Logo.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -550,7 +557,7 @@ 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.183">logo</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;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.190">logo</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;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.net.URI-"><code>Logo.uri(URI)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -566,7 +573,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.193">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.200">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>
@@ -582,7 +589,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.202">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.209">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>
@@ -596,7 +603,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.211">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.218">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>
@@ -610,7 +617,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.221">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.228">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/1cf7b4bb/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 d3dff5a..95b3621 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
@@ -114,7 +114,7 @@ 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.41">Category</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.48">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>
@@ -129,8 +129,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
          undefinedContent
       }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <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></div>
 </li>
 </ul>
 </div>
@@ -254,7 +261,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.51">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.58">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>
@@ -268,7 +275,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.56">Category</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.63">Category</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -287,7 +294,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.67">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.74">getTerm</a>()</pre>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The category term.</dd>
@@ -301,7 +308,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.78">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.85">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>
@@ -318,7 +325,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.89">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.96">getScheme</a>()</pre>
 <div class="block">Returns the category scheme.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -333,7 +340,7 @@ 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.100">scheme</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;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.107">scheme</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;scheme)</pre>
 <div class="block">Sets the category scheme.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -350,7 +357,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.111">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.118">getLabel</a>()</pre>
 <div class="block">Returns the category label.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -365,7 +372,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.122">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.129">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>
@@ -381,7 +388,7 @@ 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.133">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>
+<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.140">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>
@@ -400,7 +407,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.139">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.146">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/1cf7b4bb/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 62a2535..541db40 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.37">Common</a>
+<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.44">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>
@@ -123,8 +123,15 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
       attribute xml:lang { atomLanguageTag }?,
       undefinedAttribute*
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <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></div>
 </li>
 </ul>
 </div>
@@ -218,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.37">Common</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.44">Common</a>()</pre>
 </li>
 </ul>
 </li>
@@ -237,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.53">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.60">getBase</a>()</pre>
 <div class="block">Returns the uri base of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -252,7 +259,7 @@ 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.64">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>
+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.71">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">Sets the URI base of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -268,7 +275,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Common.html" titl
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<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.75">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>
+<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.82">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">Sets the URI base of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -286,7 +293,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.86">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.93">getLang</a>()</pre>
 <div class="block">Returns the language of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -301,7 +308,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.97">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.104">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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html b/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
index fbe42ca..4d1700e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
@@ -117,11 +117,18 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.30">CommonEntry</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.37">CommonEntry</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">Parent class of <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <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></div>
 </li>
 </ul>
 </div>
@@ -328,7 +335,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>CommonEntry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.48">CommonEntry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.55">CommonEntry</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">Normal constructor.</div>
@@ -346,7 +353,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockList">
 <li class="blockList">
 <h4>CommonEntry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.58">CommonEntry</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&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.65">CommonEntry</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">Normal constructor.</div>
@@ -364,7 +371,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <ul class="blockListLast">
 <li class="blockList">
 <h4>CommonEntry</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.63">CommonEntry</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.70">CommonEntry</a>()</pre>
 <div class="block">Bean constructor.</div>
 </li>
 </ul>
@@ -384,7 +391,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
 <h4>getAuthors</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#COLLAPSED">COLLAPSED</a>,
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="author")
-public&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/CommonEntry.html#line.76">getAuthors</a>()</pre>
+public&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/CommonEntry.html#line.83">getAuthors</a>()</pre>
 <div class="block">Returns the list of authors for this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -399,7 +406,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <li class="blockList">
 <h4>authors</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>="authors")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.87">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.94">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;authors)</pre>
 <div class="block">Sets the list of authors for this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -417,7 +424,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <h4>getCatetories</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#COLLAPSED">COLLAPSED</a>,
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="category")
-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/CommonEntry.html#line.98">getCatetories</a>()</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/CommonEntry.html#line.105">getCatetories</a>()</pre>
 <div class="block">Returns the list of categories of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -432,7 +439,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti
 <li class="blockList">
 <h4>categories</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>="categories")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.109">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.116">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>...&nbsp;categories)</pre>
 <div class="block">Sets the list of categories of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -450,7 +457,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <h4>getContributors</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#COLLAPSED">COLLAPSED</a>,
      <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#childName--">childName</a>="contributor")
-public&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/CommonEntry.html#line.120">getContributors</a>()</pre>
+public&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/CommonEntry.html#line.127">getContributors</a>()</pre>
 <div class="block">Returns the list of contributors of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -465,7 +472,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl
 <li class="blockList">
 <h4>contributors</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>="contributors")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.131">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.138">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>...&nbsp;contributors)</pre>
 <div class="block">Sets the list of contributors of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -481,7 +488,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getId</h4>
-<pre>public&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/CommonEntry.html#line.141">getId</a>()</pre>
+<pre>public&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/CommonEntry.html#line.148">getId</a>()</pre>
 <div class="block">Returns the ID of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -496,7 +503,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>id</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>="id")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.152">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.159">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a>&nbsp;id)</pre>
 <div class="block">Sets the ID of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -512,7 +519,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.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;id)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.170">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;id)</pre>
 <div class="block">Sets the ID of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -529,7 +536,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>getLinks</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#COLLAPSED">COLLAPSED</a>)
-public&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/CommonEntry.html#line.174">getLinks</a>()</pre>
+public&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/CommonEntry.html#line.181">getLinks</a>()</pre>
 <div class="block">Returns the list of links of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -544,7 +551,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title=
 <li class="blockList">
 <h4>links</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>="links")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.185">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.192">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>...&nbsp;links)</pre>
 <div class="block">Sets the list of links of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -560,7 +567,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getRights</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/CommonEntry.html#line.195">getRights</a>()</pre>
+<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/CommonEntry.html#line.202">getRights</a>()</pre>
 <div class="block">Returns the rights statement of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -575,7 +582,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>rights</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>="rights")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.206">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.213">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;rights)</pre>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -591,7 +598,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>rights</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.217">rights</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;rights)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.224">rights</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;rights)</pre>
 <div class="block">Sets the rights statement of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -607,7 +614,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>getTitle</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/CommonEntry.html#line.227">getTitle</a>()</pre>
+<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/CommonEntry.html#line.234">getTitle</a>()</pre>
 <div class="block">Returns the title of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -622,7 +629,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>title</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>="title")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.238">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.245">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;title)</pre>
 <div class="block">Sets the title of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -638,7 +645,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>title</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.249">title</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;title)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.256">title</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;title)</pre>
 <div class="block">Sets the title of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -655,7 +662,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>getUpdated</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#swap--">swap</a>=<a href="../../../../../org/apache/juneau/transforms/CalendarSwap.ISO8601DT.html" title="class in org.apache.juneau.transforms">CalendarSwap.ISO8601DT.class</a>)
-public&nbsp;<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;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.260">getUpdated</a>()</pre>
+public&nbsp;<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;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.267">getUpdated</a>()</pre>
 <div class="block">Returns the update timestamp of this object.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -670,7 +677,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar
 <li class="blockList">
 <h4>updated</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>="updated")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.271">updated</a>(<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>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.278">updated</a>(<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">Sets the update timestamp of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -687,7 +694,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html"
 <li class="blockList">
 <h4>updated</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>="updated")
-public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.283">updated</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;updated)</pre>
+public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/CommonEntry.html#line.290">updated</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;updated)</pre>
 <div class="block">Sets the update timestamp of this object.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Content.html b/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
index 147e6cc..6d706fa 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.66">Content</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.73">Content</a>
 extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a></pre>
 <div class="block">Represents an <code>atomContent</code> construct in the RFC4287 specification.
  <p>
@@ -159,8 +159,15 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
          empty
    }
  </p>
- <p>
- Refer to <a class='doclink' href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further information about ATOM support.</div>
+
+ <h6 class='topic'>Additional Information</h6>
+ <ul class='doctree'>
+   <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></div>
 </li>
 </ul>
 </div>
@@ -287,7 +294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
 <ul class="blockList">
 <li class="blockList">
 <h4>Content</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.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&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.83">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">Normal content.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -301,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Content</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.83">Content</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.90">Content</a>()</pre>
 <div class="block">Normal content.</div>
 </li>
 </ul>
@@ -320,7 +327,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
 <li class="blockList">
 <h4>getSrc</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/Content.html#line.98">getSrc</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/Content.html#line.105">getSrc</a>()</pre>
 <div class="block">Returns the source URI.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -335,7 +342,7 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?
 <li class="blockList">
 <h4>src</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>="src")
-public&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/Content.html#line.109">src</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;src)</pre>
+public&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/Content.html#line.116">src</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;src)</pre>
 <div class="block">Sets the source URI.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -351,7 +358,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&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/Content.html#line.120">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="../../../../../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/Content.html#line.127">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Text.html#text-java.lang.String-">Text</a></code></span></div>
 <div class="block">Sets the content of this content.</div>
 <dl>
@@ -370,7 +377,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>type</h4>
-<pre>public&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/Content.html#line.126">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>
+<pre>public&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/Content.html#line.133">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/atom/Text.html#type-java.lang.String-">Text</a></code></span></div>
 <div class="block">Sets the content type of this content.
  <p>
@@ -397,7 +404,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&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/Content.html#line.132">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>
+<pre>public&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/Content.html#line.139">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>
@@ -416,7 +423,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public&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/Content.html#line.138">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>
+<pre>public&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/Content.html#line.145">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>
@@ -435,7 +442,7 @@ public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lang</h4>
-<pre>public&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/Content.html#line.144">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/Content.html" title="class in org.apache.juneau.dto.atom">Content</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/atom/Content.html#line.151">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>