http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/csv/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/csv/package-frame.html b/content/site/apidocs/org/apache/juneau/csv/package-frame.html index 6f70e2a..0db533b 100644 --- a/content/site/apidocs/org/apache/juneau/csv/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/csv/package-frame.html @@ -13,7 +13,14 @@ <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> +<li><a href="CsvParser.html" title="class in org.apache.juneau.csv" target="classFrame">CsvParser</a></li> +<li><a href="CsvParserBuilder.html" title="class in org.apache.juneau.csv" target="classFrame">CsvParserBuilder</a></li> +<li><a href="CsvParserContext.html" title="class in org.apache.juneau.csv" target="classFrame">CsvParserContext</a></li> +<li><a href="CsvParserSession.html" title="class in org.apache.juneau.csv" target="classFrame">CsvParserSession</a></li> <li><a href="CsvSerializer.html" title="class in org.apache.juneau.csv" target="classFrame">CsvSerializer</a></li> +<li><a href="CsvSerializerBuilder.html" title="class in org.apache.juneau.csv" target="classFrame">CsvSerializerBuilder</a></li> +<li><a href="CsvSerializerContext.html" title="class in org.apache.juneau.csv" target="classFrame">CsvSerializerContext</a></li> +<li><a href="CsvSerializerSession.html" title="class in org.apache.juneau.csv" target="classFrame">CsvSerializerSession</a></li> </ul> </div> </body>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/csv/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/csv/package-summary.html b/content/site/apidocs/org/apache/juneau/csv/package-summary.html index 3a52043..14c62fc 100644 --- a/content/site/apidocs/org/apache/juneau/csv/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/csv/package-summary.html @@ -86,11 +86,53 @@ </tr> <tbody> <tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvParser.html" title="class in org.apache.juneau.csv">CsvParser</a></td> +<td class="colLast"> +<div class="block">TODO - Work in progress.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvParserBuilder.html" title="class in org.apache.juneau.csv">CsvParserBuilder</a></td> +<td class="colLast"> +<div class="block">Builder class for building instances of CSV parsers.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvParserContext.html" title="class in org.apache.juneau.csv">CsvParserContext</a></td> +<td class="colLast"> +<div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/csv/CsvParser.html" title="class in org.apache.juneau.csv"><code>CsvParser</code></a> class.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvParserSession.html" title="class in org.apache.juneau.csv">CsvParserSession</a></td> +<td class="colLast"> +<div class="block">Session object that lives for the duration of a single use of <a href="../../../../org/apache/juneau/csv/CsvParser.html" title="class in org.apache.juneau.csv"><code>CsvParser</code></a>.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvSerializer.html" title="class in org.apache.juneau.csv">CsvSerializer</a></td> <td class="colLast"> <div class="block">TODO - Work in progress.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvSerializerBuilder.html" title="class in org.apache.juneau.csv">CsvSerializerBuilder</a></td> +<td class="colLast"> +<div class="block">Builder class for building instances of CSV serializers.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvSerializerContext.html" title="class in org.apache.juneau.csv">CsvSerializerContext</a></td> +<td class="colLast"> +<div class="block">Configurable properties on the <a href="../../../../org/apache/juneau/csv/CsvSerializer.html" title="class in org.apache.juneau.csv"><code>CsvSerializer</code></a> class.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/csv/CsvSerializerSession.html" title="class in org.apache.juneau.csv">CsvSerializerSession</a></td> +<td class="colLast"> +<div class="block">Session object that lives for the duration of a single use of <a href="../../../../org/apache/juneau/csv/CsvSerializer.html" title="class in org.apache.juneau.csv"><code>CsvSerializer</code></a>.</div> +</td> +</tr> </tbody> </table> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/csv/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/csv/package-tree.html b/content/site/apidocs/org/apache/juneau/csv/package-tree.html index 5ac979f..8ec6aa6 100644 --- a/content/site/apidocs/org/apache/juneau/csv/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/csv/package-tree.html @@ -80,10 +80,35 @@ <ul> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> -<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau"><span class="typeNameLink">Lockable</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>) +<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/Context.html" title="class in org.apache.juneau"><span class="typeNameLink">Context</span></a> <ul> -<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/CoreApi.html" title="class in org.apache.juneau"><span class="typeNameLink">CoreApi</span></a> +<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau"><span class="typeNameLink">BeanContext</span></a> <ul> +<li type="circle">org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">ParserContext</span></a> +<ul> +<li type="circle">org.apache.juneau.csv.<a href="../../../../org/apache/juneau/csv/CsvParserContext.html" title="class in org.apache.juneau.csv"><span class="typeNameLink">CsvParserContext</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.serializer.<a href="../../../../org/apache/juneau/serializer/SerializerContext.html" title="class in org.apache.juneau.serializer"><span class="typeNameLink">SerializerContext</span></a> +<ul> +<li type="circle">org.apache.juneau.csv.<a href="../../../../org/apache/juneau/csv/CsvSerializerContext.html" title="class in org.apache.juneau.csv"><span class="typeNameLink">CsvSerializerContext</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/CoreObject.html" title="class in org.apache.juneau"><span class="typeNameLink">CoreObject</span></a> +<ul> +<li type="circle">org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">Parser</span></a> +<ul> +<li type="circle">org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/ReaderParser.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">ReaderParser</span></a> +<ul> +<li type="circle">org.apache.juneau.csv.<a href="../../../../org/apache/juneau/csv/CsvParser.html" title="class in org.apache.juneau.csv"><span class="typeNameLink">CsvParser</span></a></li> +</ul> +</li> +</ul> +</li> <li type="circle">org.apache.juneau.serializer.<a href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer"><span class="typeNameLink">Serializer</span></a> <ul> <li type="circle">org.apache.juneau.serializer.<a href="../../../../org/apache/juneau/serializer/WriterSerializer.html" title="class in org.apache.juneau.serializer"><span class="typeNameLink">WriterSerializer</span></a> @@ -95,6 +120,36 @@ </li> </ul> </li> +<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="class in org.apache.juneau"><span class="typeNameLink">CoreObjectBuilder</span></a> +<ul> +<li type="circle">org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">ParserBuilder</span></a> +<ul> +<li type="circle">org.apache.juneau.csv.<a href="../../../../org/apache/juneau/csv/CsvParserBuilder.html" title="class in org.apache.juneau.csv"><span class="typeNameLink">CsvParserBuilder</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.serializer.<a href="../../../../org/apache/juneau/serializer/SerializerBuilder.html" title="class in org.apache.juneau.serializer"><span class="typeNameLink">SerializerBuilder</span></a> +<ul> +<li type="circle">org.apache.juneau.csv.<a href="../../../../org/apache/juneau/csv/CsvSerializerBuilder.html" title="class in org.apache.juneau.csv"><span class="typeNameLink">CsvSerializerBuilder</span></a></li> +</ul> +</li> +</ul> +</li> +<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/Session.html" title="class in org.apache.juneau"><span class="typeNameLink">Session</span></a> +<ul> +<li type="circle">org.apache.juneau.<a href="../../../../org/apache/juneau/BeanSession.html" title="class in org.apache.juneau"><span class="typeNameLink">BeanSession</span></a> +<ul> +<li type="circle">org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in org.apache.juneau.parser"><span class="typeNameLink">ParserSession</span></a> +<ul> +<li type="circle">org.apache.juneau.csv.<a href="../../../../org/apache/juneau/csv/CsvParserSession.html" title="class in org.apache.juneau.csv"><span class="typeNameLink">CsvParserSession</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.serializer.<a href="../../../../org/apache/juneau/serializer/SerializerSession.html" title="class in org.apache.juneau.serializer"><span class="typeNameLink">SerializerSession</span></a> +<ul> +<li type="circle">org.apache.juneau.csv.<a href="../../../../org/apache/juneau/csv/CsvSerializerSession.html" title="class in org.apache.juneau.csv"><span class="typeNameLink">CsvSerializerSession</span></a></li> +</ul> +</li> +</ul> +</li> </ul> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/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 659db1b..a53ca66 100644 --- a/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html +++ b/content/site/apidocs/org/apache/juneau/dto/ResultSetList.html @@ -18,8 +18,8 @@ catch(err) { } //--> -var methods = {"i0":10}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var methods = {"i0":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -191,13 +191,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> -<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> +<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/dto/ResultSetList.html#readEntry-java.sql.ResultSet-int-int-">readEntry</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, int col, int dataType)</code> @@ -319,9 +319,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h <ul class="blockListLast"> <li class="blockList"> <h4>readEntry</h4> -<pre>protected <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> <a href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.83">readEntry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, - int col, - int dataType)</pre> +<pre>protected static <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> <a href="../../../../src-html/org/apache/juneau/dto/ResultSetList.html#line.83">readEntry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a> rs, + int col, + int dataType)</pre> <div class="block">Reads the specified column from the current row in the result set. Subclasses can override this method to handle specific data types in special ways.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/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 33a1347..ecb06f6 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Entry.html @@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="entry") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.50">Entry</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.51">Entry</a> extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" title="class in org.apache.juneau.dto.atom">CommonEntry</a></pre> <div class="block">Represents an <code>atomEntry</code> construct in the RFC4287 specification. <p> @@ -376,7 +376,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>Entry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.64">Entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.65">Entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> <div class="block">Normal constructor.</div> @@ -394,7 +394,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>Entry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.75">Entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id, +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.76">Entry</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> <div class="block">Normal constructor.</div> @@ -412,7 +412,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>Entry</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.80">Entry</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.81">Entry</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -430,7 +430,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <ul class="blockList"> <li class="blockList"> <h4>getContent</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.92">getContent</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.93">getContent</a>()</pre> <div class="block">Returns the content of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -445,7 +445,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html" tit <li class="blockList"> <h4>content</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="content") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.103">content</a>(<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> content)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.104">content</a>(<a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom">Content</a> content)</pre> <div class="block">Sets the content of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -462,7 +462,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>getPublished</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#swap--">swap</a>=<a href="../../../../../org/apache/juneau/transforms/CalendarSwap.ISO8601DT.html" title="class in org.apache.juneau.transforms">CalendarSwap.ISO8601DT.class</a>) -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.114">getPublished</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.115">getPublished</a>()</pre> <div class="block">Returns the publish timestamp of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -477,7 +477,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar <li class="blockList"> <h4>published</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="published") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.125">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> published)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.126">published</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> published)</pre> <div class="block">Sets the publish timestamp of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -494,7 +494,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>published</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="published") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.137">published</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> published)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.138">published</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> published)</pre> <div class="block">Sets the publish timestamp of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -510,7 +510,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>getSource</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.147">getSource</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.148">getSource</a>()</pre> <div class="block">Returns the source of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -525,7 +525,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>source</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="source") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.158">source</a>(<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> source)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.159">source</a>(<a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom">Source</a> source)</pre> <div class="block">Sets the source of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -541,7 +541,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>getSummary</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.168">getSummary</a>()</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.169">getSummary</a>()</pre> <div class="block">Returns the summary of this entry.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -556,7 +556,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>summary</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="summary") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.179">summary</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> summary)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.180">summary</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> summary)</pre> <div class="block">Sets the summary of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -573,7 +573,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <li class="blockList"> <h4>summary</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="summary") -public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.191">summary</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> summary)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.192">summary</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> summary)</pre> <div class="block">Sets the summary of this entry.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -589,7 +589,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>authors</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.202">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.203">authors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... authors)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#authors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of authors for this object.</div> <dl> @@ -608,7 +608,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>categories</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.208">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.209">categories</a>(<a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a>... categories)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#categories-org.apache.juneau.dto.atom.Category...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of categories of this object.</div> <dl> @@ -627,7 +627,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>contributors</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.214">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.215">contributors</a>(<a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a>... contributors)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#contributors-org.apache.juneau.dto.atom.Person...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of contributors of this object.</div> <dl> @@ -646,7 +646,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.220">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.221">id</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#id-org.apache.juneau.dto.atom.Id-">CommonEntry</a></code></span></div> <div class="block">Sets the ID of this object.</div> <dl> @@ -665,7 +665,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>links</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.226">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.227">links</a>(<a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a>... links)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#links-org.apache.juneau.dto.atom.Link...-">CommonEntry</a></code></span></div> <div class="block">Sets the list of links of this object.</div> <dl> @@ -684,7 +684,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>rights</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.232">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.233">rights</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> rights)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div> <div class="block">Sets the rights statement of this object.</div> <dl> @@ -703,7 +703,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>rights</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.238">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rights)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.239">rights</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rights)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#rights-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the rights statement of this object.</div> <dl> @@ -722,7 +722,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.244">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.245">title</a>(<a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom">Text</a> title)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-org.apache.juneau.dto.atom.Text-">CommonEntry</a></code></span></div> <div class="block">Sets the title of this object.</div> <dl> @@ -741,7 +741,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>title</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.250">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> title)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.251">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> title)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#title-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the title of this object.</div> <dl> @@ -760,7 +760,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>updated</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.256">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.257">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a> updated)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.util.Calendar-">CommonEntry</a></code></span></div> <div class="block">Sets the update timestamp of this object.</div> <dl> @@ -779,7 +779,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>updated</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.262">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.263">updated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> updated)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/CommonEntry.html#updated-java.lang.String-">CommonEntry</a></code></span></div> <div class="block">Sets the update timestamp of this object.</div> <dl> @@ -798,7 +798,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.268">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.269">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div> <div class="block">Sets the URI base of this object.</div> <dl> @@ -817,7 +817,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.274">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom">Entry</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Entry.html#line.275">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div> <div class="block">Sets the language of this object.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/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 9a384ce..3513e97 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Person.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Person.html @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.36">Person</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.37">Person</a> extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre> <div class="block">Represents an <code>atomPersonConstruct</code> construct in the RFC4287 specification. <p> @@ -259,7 +259,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Person</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.48">Person</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.49">Person</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> <div class="block">Normal constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -273,7 +273,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Person</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.53">Person</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.54">Person</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -291,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>getName</h4> -<pre>public <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="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.65">getName</a>()</pre> +<pre>public <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="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.66">getName</a>()</pre> <div class="block">Returns the name of the person.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -306,7 +306,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <li class="blockList"> <h4>name</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="name") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.76">name</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> name)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.77">name</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> name)</pre> <div class="block">Sets the name of the person.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -322,7 +322,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockList"> <li class="blockList"> <h4>getUri</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.86">getUri</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.87">getUri</a>()</pre> <div class="block">Returns the URI of the person.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -337,7 +337,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <li class="blockList"> <h4>uri</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="uri") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.97">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.98">uri</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> uri)</pre> <div class="block">Sets the URI of the person.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -354,7 +354,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <li class="blockList"> <h4>uri</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="uri") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.109">uri</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> uri)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.110">uri</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> uri)</pre> <div class="block">Sets the URI of the person.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -370,7 +370,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockList"> <li class="blockList"> <h4>getEmail</h4> -<pre>public <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="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.119">getEmail</a>()</pre> +<pre>public <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="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.120">getEmail</a>()</pre> <div class="block">Returns the email address of the person.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -385,7 +385,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <li class="blockList"> <h4>email</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="email") -public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.130">email</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> email)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.131">email</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> email)</pre> <div class="block">Sets the email address of the person.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -401,7 +401,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.141">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.142">base</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> base)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.net.URI-">Common</a></code></span></div> <div class="block">Sets the URI base of this object.</div> <dl> @@ -420,7 +420,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" titl <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.147">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom">Person</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Person.html#line.148">lang</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lang)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#lang-java.lang.String-">Common</a></code></span></div> <div class="block">Sets the language of this object.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html index 3faab09..494bba3 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html @@ -282,7 +282,7 @@ <h6 class='figure'>Example with no namespaces</h6> <p class='bcode'> <jc>// Create a serializer with readable output, no namespaces yet.</jc> - XmlSerializer s = <jk>new</jk> XmlSerializer.SqReadable(); + XmlSerializer s = <jk>new</jk> XmlSerializerBuilder().sq().ws().build(); <jc>// Serialize to ATOM/XML</jc> String atomXml = s.serialize(feed); @@ -342,7 +342,7 @@ <h6 class='figure'>Example with namespaces</h6> <p class='bcode'> <jc>// Create a serializer with readable output with namespaces.</jc> - XmlSerializer s = <jk>new</jk> XmlSerializer.SqReadable(); + XmlSerializer s = <jk>new</jk> XmlSerializerBuilder().sq().ws().build(); <jc>// Serialize to ATOM/XML</jc> String atomXml = s.serialize(feed); @@ -406,7 +406,7 @@ <h6 class='figure'>Example with namespaces with ATOM as the default namespace</h6> <p class='bcode'> <jc>// Create a serializer with readable output with namespaces.</jc> - XmlSerializer s = <jk>new</jk> XmlSerializer.SqReadable().setDefaultNamespaceUri(<js>"atom"</js>); + XmlSerializer s = <jk>new</jk> XmlSerializerBuilder().sq().ws().defaultNamespaceUri(<js>"atom"</js>).build(); <jc>// Serialize to ATOM/XML</jc> String atomXml = s.serialize(feed); @@ -575,10 +575,12 @@ <h6 class='figure'>ATOM/RDF/XML example</h6> <p class='bcode'> <jc>// Get RDF/XML serializer with readable output.</jc> - RdfSerializer s = <jk>new</jk> RdfSerializer.XmlAbbrev() - .setUseIndentation(<jk>true</jk>) - .setQuoteChar(<js>'\''</js>) - .setProperty(RdfProperties.<jsf>RDF_rdfxml_tab</jsf>, 3); + RdfSerializer s = <jk>new</jk> RdfSerializerBuilder() + .xmlabbrev() + .ws() + .sq() + .property(RdfProperties.<jsf>RDF_rdfxml_tab</jsf>, 3) + .build(); <jc>// Serialize to ATOM/RDF/XML</jc> String atomRdfXml = s.serialize(feed); http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html index e13c874..550895b 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html @@ -112,7 +112,7 @@ <hr> <br> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#VOID">VOID</a>) -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.24">HtmlElementVoid</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.25">HtmlElementVoid</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre> <div class="block">A subclass of HTML elements that have no content or end tags. <p> @@ -180,7 +180,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>HtmlElementVoid</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.24">HtmlElementVoid</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.25">HtmlElementVoid</a>()</pre> </li> </ul> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/encoders/EncoderGroup.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/encoders/EncoderGroup.html b/content/site/apidocs/org/apache/juneau/encoders/EncoderGroup.html index 01f7207..bba5173 100644 --- a/content/site/apidocs/org/apache/juneau/encoders/EncoderGroup.html +++ b/content/site/apidocs/org/apache/juneau/encoders/EncoderGroup.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; +var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/juneau/encoders/EncoderMatch.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/juneau/encoders/EncoderGroupBuilder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/juneau/encoders/EncoderGroup.html" target="_top">Frames</a></li> @@ -99,26 +99,17 @@ var activeTableTab = "activeTableTab"; <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> -<li><a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">org.apache.juneau.Lockable</a></li> -<li> -<ul class="inheritance"> <li>org.apache.juneau.encoders.EncoderGroup</li> </ul> </li> </ul> -</li> -</ul> <div class="description"> <ul class="blockList"> <li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a></dd> -</dl> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.57">EncoderGroup</a> -extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a></pre> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.53">EncoderGroup</a> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Represents the group of <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders"><code>encoders</code></a> keyed by codings. <h5 class='section'>Description:</h5> @@ -136,13 +127,13 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or Adding new entries will cause the entries to be prepended to the group. This allows for previous encoders to be overridden through subsequent calls. <p> - For example, calling <code>g.append(E1.<jk>class</jk>,E2.<jk>class</jk>).append(E3.<jk>class</jk>,E4.<jk>class</jk>)</code> + For example, calling <code>groupBuilder.append(E1.<jk>class</jk>,E2.<jk>class</jk>).append(E3.<jk>class</jk>,E4.<jk>class</jk>)</code> will result in the order <code>E3, E4, E1, E2</code>. <h5 class='section'>Example:</h5> <p class='bcode'> <jc>// Create an encoder group with support for gzip compression.</jc> - EncoderGroup g = <jk>new</jk> EncoderGroup().append(GzipEncoder.<jk>class</jk>); + EncoderGroup g = <jk>new</jk> EncoderGroupBuilder().append(GzipEncoder.<jk>class</jk>).build(); <jc>// Should return "gzip"</jc> String matchedCoding = g.findMatch(<js>"compress;q=1.0, gzip;q=0.8, identity;q=0.5, *;q=0"</js>); @@ -168,7 +159,9 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#EncoderGroup--">EncoderGroup</a></span>()</code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#EncoderGroup-org.apache.juneau.encoders.Encoder:A-">EncoderGroup</a></span>(<a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a>[] encoders)</code> +<div class="block">Constructor</div> +</td> </tr> </table> </li> @@ -186,43 +179,19 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#append-java.lang.Class...-">append</a></span>(<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><? extends <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a>>... e)</code> -<div class="block">Registers the specified encoders with this group.</div> -</td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#append-java.lang.Class-">append</a></span>(<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><? extends <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a>> e)</code> -<div class="block">Same as <a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#append-java.lang.Class...-"><code>append(Class[])</code></a>, except specify a single class to avoid unchecked compile warnings.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#append-org.apache.juneau.encoders.Encoder-">append</a></span>(<a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a> e)</code> -<div class="block">Adds the specified encoder to the beginning of this group.</div> -</td> -</tr> -<tr id="i3" class="rowColor"> -<td class="colFirst"><code><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#append-org.apache.juneau.encoders.EncoderGroup-">append</a></span>(<a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a> g)</code> -<div class="block">Adds the encoders in the specified group to this group.</div> -</td> -</tr> -<tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#getEncoder-java.lang.String-">getEncoder</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> coding)</code> <div class="block">Returns the encoder registered with the specified coding (e.g.</div> </td> </tr> -<tr id="i5" class="rowColor"> +<tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/juneau/encoders/EncoderMatch.html" title="class in org.apache.juneau.encoders">EncoderMatch</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#getEncoderMatch-java.lang.String-">getEncoderMatch</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> acceptEncoding)</code> <div class="block">Returns the coding string for the matching encoder that can handle the specified <code>Accept-Encoding</code> or <code>Content-Encoding</code> header value.</div> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i2" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<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/encoders/EncoderGroup.html#getSupportedEncodings--">getSupportedEncodings</a></span>()</code> <div class="block">Returns the set of codings supported by all encoders in this group.</div> @@ -230,18 +199,11 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or </tr> </table> <ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.Lockable"> -<!-- --> -</a> -<h3>Methods inherited from class org.apache.juneau.<a href="../../../../org/apache/juneau/Lockable.html" title="class in org.apache.juneau">Lockable</a></h3> -<code><a href="../../../../org/apache/juneau/Lockable.html#checkLock--">checkLock</a>, <a href="../../../../org/apache/juneau/Lockable.html#clone--">clone</a>, <a href="../../../../org/apache/juneau/Lockable.html#isLocked--">isLocked</a>, <a href="../../../../org/apache/juneau/Lockable.html#lock--">lock</a>, <a href="../../../../org/apache/juneau/Lockable.html#onUnclone--">onUnclone</a></code></li> -</ul> -<ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.<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></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/j ava/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -257,100 +219,35 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or <!-- --> </a> <h3>Constructor Detail</h3> -<a name="EncoderGroup--"> +<a name="EncoderGroup-org.apache.juneau.encoders.Encoder:A-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>EncoderGroup</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.57">EncoderGroup</a>()</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="append-org.apache.juneau.encoders.Encoder-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>append</h4> -<pre>public <a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.70">append</a>(<a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a> e)</pre> -<div class="block">Adds the specified encoder to the beginning of this group.</div> +<pre>public <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.65">EncoderGroup</a>(<a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a>[] encoders)</pre> +<div class="block">Constructor</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>e</code> - The encoder to add to this group.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>This object (for method chaining).</dd> +<dd><code>encoders</code> - The encoders to add to this group.</dd> </dl> </li> </ul> -<a name="append-java.lang.Class...-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>append</h4> -<pre>public <a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.86">append</a>(<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><? extends <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a>>... e) - throws <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></pre> -<div class="block">Registers the specified encoders with this group.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>e</code> - The encoders to append to this group.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>This object (for method chaining).</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> - Thrown if <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders"><code>Encoder</code></a> could not be constructed.</dd> -</dl> </li> </ul> -<a name="append-java.lang.Class-"> -<!-- --> -</a> +<!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> -<li class="blockList"> -<h4>append</h4> -<pre>public <a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.99">append</a>(<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><? extends <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a>> e) - throws <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></pre> -<div class="block">Same as <a href="../../../../org/apache/juneau/encoders/EncoderGroup.html#append-java.lang.Class...-"><code>append(Class[])</code></a>, except specify a single class to avoid unchecked compile warnings.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>e</code> - The encoder to append to this group.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>This object (for method chaining).</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> - Thrown if <a href="../../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer"><code>Serializer</code></a> could not be constructed.</dd> -</dl> -</li> -</ul> -<a name="append-org.apache.juneau.encoders.EncoderGroup-"> +<li class="blockList"><a name="method.detail"> <!-- --> </a> -<ul class="blockList"> -<li class="blockList"> -<h4>append</h4> -<pre>public <a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.115">append</a>(<a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders">EncoderGroup</a> g)</pre> -<div class="block">Adds the encoders in the specified group to this group.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>g</code> - The group containing the encoders to add to this group.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>This object (for method chaining).</dd> -</dl> -</li> -</ul> +<h3>Method Detail</h3> <a name="getEncoderMatch-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getEncoderMatch</h4> -<pre>public <a href="../../../../org/apache/juneau/encoders/EncoderMatch.html" title="class in org.apache.juneau.encoders">EncoderMatch</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.132">getEncoderMatch</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> acceptEncoding)</pre> +<pre>public <a href="../../../../org/apache/juneau/encoders/EncoderMatch.html" title="class in org.apache.juneau.encoders">EncoderMatch</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.81">getEncoderMatch</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> acceptEncoding)</pre> <div class="block">Returns the coding string for the matching encoder that can handle the specified <code>Accept-Encoding</code> or <code>Content-Encoding</code> header value. <p> @@ -371,7 +268,7 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or <ul class="blockList"> <li class="blockList"> <h4>getEncoder</h4> -<pre>public <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.173">getEncoder</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> coding)</pre> +<pre>public <a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders">Encoder</a> <a href="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.122">getEncoder</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> coding)</pre> <div class="block">Returns the encoder registered with the specified coding (e.g. <js>"gzip"</js>).</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -387,7 +284,7 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or <ul class="blockListLast"> <li class="blockList"> <h4>getSupportedEncodings</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<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="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.183">getSupportedEncodings</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<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="../../../../src-html/org/apache/juneau/encoders/EncoderGroup.html#line.132">getSupportedEncodings</a>()</pre> <div class="block">Returns the set of codings supported by all encoders in this group.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -423,7 +320,7 @@ extends <a href="../../../../org/apache/juneau/Lockable.html" title="class in or <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/juneau/encoders/Encoder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/juneau/encoders/EncoderMatch.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/juneau/encoders/EncoderGroupBuilder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/juneau/encoders/EncoderGroup.html" target="_top">Frames</a></li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1809c234/content/site/apidocs/org/apache/juneau/encoders/EncoderMatch.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/encoders/EncoderMatch.html b/content/site/apidocs/org/apache/juneau/encoders/EncoderMatch.html index 855154b..ca86ba5 100644 --- a/content/site/apidocs/org/apache/juneau/encoders/EncoderMatch.html +++ b/content/site/apidocs/org/apache/juneau/encoders/EncoderMatch.html @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/encoders/EncoderGroupBuilder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/juneau/encoders/GzipEncoder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -218,7 +218,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/juneau/encoders/EncoderGroup.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/encoders/EncoderGroupBuilder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/juneau/encoders/GzipEncoder.html" title="class in org.apache.juneau.encoders"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList">
