http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html 
b/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html
index 92478ce..958c62a 100644
--- a/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html
+++ b/content/site/apidocs/org/apache/juneau/PropertyNamerDefault.html
@@ -125,7 +125,7 @@ implements <a 
href="../../../org/apache/juneau/PropertyNamer.html" title="interf
    <li><js>"URL"</js> -&gt; <js>"URL"</js>
  </ul>
  <p>
-   See <a 
href="http://docs.oracle.com/javase/7/docs/api/java/beans/Introspector.html?is-external=true#decapitalize-java.lang.String-";
 title="class or interface in 
java.beans"><code>Introspector.decapitalize(String)</code></a> for exact 
rules.</div>
+ See <a 
href="http://docs.oracle.com/javase/7/docs/api/java/beans/Introspector.html?is-external=true#decapitalize-java.lang.String-";
 title="class or interface in 
java.beans"><code>Introspector.decapitalize(String)</code></a> for exact 
rules.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/Session.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/Session.html 
b/content/site/apidocs/org/apache/juneau/Session.html
index 8d04dfd..474de83 100644
--- a/content/site/apidocs/org/apache/juneau/Session.html
+++ b/content/site/apidocs/org/apache/juneau/Session.html
@@ -267,7 +267,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>ctx</code> - The context creating this session object.
-   The context contains all the configuration settings for the session.</dd>
+ The context contains all the configuration settings for the session.</dd>
 <dd><code>op</code> - Properties associated with this session.</dd>
 </dl>
 </li>
@@ -323,7 +323,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>cacheObjects</code> - The objects to add to this session's cache.
-   No-op if <jk>null</jk>.</dd>
+ No-op if <jk>null</jk>.</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/Streamable.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/Streamable.html 
b/content/site/apidocs/org/apache/juneau/Streamable.html
index 7b6226f..4d468d1 100644
--- a/content/site/apidocs/org/apache/juneau/Streamable.html
+++ b/content/site/apidocs/org/apache/juneau/Streamable.html
@@ -104,12 +104,11 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public interface <a 
href="../../../src-html/org/apache/juneau/Streamable.html#line.24">Streamable</a></pre>
+<pre>public interface <a 
href="../../../src-html/org/apache/juneau/Streamable.html#line.23">Streamable</a></pre>
 <div class="block">Interface that identifies that an object can be serialized 
directly to an output stream.
  <p>
-   Instances must identify the media type of the content by implementing the
-   <a 
href="../../../org/apache/juneau/Streamable.html#getMediaType--"><code>getMediaType()</code></a>
 method.
- </p></div>
+ Instances must identify the media type of the content by implementing the
+   <a 
href="../../../org/apache/juneau/Streamable.html#getMediaType--"><code>getMediaType()</code></a>
 method.</div>
 </li>
 </ul>
 </div>
@@ -161,7 +160,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>streamTo</h4>
-<pre>void&nbsp;<a 
href="../../../src-html/org/apache/juneau/Streamable.html#line.32">streamTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;os)
+<pre>void&nbsp;<a 
href="../../../src-html/org/apache/juneau/Streamable.html#line.31">streamTo</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true";
 title="class or interface in java.io">OutputStream</a>&nbsp;os)
        throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Serialize this object to the specified output stream.</div>
 <dl>
@@ -178,7 +177,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMediaType</h4>
-<pre><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/Streamable.html#line.39">getMediaType</a>()</pre>
+<pre><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/Streamable.html#line.38">getMediaType</a>()</pre>
 <div class="block">Returns the serialized media type for this resource (e.g. 
<js>"text/html"</js>).</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/Writable.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/Writable.html 
b/content/site/apidocs/org/apache/juneau/Writable.html
index 0e31f5e..15c810d 100644
--- a/content/site/apidocs/org/apache/juneau/Writable.html
+++ b/content/site/apidocs/org/apache/juneau/Writable.html
@@ -104,12 +104,11 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public interface <a 
href="../../../src-html/org/apache/juneau/Writable.html#line.24">Writable</a></pre>
+<pre>public interface <a 
href="../../../src-html/org/apache/juneau/Writable.html#line.23">Writable</a></pre>
 <div class="block">Interface that identifies that an object can be serialized 
directly to a writer.
  <p>
-   Instances must identify the media type of the content by implementing the
-   <a 
href="../../../org/apache/juneau/Writable.html#getMediaType--"><code>getMediaType()</code></a>
 method.
- </p></div>
+ Instances must identify the media type of the content by implementing the
+   <a 
href="../../../org/apache/juneau/Writable.html#getMediaType--"><code>getMediaType()</code></a>
 method.</div>
 </li>
 </ul>
 </div>
@@ -161,7 +160,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>writeTo</h4>
-<pre>void&nbsp;<a 
href="../../../src-html/org/apache/juneau/Writable.html#line.32">writeTo</a>(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w)
+<pre>void&nbsp;<a 
href="../../../src-html/org/apache/juneau/Writable.html#line.31">writeTo</a>(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;w)
       throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Serialize this object to the specified writer.</div>
 <dl>
@@ -178,7 +177,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMediaType</h4>
-<pre><a href="../../../org/apache/juneau/MediaType.html" title="class in 
org.apache.juneau">MediaType</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/Writable.html#line.39">getMediaType</a>()</pre>
+<pre><a href="../../../org/apache/juneau/MediaType.html" title="class in 
org.apache.juneau">MediaType</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/Writable.html#line.38">getMediaType</a>()</pre>
 <div class="block">Returns the serialized media type for this resource (e.g. 
<js>"text/html"</js>)</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/annotation/Bean.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/Bean.html 
b/content/site/apidocs/org/apache/juneau/annotation/Bean.html
index 6c7efae..97e2eea 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Bean.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Bean.html
@@ -99,14 +99,14 @@
 public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.40">Bean</a></pre>
 <div class="block">Used to tailor how beans get interpreted by the framework.
  <p>
-   Can be used to do the following:
+ Can be used to do the following:
  <ul class='spaced-list'>
    <li>Explicitly specify the set and order of properties on a bean.
    <li>Associate a <a href="../../../../org/apache/juneau/PropertyNamer.html" 
title="interface in org.apache.juneau"><code>PropertyNamer</code></a> with a 
class.
    <li>Specify subtypes of a bean differentiated by a sub type property.
  </ul>
  <p>
-   This annotation can be applied to classes and interfaces.</div>
+ This annotation can be applied to classes and interfaces.</div>
 </li>
 </ul>
 </div>
@@ -223,7 +223,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
    <jk>public class</jk> Baz {}
  </p>
  <p>
-   When serialized as XML, the bean is rendered as:
+ When serialized as XML, the bean is rendered as:
  </p>
  <p class='bcode'>
    <xt>&lt;foo&gt;</xt>
@@ -234,7 +234,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
    <xt>&lt;/foo&gt;</xt>
  </p>
  <p>
-   When serialized as JSON, <js>'n'</js> attributes would be added when needed 
to infer the type during parsing:
+ When serialized as JSON, <js>'n'</js> attributes would be added when needed 
to infer the type during parsing:
  </p>
  <p class='bcode'>
    {
@@ -242,7 +242,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
          {_type:<js>'bar'</js>},
          {_type>:<js>'baz'</js>}
       ]
-   }   *
+   }
  </p></div>
 <dl>
 <dt>Default:</dt>
@@ -262,9 +262,9 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <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/Bean.html#line.110">properties</a></pre>
 <div class="block">The set and order of names of properties associated with a 
bean class.
  <p>
-   The order specified is the same order that the entries will be returned by 
the <a 
href="../../../../org/apache/juneau/BeanMap.html#entrySet--"><code>BeanMap.entrySet()</code></a>
 and related methods.
+ The order specified is the same order that the entries will be returned by 
the <a 
href="../../../../org/apache/juneau/BeanMap.html#entrySet--"><code>BeanMap.entrySet()</code></a>
 and related methods.
  <p>
-   This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getProperties--"><code>BeanFilter.getProperties()</code></a>
 method.
+ This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getProperties--"><code>BeanFilter.getProperties()</code></a>
 method.
 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
@@ -272,7 +272,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
    <jc>// All other properties are ignored.</jc>
    <ja>@Bean</ja>(properties=<js>"street,city,state"</js>)
    <jk>public class</jk> Address {
-   ...
+      ...
  </p></div>
 <dl>
 <dt>Default:</dt>
@@ -292,17 +292,17 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <pre>public abstract&nbsp;boolean&nbsp;<a 
href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.128">sort</a></pre>
 <div class="block">Sort bean properties in alphabetical order.
  <p>
-   When <jk>true</jk>, all bean properties will be serialized and access in 
alphabetical order.
-   Otherwise, the natural order of the bean properties is used which is 
dependent on the
-      JVM vendor.
-   On IBM JVMs, the bean properties are ordered based on their ordering in the 
Java file.
-   On Oracle JVMs, the bean properties are not ordered (which follows the 
offical JVM specs).
+ When <jk>true</jk>, all bean properties will be serialized and access in 
alphabetical order.
+ Otherwise, the natural order of the bean properties is used which is 
dependent on the
+   JVM vendor.
+ On IBM JVMs, the bean properties are ordered based on their ordering in the 
Java file.
+ On Oracle JVMs, the bean properties are not ordered (which follows the 
offical JVM specs).
  <p>
-   This property is disabled by default so that IBM JVM users don't have to 
use <a href="../../../../org/apache/juneau/annotation/Bean.html" 
title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> 
annotations
-   to force bean properties to be in a particular order and can just alter the 
order of the fields/methods
-   in the Java file.
+ This property is disabled by default so that IBM JVM users don't have to use 
<a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation 
in org.apache.juneau.annotation"><code>@Bean</code></a> annotations
+ to force bean properties to be in a particular order and can just alter the 
order of the fields/methods
+ in the Java file.
  <p>
-   This annotation is equivalent to using the <a 
href="../../../../org/apache/juneau/BeanContext.html#BEAN_sortProperties"><code>BeanContext.BEAN_sortProperties</code></a>
 property, but
+ This annotation is equivalent to using the <a 
href="../../../../org/apache/juneau/BeanContext.html#BEAN_sortProperties"><code>BeanContext.BEAN_sortProperties</code></a>
 property, but
    applied to individual classes instead of globally at the serializer or 
parser level.</div>
 <dl>
 <dt>Default:</dt>
@@ -322,7 +322,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <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/Bean.html#line.144">excludeProperties</a></pre>
 <div class="block">Specifies a list of properties that should be excluded from 
<a 
href="../../../../org/apache/juneau/BeanMap.html#entrySet--"><code>BeanMap.entrySet()</code></a>.
  <p>
-   This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getExcludeProperties--"><code>BeanFilter.getExcludeProperties()</code></a>
 method.
+ This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getExcludeProperties--"><code>BeanFilter.getExcludeProperties()</code></a>
 method.
 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
@@ -350,11 +350,11 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="../../../../org/apache/juneau/PropertyNamer.html" title="interface in 
org.apache.juneau">PropertyNamer</a>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.164">propertyNamer</a></pre>
 <div class="block">Associates a <a 
href="../../../../org/apache/juneau/PropertyNamer.html" title="interface in 
org.apache.juneau"><code>PropertyNamer</code></a> with this bean to tailor the 
names of the bean properties.
  <p>
-   Property namers are used to transform bean property names from standard 
form to some other form.
-   For example, the <a 
href="../../../../org/apache/juneau/PropertyNamerDashedLC.html" title="class in 
org.apache.juneau"><code>PropertyNamerDashedLC</code></a> will convert property 
names to dashed-lowercase, and
-      these will be used as attribute names in JSON, and element names in XML.
+ Property namers are used to transform bean property names from standard form 
to some other form.
+ For example, the <a 
href="../../../../org/apache/juneau/PropertyNamerDashedLC.html" title="class in 
org.apache.juneau"><code>PropertyNamerDashedLC</code></a> will convert property 
names to dashed-lowercase, and
+   these will be used as attribute names in JSON, and element names in XML.
  <p>
-   This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getPropertyNamer--"><code>BeanFilter.getPropertyNamer()</code></a>
 method.
+ This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getPropertyNamer--"><code>BeanFilter.getPropertyNamer()</code></a>
 method.
 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>
@@ -363,7 +363,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
    <jk>public class</jk> MyClass {
       ...
    }
-   </p></div>
+ </p></div>
 <dl>
 <dt>Default:</dt>
 <dd>org.apache.juneau.PropertyNamerDefault.class</dd>
@@ -382,8 +382,8 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/annotation/Bean.html#line.194">interfaceClass</a></pre>
 <div class="block">Identifies a class to be used as the interface class for 
this and all subclasses.
  <p>
-   When specified, only the list of properties defined on the interface class 
will be used during serialization.
-   Additional properties on subclasses will be ignored.
+ When specified, only the list of properties defined on the interface class 
will be used during serialization.
+ Additional properties on subclasses will be ignored.
  <p class='bcode'>
    <jc>// Parent class</jc>
    <ja>@Bean</ja>(interfaceClass=A.<jk>class</jk>)
@@ -402,10 +402,10 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
    <jsm>assertEquals</jsm>(<js>"{f0:'f0'}"</js>, r);  // Note f1 is not 
serialized.
  </p>
  <p>
-   Note that this annotation can be used on the parent class so that it 
filters to all child classes,
-      or can be set individually on the child classes.
+ Note that this annotation can be used on the parent class so that it filters 
to all child classes,
+   or can be set individually on the child classes.
  <p>
-   This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getInterfaceClass--"><code>BeanFilter.getInterfaceClass()</code></a>
 method.</div>
+ This annotation is an alternative to using the <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a> class with an 
implemented <a 
href="../../../../org/apache/juneau/transform/BeanFilter.html#getInterfaceClass--"><code>BeanFilter.getInterfaceClass()</code></a>
 method.</div>
 <dl>
 <dt>Default:</dt>
 <dd>java.lang.Object.class</dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/annotation/BeanConstructor.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/annotation/BeanConstructor.html 
b/content/site/apidocs/org/apache/juneau/annotation/BeanConstructor.html
index 903d444..870e50a 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/BeanConstructor.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/BeanConstructor.html
@@ -99,12 +99,12 @@
 public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/BeanConstructor.html#line.76">BeanConstructor</a></pre>
 <div class="block">Maps constructor arguments to property names on beans with 
read-only properties.
  <p>
-   This annotation can be used in the case of beans with properties whose 
values can only be set by passing
-   them in through a constructor on the class.<br>
-   Since method parameter names are lost during compilation, this annotation 
essentially redefines them
-   so that they are available at runtime.
+ This annotation can be used in the case of beans with properties whose values 
can only be set by passing
+ them in through a constructor on the class.<br>
+ Since method parameter names are lost during compilation, this annotation 
essentially redefines them
+ so that they are available at runtime.
  <p>
-   The definition of a read-only bean is a bean with properties with only 
getters, like shown below...
+ The definition of a read-only bean is a bean with properties with only 
getters, like shown below...
  <p class='bcode'>
    <jk>public class</jk> Person {
       <jk>private final</jk> String <jf>name</jf>;
@@ -133,18 +133,18 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
    <jk>int</jk> age = p.getAge();   <jc>// 45</jc>
  </p>
  <p>
-   This annotation can only be applied to constructors and can only be applied 
to one constructor per class.
+ This annotation can only be applied to constructors and can only be applied 
to one constructor per class.
  <p>
-   When present, bean instantiation is delayed until the call to <a 
href="../../../../org/apache/juneau/BeanMap.html#getBean--"><code>BeanMap.getBean()</code></a>.
-   Until then, bean property values are stored in a local cache until 
<code>getBean()</code> is called.
-   Because of this additional caching step, parsing into read-only beans tends 
to be slower and use
-   more memory than parsing into beans with writable properties.
+ When present, bean instantiation is delayed until the call to <a 
href="../../../../org/apache/juneau/BeanMap.html#getBean--"><code>BeanMap.getBean()</code></a>.
+ Until then, bean property values are stored in a local cache until 
<code>getBean()</code> is called.
+ Because of this additional caching step, parsing into read-only beans tends 
to be slower and use
+ more memory than parsing into beans with writable properties.
  <p>
-   Attempting to call <a 
href="../../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-"><code>BeanMap.put(String,Object)</code></a>
 on a read-only property after calling <a 
href="../../../../org/apache/juneau/BeanMap.html#getBean--"><code>BeanMap.getBean()</code></a>
-   will result in a <a 
href="../../../../org/apache/juneau/BeanRuntimeException.html" title="class in 
org.apache.juneau"><code>BeanRuntimeException</code></a> being thrown.
-   Multiple calls to <a 
href="../../../../org/apache/juneau/BeanMap.html#getBean--"><code>BeanMap.getBean()</code></a>
 will return the same bean instance.
+ Attempting to call <a 
href="../../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-"><code>BeanMap.put(String,Object)</code></a>
 on a read-only property after calling <a 
href="../../../../org/apache/juneau/BeanMap.html#getBean--"><code>BeanMap.getBean()</code></a>
+ will result in a <a 
href="../../../../org/apache/juneau/BeanRuntimeException.html" title="class in 
org.apache.juneau"><code>BeanRuntimeException</code></a> being thrown.
+ Multiple calls to <a 
href="../../../../org/apache/juneau/BeanMap.html#getBean--"><code>BeanMap.getBean()</code></a>
 will return the same bean instance.
  <p>
-   Beans can be defined with a combination of read-only and read-write 
properties.</div>
+ Beans can be defined with a combination of read-only and read-write 
properties.</div>
 </li>
 </ul>
 </div>
@@ -193,7 +193,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <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/BeanConstructor.html#line.83">properties</a></pre>
 <div class="block">The names of the properties of the constructor arguments.
  <p>
-   The number of properties listed must match the number of arguments in the 
constructor.</div>
+ The number of properties listed must match the number of arguments in the 
constructor.</div>
 <dl>
 <dt>Default:</dt>
 <dd>""</dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/annotation/BeanIgnore.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/annotation/BeanIgnore.html 
b/content/site/apidocs/org/apache/juneau/annotation/BeanIgnore.html
index 931bc4a..70435e8 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/BeanIgnore.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/BeanIgnore.html
@@ -99,13 +99,13 @@
 public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/BeanIgnore.html#line.35">BeanIgnore</a></pre>
 <div class="block">Ignore classes, fields, and methods from being interpreted 
as bean or bean components.
  <p>
-   Applied to classes that may look like beans, but you want to be treated as 
non-beans.
-   For example, if you want to force a bean to be converted to a string using 
the <code>toString()</code>
-      method, use this annoation on the class.
+ Applied to classes that may look like beans, but you want to be treated as 
non-beans.
+ For example, if you want to force a bean to be converted to a string using 
the <code>toString()</code>
+   method, use this annoation on the class.
  <p>
-   Applies to fields that should not be interpreted as bean property fields.
+ Applies to fields that should not be interpreted as bean property fields.
  <p>
-   Applies to getters or setters that should not be interpreted as bean 
property getters or setters.</div>
+ Applies to getters or setters that should not be interpreted as bean property 
getters or setters.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 93ffb52..5933df6 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/BeanProperty.html
@@ -99,7 +99,7 @@
 public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.46">BeanProperty</a></pre>
 <div class="block">Used tailor how bean properties get interpreted by the 
framework.
  <p>
-   Can be used to do the following:
+ Can be used to do the following:
  <ul class='spaced-list'>
    <li>Override the name of a property.
    <li>Identify a getter or setter with a non-standard naming convention.
@@ -112,7 +112,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
    <li>Identify a property as the ID for a bean.
  </ul>
  <p>
-   This annotation is applied to public fields and public getter/setter 
methods of beans.</div>
+ This annotation is applied to public fields and public getter/setter methods 
of beans.</div>
 </li>
 </ul>
 </div>
@@ -194,11 +194,11 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <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/BeanProperty.html#line.58">name</a></pre>
 <div class="block">Identifies the name of the property.
  <p>
-   Normally, this is automatically inferred from the field name or getter 
method name
+ Normally, this is automatically inferred from the field name or getter method 
name
    of the property.  However, this property can be used to assign a different
    property name from the automatically inferred value.
  <p>
-   If the <a 
href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFieldVisibility"><code>BeanContext.BEAN_beanFieldVisibility</code></a>
 setting on the bean context excludes this field (e.g. the visibility
+ If the <a 
href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFieldVisibility"><code>BeanContext.BEAN_beanFieldVisibility</code></a>
 setting on the bean context excludes this field (e.g. the visibility
    is set to PUBLIC, but the field is PROTECTED), this annotation can be used 
to force the field to be identified as a property.</div>
 <dl>
 <dt>Default:</dt>
@@ -218,12 +218,12 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Bea
 <pre>public abstract&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;<a 
href="../../../../src-html/org/apache/juneau/annotation/BeanProperty.html#line.80">type</a></pre>
 <div class="block">Identifies a specialized class type for the property.
  <p>
-   Normally this can be inferred through reflection of the field type or 
getter return type.
-   However, you'll want to specify this value if you're parsing beans where 
the bean property class
+ Normally this can be inferred through reflection of the field type or getter 
return type.
+ However, you'll want to specify this value if you're parsing beans where the 
bean property class
    is an interface or abstract class to identify the bean type to instantiate. 
 Otherwise, you may
    cause an <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/InstantiationException.html?is-external=true";
 title="class or interface in 
java.lang"><code>InstantiationException</code></a> when trying to set these 
fields.
  <p>
-   This property must denote a concrete bean class with a no-arg constructor.
+ This property must denote a concrete bean class with a no-arg constructor.
 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 61ae121..3b8e80e 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Consumes.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Consumes.html
@@ -101,23 +101,23 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Con
 
  <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.
+ 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>
-   The <a 
href="../../../../org/apache/juneau/parser/Parser.html#getMediaTypes--"><code>Parser.getMediaTypes()</code></a>
 default implementation gathers the media types by looking
-      for this annotation.
-   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.
+ The <a 
href="../../../../org/apache/juneau/parser/Parser.html#getMediaTypes--"><code>Parser.getMediaTypes()</code></a>
 default implementation gathers the media types by looking
+   for this annotation.
+ 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.
 
  <h5 class='section'>Example:</h5>
  <p>
-   Standard example:
+ Standard example:
  <p class='bcode'>
    <ja>@Consumes</ja>(<js>"application/json,text/json"</js>)
    <jk>public class</jk> JsonParser <jk>extends</jk> ReaderParser {...}
  </p>
  <p>
-   The media types can also be <code>media-range</code> values per
-      <a class="doclink" 
href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1";>RFC2616/14.1</a>.
+ The media types can also be <code>media-range</code> values per
+   <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>)
@@ -175,7 +175,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Con
 <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/Consumes.html#line.67">value</a></pre>
 <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
+ Can contain meta-characters per the <code>media-type</code> specification of
    <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>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 578eb57..d4b9500 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Pojo.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Pojo.html
@@ -155,7 +155,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Poj
 
  <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>
+ 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'>
    <jc>// Our bean class</jc>
    <ja>@Pojo</ja>(swap=BSwap.<jk>class</jk>)
@@ -188,7 +188,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Poj
    }
  </p>
  <p>
-   Note that using this annotation is functionally equivalent to adding swaps 
to the serializers and parsers:
+ Note that using this annotation is functionally equivalent to adding swaps to 
the serializers and parsers:
  <p class='bcode'>
    WriterSerializer s = <jk>new</jk> 
JsonSerializer.addPojoSwaps(BSwap.<jk>class</jk>);
    ReaderParser p = <jk>new</jk> JsonParser.addPojoSwaps(BSwap.<jk>class</jk>);

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 d2dce69..67cff4c 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/Produces.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/Produces.html
@@ -101,25 +101,25 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Pro
 
  <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.
+ 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>
-   The <a 
href="../../../../org/apache/juneau/serializer/Serializer.html#getMediaTypes--"><code>Serializer.getMediaTypes()</code></a>
 default implementation gathers the media types by looking
-      for this annotation.
-   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.
+ The <a 
href="../../../../org/apache/juneau/serializer/Serializer.html#getMediaTypes--"><code>Serializer.getMediaTypes()</code></a>
 default implementation gathers the media types by looking
+   for this annotation.
+ 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.
 
  <h5 class='section'>Example:</h5>
  <p>
-   Standard example:
+ Standard example:
  <p class='bcode'>
    <ja>@Produces</ja>(<js>"application/json,text/json"</js>)
    <jk>public class</jk> JsonSerializer <jk>extends</jk> WriterSerializer {...}
  </p>
  <p>
-   The media types can also be <code>media-range</code> values per
-      <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.
+ The media types can also be <code>media-range</code> values per
+   <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.
 
  <p class='bcode'>
    <jc>// Produces any text</jc>
@@ -184,7 +184,7 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Pro
 <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/Produces.html#line.70">value</a></pre>
 <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
+ Can contain meta-characters per the <code>media-type</code> specification of
    <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>
@@ -208,9 +208,9 @@ public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/Pro
 <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/Produces.html#line.80">contentType</a></pre>
 <div class="block">The content type that this serializer produces.
  <p>
-   Can be used to override the <code>Content-Type</code> response type if the 
media types
-      are <code>media-ranges</code> with meta-characters, or the 
<code>Content-Type</code>
-      differs from the media type for some reason.</div>
+ Can be used to override the <code>Content-Type</code> response type if the 
media types
+   are <code>media-ranges</code> with meta-characters, or the 
<code>Content-Type</code>
+   differs from the media type for some reason.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The content type that this serializer produces, or blank if no overriding 
value exists.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 ee7a554..6aef580 100644
--- a/content/site/apidocs/org/apache/juneau/annotation/URI.html
+++ b/content/site/apidocs/org/apache/juneau/annotation/URI.html
@@ -99,16 +99,16 @@
 public @interface <a 
href="../../../../src-html/org/apache/juneau/annotation/URI.html#line.66">URI</a></pre>
 <div class="block">Used to identify a class or bean property as a URI.
  <p>
-   By default, instances of <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></a> and <a 
href="../../../../org/apache/juneau/annotation/URI.html" title="annotation in 
org.apache.juneau.annotation"><code>URI</code></a> are considered URIs during 
serialization, and are
-      handled differently depending on the serializer (e.g. 
<code>HtmlSerializer</code> creates a hyperlink,
-      <code>RdfXmlSerializer</code> creates an <code>rdf:resource</code> 
object, etc...).
+ By default, instances of <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></a> and <a 
href="../../../../org/apache/juneau/annotation/URI.html" title="annotation in 
org.apache.juneau.annotation"><code>URI</code></a> are considered URIs during 
serialization, and are
+   handled differently depending on the serializer (e.g. 
<code>HtmlSerializer</code> creates a hyperlink,
+   <code>RdfXmlSerializer</code> creates an <code>rdf:resource</code> object, 
etc...).
  <p>
-   This annotation allows you to identify other classes that return URIs via 
<code>toString()</code> as URI objects.
+ This annotation allows you to identify other classes that return URIs via 
<code>toString()</code> as URI objects.
  <p>
-   Relative URIs are automatically prepended with <a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_absolutePathUriBase"><code>SerializerContext.SERIALIZER_absolutePathUriBase</code></a>
 and <a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_relativeUriBase"><code>SerializerContext.SERIALIZER_relativeUriBase</code></a>
-      during serialization just like relative <code>URIs</code>.
+ Relative URIs are automatically prepended with <a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_absolutePathUriBase"><code>SerializerContext.SERIALIZER_absolutePathUriBase</code></a>
 and <a 
href="../../../../org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_relativeUriBase"><code>SerializerContext.SERIALIZER_relativeUriBase</code></a>
+   during serialization just like relative <code>URIs</code>.
  <p>
-   This annotation can be applied to classes, interfaces, or bean property 
methods for fields.
+ This annotation can be applied to classes, interfaces, or bean property 
methods for fields.
 
  <h5 class='section'>Example:</h5>
  <p class='bcode'>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/csv/CsvSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/csv/CsvSerializer.html 
b/content/site/apidocs/org/apache/juneau/csv/CsvSerializer.html
index 8874243..5d64fa6 100644
--- a/content/site/apidocs/org/apache/juneau/csv/CsvSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/csv/CsvSerializer.html
@@ -269,7 +269,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/WriterSerializer.html"
 <dd><code><a 
href="../../../../org/apache/juneau/serializer/Serializer.html#doSerialize-org.apache.juneau.serializer.SerializerSession-java.lang.Object-">doSerialize</a></code>&nbsp;in
 class&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in 
org.apache.juneau.serializer">Serializer</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>session</code> - The serializer session object return by <a 
href="../../../../org/apache/juneau/serializer/Serializer.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-"><code>Serializer.createSession(Object,
 ObjectMap, Method, Locale, TimeZone, MediaType)</code></a>.<br>
-   If <jk>null</jk>, session is created using <a 
href="../../../../org/apache/juneau/serializer/Serializer.html#createSession-java.lang.Object-"><code>Serializer.createSession(Object)</code></a>.</dd>
+ If <jk>null</jk>, session is created using <a 
href="../../../../org/apache/juneau/serializer/Serializer.html#createSession-java.lang.Object-"><code>Serializer.createSession(Object)</code></a>.</dd>
 <dd><code>o</code> - The object to serialize.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code> - If thrown from 
underlying stream, or if the input contains a syntax error or is malformed.</dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 b71db4a..45042e7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/Link.html
+++ b/content/site/apidocs/org/apache/juneau/dto/Link.html
@@ -123,12 +123,12 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;<a 
href="../../../../org/apache/juneau/dto/Link.html" title="class in 
org.apache.juneau.dto">Link</a>&gt;</pre>
 <div class="block">Simple bean that implements a hyperlink for the HTML 
serializer.
  <p>
-   The name and url properties correspond to the following parts of a 
hyperlink in an HTML document...
+ The name and url properties correspond to the following parts of a hyperlink 
in an HTML document...
  <p class='bcode'>
    <xt>&lt;a</xt> 
<xa>href</xa>=<xs>'href'</xs><xt>&gt;</xt>name<xt>&lt;/a&gt;</xt>
  <p>
-   When encountered by the <a 
href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in 
org.apache.juneau.html"><code>HtmlSerializer</code></a> class, this object gets 
converted to a hyperlink.<br>
-   All other serializers simply convert it to a simple bean.</div>
+ When encountered by the <a 
href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in 
org.apache.juneau.html"><code>HtmlSerializer</code></a> class, this object gets 
converted to a hyperlink.<br>
+ All other serializers simply convert it to a simple bean.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html 
b/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
index b802dcd..659db1b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
+++ b/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html
@@ -136,7 +136,7 @@ var activeTableTab = "activeTableTab";
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true";
 title="class or interface in java.util">LinkedList</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&gt;</pre>
 <div class="block">Transforms an SQL <a 
href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql"><code>ResultSet</code></a> into a list 
of maps.
  <p>
-   Loads the entire result set into an in-memory data structure, and then 
closes the result set object.</div>
+ Loads the entire result set into an in-memory data structure, and then closes 
the result set object.</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../serialized-form.html#org.apache.juneau.dto.ResultSetList">Serialized
 Form</a></dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 59a1a45..81cb00e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html
@@ -125,7 +125,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
       );
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 67a601b..600c53d 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Category.html
@@ -130,7 +130,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 5108517..4cc0beb 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Common.html
@@ -124,7 +124,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
       undefinedAttribute*
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 0baaed2..d57b949 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/CommonEntry.html
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 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 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 088bab4..196039c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Content.html
@@ -160,7 +160,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Text.html" title="cla
    }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>
@@ -374,7 +374,7 @@ public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/atom/Content.html" tit
 <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>
-   Must be one of the following:
+ Must be one of the following:
  <ul>
    <li><js>"text"</js>
    <li><js>"html"</js>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
index 6ab64cb..33a1347 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html
@@ -144,7 +144,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
       }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
index 709347c..27d059b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Feed.html
@@ -123,7 +123,7 @@ public class <a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Feed.ht
 extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" 
title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre>
 <div class="block">Top-level ATOM feed object.
  <p>
-   Represents an <code>atomFeed</code> construct in the RFC4287 specification.
+ Represents an <code>atomFeed</code> construct in the RFC4287 specification.
  <p>
  <h6 class='figure'>Schema</h6>
  <p class='bcode'>
@@ -147,7 +147,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
       }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html
index 5dd68c3..1106b59 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Generator.html
@@ -128,7 +128,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
    }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html
index 3e05434..035e7cb 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Icon.html
@@ -126,7 +126,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
    }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Id.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Id.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Id.html
index a5494ed..02c8f66 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Id.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Id.html
@@ -126,7 +126,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
    }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Link.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Link.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Link.html
index 41445fb..1b9ce49 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Link.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Link.html
@@ -133,7 +133,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>
@@ -416,7 +416,7 @@ public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 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/Link.html#line.142">type</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Sets the content type of the target of this link.
  <p>
-   Must be one of the following:
+ Must be one of the following:
  <ul>
    <li><js>"text"</js>
    <li><js>"html"</js>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html
index af66cc8..888f121 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Logo.html
@@ -126,7 +126,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
    }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Person.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
index 3367658..9a384ce 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Person.html
@@ -127,7 +127,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
       &amp; extensionElement*)
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Source.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
index ea0b1d8..c12360f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Source.html
@@ -143,7 +143,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit
       }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
index 141ec8a..e7c8c36 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/Text.html
@@ -142,7 +142,7 @@ extends <a 
href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c
    }
  </p>
  <p>
- Refer to <a 
href="../../../../../org/apache/juneau/dto/atom/package-summary.html"><code>org.apache.juneau.dto.atom</code></a>
 for further information about ATOM support.</div>
+ Refer to <a class='doclink' 
href='package-summary.html#TOC'>org.apache.juneau.dto.atom</a> for further 
information about ATOM support.</div>
 </li>
 </ul>
 </div>
@@ -313,7 +313,7 @@ public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h
 public&nbsp;<a href="../../../../../org/apache/juneau/dto/atom/Text.html" 
title="class in org.apache.juneau.dto.atom">Text</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/atom/Text.html#line.96">type</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</pre>
 <div class="block">Sets the content type of this content.
  <p>
-   Must be one of the following:
+ Must be one of the following:
  <ul>
    <li><js>"text"</js>
    <li><js>"html"</js>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
index 1c3b875..a6614aa 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
@@ -114,7 +114,7 @@ public class <a 
href="../../../../../src-html/org/apache/juneau/dto/cognos/Colum
 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 a meta-data column in a Cognos dataset.
  <p>
-   When serialized to XML, creates the following construct:
+ When serialized to XML, creates the following construct:
  <p class='bcode'>
    <xt>&lt;item</xt> <xa>name</xa>=<xs>'name'</xs> 
<xa>type</xa>=<xs>'xs:String'</xs> <xa>length</xa>=<xs>'255'</xs>/&gt;
  </p></div>
@@ -293,11 +293,11 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/cognos/Column.html" title="class in 
org.apache.juneau.dto.cognos">Column</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/cognos/Column.html#line.84">addPojoSwap</a>(<a
 href="../../../../../org/apache/juneau/transform/PojoSwap.html" title="class 
in org.apache.juneau.transform">PojoSwap</a>&nbsp;pojoSwap)</pre>
 <div class="block">Associates a POJO swap with this column.
  <p>
-   Typically used to define columns that don't exist on the underlying beans 
being serialized.
+ Typically used to define columns that don't exist on the underlying beans 
being serialized.
  <p>
-   For example, the <code>AddressBookResource</code> sample defined the 
following POJO swap
-      to define an additional <js>"numAddresses"</js> column even though no 
such property exists
-      on the serialized beans.
+ For example, the <code>AddressBookResource</code> sample defined the 
following POJO swap
+   to define an additional <js>"numAddresses"</js> column even though no such 
property exists
+   on the serialized beans.
  <p class='bcode'>
    Column c = <jk>new</jk> Column(<js>"numAddresses"</js>, <js>"xs:int"</js>)
       .addPojoSwaps(

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
index cb506de..ced1a70 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
@@ -117,7 +117,7 @@ public static class <a 
href="../../../../../src-html/org/apache/juneau/dto/cogno
 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 a row of data.
  <p>
-   When serialized to XML, creates the following construct (example pulled 
from <code>AddressBookResource</code>):
+ When serialized to XML, creates the following construct (example pulled from 
<code>AddressBookResource</code>):
  <p class='bcode'>
    <xt>&lt;row&gt;</xt>
       <xt>&lt;value&gt;</xt>Barack Obama<xt>&lt;/value&gt;</xt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/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 28b59c2..441733d 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
@@ -114,7 +114,7 @@ public class <a 
href="../../../../../src-html/org/apache/juneau/dto/cognos/DataS
 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 a Cognos dataset.
  <p>
-   When serialized to XML, creates the following construct (example pulled 
from <code>AddressBookResource</code>):
+ When serialized to XML, creates the following construct (example pulled from 
<code>AddressBookResource</code>):
  <p class='bcode'>
    <xt>&lt;?xml</xt> <xa>version</xa>=<xs>'1.0'</xs> 
<xa>encoding</xa>=<xs>'UTF-8'</xs><xt>?&gt;</xt>
    <xt>&lt;c:dataset 
<xa>xmlns:c</xa>=<xs>'http://developer.cognos.com/schemas/xmldata/1/'</xs>&gt;</xt>
@@ -138,12 +138,12 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
    <xt>&lt;/c:dataset&gt;</xt>
  </p>
  <p>
-   Only 2-dimentional POJOs (arrays or collections of maps or beans) can be 
serialized to Cognos.
+ Only 2-dimentional POJOs (arrays or collections of maps or beans) can be 
serialized to Cognos.
 
  <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...
+ 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...
  </p>
  <p class='bcode'>
    Column[] items = {
@@ -300,7 +300,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>columns</code> - The meta-data that represents the columns in the 
dataset.</dd>
 <dd><code>o</code> - The POJO being serialized to Cognos.
-   Must be an array/collection of beans/maps.</dd>
+ Must be an array/collection of beans/maps.</dd>
 <dd><code>session</code> - The bean session used to convert POJOs to 
strings.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></code> - An error 
occurred trying to serialize the POJO.</dd>

Reply via email to