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/08 01:21:06 UTC

[47/51] [partial] incubator-juneau-website git commit: Update docs for 6.0.1

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/BeanParameter.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/BeanParameter.html b/content/site/apidocs/org/apache/juneau/annotation/BeanParameter.html
new file mode 100644
index 0000000..f03b431
--- /dev/null
+++ b/content/site/apidocs/org/apache/juneau/annotation/BeanParameter.html
@@ -0,0 +1,218 @@
+<!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>BeanParameter (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="BeanParameter (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 class="navBarCell1Rev">Class</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><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/juneau/annotation/BeanParameter.html" target="_top">Frames</a></li>
+<li><a href="BeanParameter.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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Required&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.optional.element.summary">Optional</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.element.detail">Element</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.juneau.annotation</div>
+<h2 title="Annotation Type BeanParameter" class="title">Annotation Type BeanParameter</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public @interface <a href="../../../../src-html/org/apache/juneau/annotation/BeanParameter.html#line.19">BeanParameter</a></pre>
+<div class="block">TODO</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="annotation.type.optional.element.summary">
+<!--   -->
+</a>
+<h3>Optional Element Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Optional Element Summary table, listing optional elements, and an explanation">
+<caption><span>Optional Elements</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Optional Element and Description</th>
+</tr>
+<tr 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/annotation/BeanParameter.html#value--">value</a></span></code>
+<div class="block">TODO</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="annotation.type.element.detail">
+<!--   -->
+</a>
+<h3>Element Detail</h3>
+<a name="value--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>value</h4>
+<pre>public abstract&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/annotation/BeanParameter.html#line.24">value</a></pre>
+<div class="block">TODO</div>
+<dl>
+<dt>Default:</dt>
+<dd>""</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= 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 class="navBarCell1Rev">Class</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><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/juneau/annotation/BeanParameter.html" target="_top">Frames</a></li>
+<li><a href="BeanParameter.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>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Required&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.optional.element.summary">Optional</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.element.detail">Element</a></li>
+</ul>
+</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/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html b/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
index 2818656..16e93ae 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
@@ -42,7 +42,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/juneau/annotation/BeanParameter.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/juneau/annotation/Consumes.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -225,7 +225,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
  <p>
    This property must denote a concrete bean class with a no-arg constructor.
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <jk>public class</jk> MyBean {
 
@@ -254,7 +254,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
  the class types of the contents of the bean property object when the generic parameter
  types are interfaces or abstract classes.
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <jk>public class</jk> MyBean {
 
@@ -288,7 +288,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
  Typically used for rendering <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util"><code>Dates</code></a> and <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util"><code>Calendars</code></a>
    as a particular string format.
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <jk>public class</jk> MyClass {
 
@@ -323,7 +323,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
    <li>Bean/Map collections - Same, but applied to each element in the collection.
  </ul>
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p class='bcode'>
    <jk>public class</jk> MyClass {
 
@@ -402,7 +402,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Bea
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/juneau/annotation/BeanParameter.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/juneau/annotation/Consumes.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/Consumes.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/Consumes.html b/content/site/apidocs/org/apache/juneau/annotation/Consumes.html
index d4ce9cb..1f59850 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Consumes.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Consumes.html
@@ -99,7 +99,7 @@
 public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Consumes.html#line.58">Consumes</a></pre>
 <div class="block">Annotation used on subclasses of <a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser"><code>Parser</code></a> to identify the media types that it consumes.
 
- <h6 class='topic'>Description</h6>
+ <h5 class='section'>Description:</h5>
  <p>
    Provides a way to define the contents of <a href="../../../../org/apache/juneau/parser/Parser.html#getMediaTypes--"><code>Parser.getMediaTypes()</code></a> through an annotation.
  <p>
@@ -108,7 +108,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Con
    It should be noted that this annotation is optional and that the <a href="../../../../org/apache/juneau/parser/Parser.html#getMediaTypes--"><code>Parser.getMediaTypes()</code></a> method can
       be overridden by subclasses to return the media types programmatically.
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p>
    Standard example:
  <p class='bcode'>
@@ -117,7 +117,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Con
  </p>
  <p>
    The media types can also be <code>media-range</code> values per
-      <a href='http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1'>RFC2616/14.1</a>.
+      <a class="doclink" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">RFC2616/14.1</a>.
  <p class='bcode'>
    <jc>// Consumes any text</jc>
    <ja>@Consumes</ja>(<js>"text\/*"</js>)
@@ -176,7 +176,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Con
 <div class="block">A comma-delimited list of media types that the parser can handle.
  <p>
    Can contain meta-characters per the <code>media-type</code> specification of
-   <a href='http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1'>RFC2616/14.1</a></div>
+   <a class="doclink" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">RFC2616/14.1</a></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The media types that the parser can handle.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/Pojo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/Pojo.html b/content/site/apidocs/org/apache/juneau/annotation/Pojo.html
index b22e6df..f398d13 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Pojo.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Pojo.html
@@ -153,7 +153,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Poj
    <li>Any other class.  Will get interpreted as a <a href="../../../../org/apache/juneau/transform/SurrogateSwap.html" title="class in org.apache.juneau.transform"><code>SurrogateSwap</code></a>.
  </ul>
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p>
    In this case, a swap is being applied to a bean that will force it to be serialized as a <code>String</code>
  <p class='bcode'>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/Produces.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/Produces.html b/content/site/apidocs/org/apache/juneau/annotation/Produces.html
index f69a61b..ba3f57a 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Produces.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Produces.html
@@ -99,7 +99,7 @@
 public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Produces.html#line.61">Produces</a></pre>
 <div class="block">Annotation used on subclasses of <a href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media types that it produces.
 
- <h6 class='topic'>Description</h6>
+ <h5 class='section'>Description:</h5>
  <p>
    Provides a way to define the contents of <a href="../../../../org/apache/juneau/serializer/Serializer.html#getMediaTypes--"><code>Serializer.getMediaTypes()</code></a> through an annotation.
  <p>
@@ -108,7 +108,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Pro
    It should be noted that this annotation is optional and that the <a href="../../../../org/apache/juneau/serializer/Serializer.html#getMediaTypes--"><code>Serializer.getMediaTypes()</code></a> method can
       be overridden by subclasses to return the media types programmatically.
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p>
    Standard example:
  <p class='bcode'>
@@ -117,7 +117,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Pro
  </p>
  <p>
    The media types can also be <code>media-range</code> values per
-      <a href='http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1'>RFC2616/14.1</a>.
+      <a class="doclink" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">RFC2616/14.1</a>.
    When meta-characters are used, you should specify the <a href="../../../../org/apache/juneau/annotation/Produces.html#contentType--"><code>contentType()</code></a> value to
       indicate the real media type value that can be set on the <code>Content-Type</code> response header.
 
@@ -185,7 +185,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/Pro
 <div class="block">A comma-delimited list of the media types that the serializer can handle.
  <p>
    Can contain meta-characters per the <code>media-type</code> specification of
-   <a href='http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1'>RFC2616/14.1</a></div>
+   <a class="doclink" href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">RFC2616/14.1</a></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The media types that the parser can handle.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/URI.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/URI.html b/content/site/apidocs/org/apache/juneau/annotation/URI.html
index 85e7f57..962c8f2 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/URI.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/URI.html
@@ -110,7 +110,7 @@ public @interface <a href="../../../../src-html/org/apache/juneau/annotation/URI
  <p>
    This annotation can be applied to classes, interfaces, or bean property methods for fields.
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p class='bcode'>
 
    <jc>// Applied to a class whose toString() method returns a URI.</jc>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/package-frame.html b/content/site/apidocs/org/apache/juneau/annotation/package-frame.html
index 3d66c4d..003345e 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/package-frame.html
@@ -20,6 +20,7 @@
 <li><a href="Bean.html" title="annotation in org.apache.juneau.annotation" target="classFrame">Bean</a></li>
 <li><a href="BeanConstructor.html" title="annotation in org.apache.juneau.annotation" target="classFrame">BeanConstructor</a></li>
 <li><a href="BeanIgnore.html" title="annotation in org.apache.juneau.annotation" target="classFrame">BeanIgnore</a></li>
+<li><a href="BeanParameter.html" title="annotation in org.apache.juneau.annotation" target="classFrame">BeanParameter</a></li>
 <li><a href="BeanProperty.html" title="annotation in org.apache.juneau.annotation" target="classFrame">BeanProperty</a></li>
 <li><a href="Consumes.html" title="annotation in org.apache.juneau.annotation" target="classFrame">Consumes</a></li>
 <li><a href="NameProperty.html" title="annotation in org.apache.juneau.annotation" target="classFrame">NameProperty</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/package-summary.html b/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
index ed95515..e5b6c18 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/package-summary.html
@@ -121,61 +121,67 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/apache/juneau/annotation/BeanParameter.html" title="annotation in org.apache.juneau.annotation">BeanParameter</a></td>
+<td class="colLast">
+<div class="block">TODO</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">BeanProperty</a></td>
 <td class="colLast">
 <div class="block">Used tailor how bean properties get interpreted by the framework.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/Consumes.html" title="annotation in org.apache.juneau.annotation">Consumes</a></td>
 <td class="colLast">
 <div class="block">Annotation used on subclasses of <a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser"><code>Parser</code></a> to identify the media types that it consumes.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/NameProperty.html" title="annotation in org.apache.juneau.annotation">NameProperty</a></td>
 <td class="colLast">
 <div class="block">Identifies a setter as a method for setting the name of a POJO as it's known by
  its parent object.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/Overrideable.html" title="annotation in org.apache.juneau.annotation">Overrideable</a></td>
 <td class="colLast">
 <div class="block">Identifies a method as specifically designed to be overridden and augmented.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation">ParentProperty</a></td>
 <td class="colLast">
 <div class="block">Identifies a setter as a method for adding a parent reference to a child object.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/Pojo.html" title="annotation in org.apache.juneau.annotation">Pojo</a></td>
 <td class="colLast">
 <div class="block">Used to tailor how POJOs get interpreted by the framework.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/Produces.html" title="annotation in org.apache.juneau.annotation">Produces</a></td>
 <td class="colLast">
 <div class="block">Annotation used on subclasses of <a href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer"><code>Serializer</code></a> to identify the media types that it produces.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/Remoteable.html" title="annotation in org.apache.juneau.annotation">Remoteable</a></td>
 <td class="colLast">
 <div class="block">Identifies services whose Java class or methods can be invoked remotely.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/ThreadSafe.html" title="annotation in org.apache.juneau.annotation">ThreadSafe</a></td>
 <td class="colLast">
 <div class="block">Identifies a class as being thread-safe.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/juneau/annotation/URI.html" title="annotation in org.apache.juneau.annotation">URI</a></td>
 <td class="colLast">
 <div class="block">Used to identify a class or bean property as a URI.</div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/package-tree.html b/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
index 2886f8a..e8b2b48 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/package-tree.html
@@ -96,6 +96,7 @@
 <li type="circle">org.apache.juneau.annotation.<a href="../../../../org/apache/juneau/annotation/NameProperty.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">NameProperty</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.annotation.<a href="../../../../org/apache/juneau/annotation/Consumes.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Consumes</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.annotation.<a href="../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">BeanProperty</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.juneau.annotation.<a href="../../../../org/apache/juneau/annotation/BeanParameter.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">BeanParameter</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.annotation.<a href="../../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">BeanIgnore</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.annotation.<a href="../../../../org/apache/juneau/annotation/BeanConstructor.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">BeanConstructor</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.annotation.<a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><span class="typeNameLink">Bean</span></a> (implements java.lang.annotation.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/dto/Link.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/Link.html b/content/site/apidocs/org/apache/juneau/dto/Link.html
index 3078a70..f38af47 100644
--- a/content/site/apidocs/org/apache/juneau/dto/Link.html
+++ b/content/site/apidocs/org/apache/juneau/dto/Link.html
@@ -355,7 +355,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>href</code> - The new href.</dd>
-<dd><code>args</code> - Optional message format arguments.</dd>
+<dd><code>args</code> - Optional <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a>-style arguments.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
index 1004912..6821cda 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
@@ -140,7 +140,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
  <p>
    Only 2-dimentional POJOs (arrays or collections of maps or beans) can be serialized to Cognos.
 
- <h6 class='topic'>Example:</h6>
+ <h5 class='section'>Example:</h5>
  <p>
    The construct shown above is a serialized <code>AddressBook</code> object which is a subclass of <code>LinkedList&lt;Person&gt;</code>.
    The code for generating the XML is as follows...

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/dto/html5/A.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/A.html b/content/site/apidocs/org/apache/juneau/dto/html5/A.html
index a6a946a..0098ea1 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/A.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/A.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 <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>="a")
 public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.24">A</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element'>&lt;a&gt;</a> element.</div>
+<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element">&lt;a&gt;</a> element.</div>
 </li>
 </ul>
 </div>
@@ -160,7 +160,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.html#Z:Z_class-java.lang.String-">_class</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;_class)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -178,43 +178,43 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.html#download-java.lang.Object-">download</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-download'>download</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download">download</a> attribute.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.html#href-java.lang.Object-">href</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-href'>href</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href">href</a> attribute.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.html#hreflang-java.lang.String-">hreflang</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;hreflang)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang'>hreflang</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang">hreflang</a> attribute.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.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"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 </td>
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.html#rel-java.lang.String-">rel</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;rel)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel'>rel</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel">rel</a> attribute.</div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.html#target-java.lang.String-">target</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;target)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-target'>target</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target">target</a> attribute.</div>
 </td>
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/A.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"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-type'>type</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type">type</a> attribute.</div>
 </td>
 </tr>
 </table>
@@ -277,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <li class="blockList">
 <h4>download</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.33">download</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-download'>download</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download">download</a> attribute.
  Whether to download the resource instead of navigating to it, and its file name if so.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -295,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <li class="blockList">
 <h4>href</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.45">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-href'>href</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href">href</a> attribute.
  Address of the hyperlink.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -313,7 +313,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <li class="blockList">
 <h4>hreflang</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.56">hreflang</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;hreflang)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang'>hreflang</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang">hreflang</a> attribute.
  Language of the linked resource.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -330,7 +330,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <li class="blockList">
 <h4>rel</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.67">rel</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>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel'>rel</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel">rel</a> attribute.
  Relationship between the document containing the hyperlink and the destination resource.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -347,7 +347,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <li class="blockList">
 <h4>target</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.78">target</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;target)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-target'>target</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target">target</a> attribute.
  Default browsing context for hyperlink navigation and form submission.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -364,7 +364,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <li class="blockList">
 <h4>type</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.89">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"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-type'>type</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type">type</a> attribute.
  Hint for the type of the referenced resource.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -382,7 +382,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>_class</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.99">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">_class</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>
@@ -401,7 +401,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>id</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/A.html#line.105">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">id</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html b/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
index d498cd9..a65ed8a 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Abbr.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 <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>="abbr")
 public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.22">Abbr</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-abbr-element'>&lt;abbr&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-abbr-element">&lt;abbr&gt;</a> element.
  <p></div>
 </li>
 </ul>
@@ -161,7 +161,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Abbr.html#Z:Z_class-java.lang.String-">_class</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;_class)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -179,13 +179,13 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Abbr.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"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Abbr.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"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#attr-title'>title</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#attr-title">title</a> attribute.</div>
 </td>
 </tr>
 </table>
@@ -249,7 +249,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>_class</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.29">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">_class</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>
@@ -268,7 +268,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>id</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.35">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">id</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>
@@ -287,7 +287,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>title</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Abbr.html#line.41">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#title-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#attr-title'>title</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#attr-title">title</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#title-java.lang.String-">title</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Address.html b/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
index 244f9c7..56a494b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Address.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 <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>="address")
 public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.22">Address</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/sections.html#the-address-element'>&lt;address&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-address-element">&lt;address&gt;</a> element.
  <p></div>
 </li>
 </ul>
@@ -161,7 +161,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Address.html#Z:Z_class-java.lang.String-">_class</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;_class)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -179,7 +179,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Address.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"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 </td>
 </tr>
 </table>
@@ -243,7 +243,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>_class</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.29">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">_class</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>
@@ -262,7 +262,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>id</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Address.html#line.35">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">id</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Area.html b/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
index 4ec2284..7c441ea 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Area.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 <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>="area")
 public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.24">Area</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.html" title="class in org.apache.juneau.dto.html5">HtmlElementEmpty</a></pre>
-<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-area-element'>&lt;area&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-area-element">&lt;area&gt;</a> element.
  <p></div>
 </li>
 </ul>
@@ -161,67 +161,67 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#Z:Z_class-java.lang.String-">_class</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;_class)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#alt-java.lang.String-">alt</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;alt)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-alt'>alt</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-alt">alt</a> attribute.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#coords-java.lang.String-">coords</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;coords)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-coords'>coords</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-coords">coords</a> attribute.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#download-java.lang.Object-">download</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-download'>download</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download">download</a> attribute.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#href-java.lang.Object-">href</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-href'>href</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href">href</a> attribute.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#hreflang-java.lang.String-">hreflang</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;hreflang)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang'>hreflang</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang">hreflang</a> attribute.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.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"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 </td>
 </tr>
 <tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#rel-java.lang.String-">rel</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;rel)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel'>rel</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel">rel</a> attribute.</div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#shape-java.lang.String-">shape</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;shape)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-shape'>shape</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-shape">shape</a> attribute.</div>
 </td>
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.html#target-java.lang.String-">target</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;target)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-target'>target</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target">target</a> attribute.</div>
 </td>
 </tr>
 <tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Area.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"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-type'>type</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type">type</a> attribute.</div>
 </td>
 </tr>
 </table>
@@ -277,7 +277,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>alt</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.32">alt</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;alt)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-alt'>alt</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-alt">alt</a> attribute.
  Replacement text for use when images are not available.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -294,7 +294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>coords</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.43">coords</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;coords)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-coords'>coords</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-coords">coords</a> attribute.
  Coordinates for the shape to be created in an image map.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -311,7 +311,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>download</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.55">download</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;download)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-download'>download</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-download">download</a> attribute.
  Whether to download the resource instead of navigating to it, and its file name if so.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -329,7 +329,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>href</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.67">href</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;href)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-href'>href</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-href">href</a> attribute.
  Address of the hyperlink.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -347,7 +347,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>hreflang</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.78">hreflang</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;hreflang)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang'>hreflang</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-hreflang">hreflang</a> attribute.
  Language of the linked resource.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -364,7 +364,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>rel</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.89">rel</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>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel'>rel</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-rel">rel</a> attribute.
  Relationship between the document containing the hyperlink and the destination resource.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -381,7 +381,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>shape</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.100">shape</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;shape)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-shape'>shape</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-area-shape">shape</a> attribute.
  The kind of shape to be created in an image map.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -398,7 +398,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>target</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.111">target</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;target)</pre>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-target'>target</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-target">target</a> attribute.
  Browsing context for hyperlink navigation.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -415,7 +415,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <li class="blockList">
 <h4>type</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.122">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"><a class='doclink' href='https://www.w3.org/TR/html5/links.html#attr-hyperlink-type'>type</a> attribute.
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/links.html#attr-hyperlink-type">type</a> attribute.
  Hint for the type of the referenced resource.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -433,7 +433,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <h4>_class</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.132">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">_class</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>
@@ -452,7 +452,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementEmpty.htm
 <h4>id</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Area.html#line.138">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">id</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Article.html b/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
index 8016ba1..c0ef876 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Article.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 <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>="article")
 public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.22">Article</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a href='https://www.w3.org/TR/html5/sections.html#the-article-element'>&lt;article&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-article-element">&lt;article&gt;</a> element.
  <p></div>
 </li>
 </ul>
@@ -161,7 +161,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Article.html#Z:Z_class-java.lang.String-">_class</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;_class)</code>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -191,7 +191,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Article.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"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
@@ -331,7 +331,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>_class</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.73">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#classes'>class</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">_class</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>
@@ -350,7 +350,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <h4>id</h4>
 <pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Article.html#line.79">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
-<div class="block"><a class='doclink' href='https://www.w3.org/TR/html5/dom.html#the-id-attribute'>id</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">id</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></code></dd>