http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html index 8550547..e3db954 100644 --- a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html +++ b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerContext.html @@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public final class <a href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.34">CsvSerializerContext</a> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.36">CsvSerializerContext</a> extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html" title="class in org.apache.juneau.serializer">SerializerContext</a></pre> <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. <p> @@ -134,9 +134,11 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html <h6 class='topic'>Inherited configurable properties</h6> <ul class='doctree'> - <li class='jc'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> - Properties associated with handling beans on serializers and parsers. + <li class='jc'><a class="doclink" href="../BeanContext.html#ConfigProperties">BeanContext</a> + - Properties associated with handling beans on serializers and parsers. <ul> - <li class='jc'><a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a> - Configurable properties common to all serializers. + <li class='jc'><a class="doclink" href="../serializer/SerializerContext.html#ConfigProperties">SerializerContext</a> + - Configurable properties common to all serializers. </ul> </ul></div> </li> @@ -246,7 +248,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html <ul class="blockListLast"> <li class="blockList"> <h4>CsvSerializerContext</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.43">CsvSerializerContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> ps)</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.45">CsvSerializerContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a> ps)</pre> <div class="block">Constructor. <p> Typically only called from <a href="../../../../org/apache/juneau/PropertyStore.html#getContext-java.lang.Class-"><code>PropertyStore.getContext(Class)</code></a>.</div> @@ -270,7 +272,7 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerContext.html <ul class="blockListLast"> <li class="blockList"> <h4>asMap</h4> -<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.48">asMap</a>()</pre> +<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> <a href="../../../../src-html/org/apache/juneau/csv/CsvSerializerContext.html#line.50">asMap</a>()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../org/apache/juneau/Context.html#asMap--">Context</a></code></span></div> <div class="block">Returns the properties defined on this bean context as a simple map for debugging purposes.</div> <dl>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html index 04eb926..a6f3259 100644 --- a/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html +++ b/content/site/apidocs/org/apache/juneau/csv/CsvSerializerSession.html @@ -237,18 +237,18 @@ extends <a href="../../../../org/apache/juneau/serializer/SerializerSession.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 this object.</dd> + The context contains all the configuration settings for this object.</dd> <dd><code>output</code> - The output object.</dd> <dd><code>op</code> - The override properties. - These override any context properties defined in the context.</dd> + These override any context properties defined in the context.</dd> <dd><code>javaMethod</code> - The java method that called this serializer, usually the method in a REST servlet.</dd> <dd><code>locale</code> - The session locale. - If <jk>null</jk>, then the locale defined on the context is used.</dd> + If <jk>null</jk>, then the locale defined on the context is used.</dd> <dd><code>timeZone</code> - The session timezone. - If <jk>null</jk>, then the timezone defined on the context is used.</dd> + If <jk>null</jk>, then the timezone defined on the context is used.</dd> <dd><code>mediaType</code> - The session media type (e.g. <js>"application/json"</js>).</dd> <dd><code>uriContext</code> - The URI context. - Identifies the current request URI used for resolution of URIs to absolute or root-relative form.</dd> + Identifies the current request URI used for resolution of URIs to absolute or root-relative form.</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/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 2d32aa0..bb2da7d 100644 --- a/content/site/apidocs/org/apache/juneau/dto/Link.html +++ b/content/site/apidocs/org/apache/juneau/dto/Link.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <br> <pre><a href="../../../../org/apache/juneau/html/HtmlLink.html" title="annotation in org.apache.juneau.html">@HtmlLink</a>(<a href="../../../../org/apache/juneau/html/HtmlLink.html#nameProperty--">nameProperty</a>="name", <a href="../../../../org/apache/juneau/html/HtmlLink.html#hrefProperty--">hrefProperty</a>="href") -public class <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.35">Link</a> +public class <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.36">Link</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> 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><<a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a>></pre> <div class="block">Simple bean that implements a hyperlink for the HTML serializer. @@ -123,7 +123,8 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <p class='bcode'> <xt><a</xt> <xa>href</xa>=<xs>'href'</xs><xt>></xt>name<xt></a></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> + 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> @@ -246,7 +247,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>Link</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.39">Link</a>()</pre> +<pre>public <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.40">Link</a>()</pre> <div class="block">No-arg constructor.</div> </li> </ul> @@ -256,7 +257,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockListLast"> <li class="blockList"> <h4>Link</h4> -<pre>public <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.48">Link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, +<pre>public <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.49">Link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, <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> href, <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>... hrefArgs)</pre> <div class="block">Constructor.</div> @@ -282,7 +283,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <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/Link.html#line.64">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/Link.html#line.65">getName</a>()</pre> <div class="block">Bean property getter: <property>name</property>. Corresponds to the text inside of the <xt><A></xt> element.</div> <dl> @@ -297,7 +298,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>setName</h4> -<pre>public <a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.74">setName</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="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.75">setName</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">Bean property setter: <property>name</property>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -313,7 +314,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>getHref</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/Link.html#line.85">getHref</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/Link.html#line.86">getHref</a>()</pre> <div class="block">Bean property getter: <property>href</property>. Corresponds to the value of the <xa>href</xa> attribute of the <xt><A></xt> element.</div> <dl> @@ -328,7 +329,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>setHref</h4> -<pre>public <a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.95">setHref</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> href)</pre> +<pre>public <a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.96">setHref</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> href)</pre> <div class="block">Bean property setter: <property>href</property>.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -344,7 +345,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>setHref</h4> -<pre>public <a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.108">setHref</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> href, +<pre>public <a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.109">setHref</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> href, <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>... args)</pre> <div class="block">Bean property setter: <property>href</property>. Same as <a href="../../../../org/apache/juneau/dto/Link.html#setHref-java.lang.String-"><code>setHref(String)</code></a> except allows for <a href="http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html?is-external=true" title="class or interface in java.text"><code>MessageFormat</code></a> style arguments.</div> @@ -363,7 +364,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>toString</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/Link.html#line.119">toString</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/Link.html#line.120">toString</a>()</pre> <div class="block">Returns the name so that the <a href="../../../../org/apache/juneau/utils/PojoQuery.html" title="class in org.apache.juneau.utils"><code>PojoQuery</code></a> class can search against it.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -377,7 +378,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>compareTo</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.124">compareTo</a>(<a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> o)</pre> +<pre>public int <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.125">compareTo</a>(<a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a> o)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true#compareTo-T-" title="class or interface in java.lang">compareTo</a></code> in interface <code><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><<a href="../../../../org/apache/juneau/dto/Link.html" title="class in org.apache.juneau.dto">Link</a>></code></dd> @@ -390,7 +391,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>public boolean <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.129">equals</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> o)</pre> +<pre>public boolean <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.130">equals</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> o)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><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></code> in class <code><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></dd> @@ -403,7 +404,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl <ul class="blockListLast"> <li class="blockList"> <h4>hashCode</h4> -<pre>public int <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.136">hashCode</a>()</pre> +<pre>public int <a href="../../../../src-html/org/apache/juneau/dto/Link.html#line.137">hashCode</a>()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><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></code> in class <code><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></dd> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/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 eb7858d..3efd654 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/AtomBuilder.html @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.45">AtomBuilder</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.49">AtomBuilder</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Various useful static methods for creating ATOM elements. <p> @@ -117,17 +117,21 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <jk>import static</jk> org.apache.juneau.dto.atom.AtomBuilder.*; Feed feed = - <jsm>feed</jsm>(<js>"tag:juneau.sample.com,2013:1"</js>, <js>"Juneau ATOM specification"</js>, <js>"2013-05-08T12:29:29Z"</js>) - .subtitle(<jsm>text</jsm>(<js>"html"</js>).children(<js>"A <em>lot</em> of effort went into making this effortless"</js>)) + <jsm>feed</jsm>(<js>"tag:juneau.sample.com,2013:1"</js>, <js>"Juneau ATOM specification"</js>, + <js>"2013-05-08T12:29:29Z"</js>) + .subtitle(<jsm>text</jsm>(<js>"html"</js>) + .children(<js>"A <em>lot</em> of effort went into making this effortless"</js>)) .links( - <jsm>link</jsm>(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/"</js>).hreflang(<js>"en"</js>), + <jsm>link</jsm>(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/"</js>) + .hreflang(<js>"en"</js>), <jsm>link</jsm>(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://www.sample.com/feed.atom"</js>) ); </p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> </ul> @@ -191,7 +195,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#entry-org.apache.juneau.dto.atom.Id-org.apache.juneau.dto.atom.Text-java.util.Calendar-">entry</a></span>(<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)</code> -<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> </td> </tr> <tr id="i4" class="altColor"> @@ -199,7 +204,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#entry-java.lang.String-java.lang.String-java.lang.String-">entry</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> 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)</code> -<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> </td> </tr> <tr id="i5" class="rowColor"> @@ -207,7 +213,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#feed-org.apache.juneau.dto.atom.Id-org.apache.juneau.dto.atom.Text-java.util.Calendar-">feed</a></span>(<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)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> </td> </tr> <tr id="i6" class="altColor"> @@ -215,7 +222,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#feed-java.lang.String-java.lang.String-java.lang.String-">feed</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> 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)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> </td> </tr> <tr id="i7" class="rowColor"> @@ -241,7 +249,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/atom/AtomBuilder.html#link-java.lang.String-java.lang.String-java.lang.String-">link</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> rel, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> href)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom"><code>Link</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Link.html#rel-java.lang.String-"><code>Link.rel(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Link.html#type-java.lang.String-"><code>Link.type(String)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Link.html#href-java.lang.String-"><code>Link.href(String)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom"><code>Link</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Link.html#rel-java.lang.String-"><code>Link.rel(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Link.html#type-java.lang.String-"><code>Link.type(String)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Link.html#href-java.lang.String-"><code>Link.href(String)</code></a> attributes.</div> </td> </tr> <tr id="i11" class="rowColor"> @@ -302,7 +311,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>AtomBuilder</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.45">AtomBuilder</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.49">AtomBuilder</a>()</pre> </li> </ul> </li> @@ -319,7 +328,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>category</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.53">category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> term)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.57">category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> term)</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom"><code>Category</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Category.html#term-java.lang.String-"><code>Category.term(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -335,7 +344,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>content</h4> -<pre>public static final <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/AtomBuilder.html#line.62">content</a>()</pre> +<pre>public static final <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/AtomBuilder.html#line.66">content</a>()</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom"><code>Content</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Content.html#type-java.lang.String-"><code>Content.type(String)</code></a> attribute.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -349,7 +358,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>content</h4> -<pre>public static final <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/AtomBuilder.html#line.72">content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> +<pre>public static final <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/AtomBuilder.html#line.76">content</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Content.html" title="class in org.apache.juneau.dto.atom"><code>Content</code></a> element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -365,10 +374,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>entry</h4> -<pre>public static final <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/AtomBuilder.html#line.84">entry</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, +<pre>public static final <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/AtomBuilder.html#line.89">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">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>id</code> - The <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a> attribute.</dd> @@ -385,10 +395,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>entry</h4> -<pre>public static final <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/AtomBuilder.html#line.96">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 static final <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/AtomBuilder.html#line.102">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">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Entry.html" title="class in org.apache.juneau.dto.atom"><code>Entry</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#updated-java.util.Calendar-"><code>Entry.updated(Calendar)</code></a> attributes.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>id</code> - The <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#id-org.apache.juneau.dto.atom.Id-"><code>Entry.id(Id)</code></a> attribute.</dd> @@ -405,10 +416,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>feed</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.108">feed</a>(<a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> id, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.115">feed</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">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>id</code> - The <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a> attribute.</dd> @@ -425,10 +437,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>feed</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.120">feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom">Feed</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.128">feed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> 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">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Feed.html" title="class in org.apache.juneau.dto.atom"><code>Feed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Entry.html#title-org.apache.juneau.dto.atom.Text-"><code>Entry.title(Text)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#updated-java.util.Calendar-"><code>Feed.updated(Calendar)</code></a> attributes.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>id</code> - The <a href="../../../../../org/apache/juneau/dto/atom/Feed.html#id-org.apache.juneau.dto.atom.Id-"><code>Feed.id(Id)</code></a> attribute.</dd> @@ -445,7 +458,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>generator</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.130">generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom">Generator</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.138">generator</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Generator.html" title="class in org.apache.juneau.dto.atom"><code>Generator</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Generator.html#text-java.lang.String-"><code>Generator.text(String)</code></a> child node.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -461,7 +474,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>icon</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.145">icon</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> uri)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom">Icon</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.153">icon</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> uri)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Icon.html" title="class in org.apache.juneau.dto.atom"><code>Icon</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Icon.html#uri-java.lang.Object-"><code>Icon.uri(Object)</code></a> attribute. <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>. @@ -482,7 +495,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.155">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom">Id</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.163">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</pre> <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/atom/Id.html" title="class in org.apache.juneau.dto.atom"><code>Id</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Id.html#text-java.lang.String-"><code>Id.text(String)</code></a> child node.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -498,10 +511,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>link</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.167">link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rel, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom">Link</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.176">link</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rel, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> href)</pre> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom"><code>Link</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Link.html#rel-java.lang.String-"><code>Link.rel(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Link.html#type-java.lang.String-"><code>Link.type(String)</code></a>, and <a href="../../../../../org/apache/juneau/dto/atom/Link.html#href-java.lang.String-"><code>Link.href(String)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Link.html" title="class in org.apache.juneau.dto.atom"><code>Link</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Link.html#rel-java.lang.String-"><code>Link.rel(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/atom/Link.html#type-java.lang.String-"><code>Link.type(String)</code></a>, and + <a href="../../../../../org/apache/juneau/dto/atom/Link.html#href-java.lang.String-"><code>Link.href(String)</code></a> attributes.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>rel</code> - The <a href="../../../../../org/apache/juneau/dto/atom/Link.html#rel-java.lang.String-"><code>Link.rel(String)</code></a> attribute.</dd> @@ -518,7 +532,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>logo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.182">logo</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> uri)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom">Logo</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/AtomBuilder.html#line.191">logo</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> uri)</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Logo.html" title="class in org.apache.juneau.dto.atom"><code>Logo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Logo.html#uri-java.lang.Object-"><code>Logo.uri(Object)</code></a> attribute. <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>. @@ -539,7 +553,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>person</h4> -<pre>public static final <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/AtomBuilder.html#line.192">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 static final <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/AtomBuilder.html#line.201">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">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Person.html" title="class in org.apache.juneau.dto.atom"><code>Person</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Person.html#name-java.lang.String-"><code>Person.name(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -555,7 +569,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>source</h4> -<pre>public static final <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/AtomBuilder.html#line.201">source</a>()</pre> +<pre>public static final <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/AtomBuilder.html#line.210">source</a>()</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Source.html" title="class in org.apache.juneau.dto.atom"><code>Source</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -569,7 +583,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>text</h4> -<pre>public static final <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/AtomBuilder.html#line.210">text</a>()</pre> +<pre>public static final <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/AtomBuilder.html#line.219">text</a>()</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom"><code>Text</code></a> element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -583,7 +597,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>text</h4> -<pre>public static final <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/AtomBuilder.html#line.220">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> +<pre>public static final <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/AtomBuilder.html#line.229">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/atom/Text.html" title="class in org.apache.juneau.dto.atom"><code>Text</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/atom/Text.html#type-java.lang.String-"><code>Text.type(String)</code></a> attribute.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/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 d6813ee..764ba18 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Category.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Category.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="category") -public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.51">Category</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.52">Category</a> extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a></pre> <div class="block">Represents an <code>atomCategory</code> construct in the RFC4287 specification. <p> @@ -132,7 +132,8 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> </ul> @@ -261,7 +262,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockList"> <li class="blockList"> <h4>Category</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.61">Category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> term)</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.63">Category</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> term)</pre> <div class="block">Normal constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -275,7 +276,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <ul class="blockListLast"> <li class="blockList"> <h4>Category</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.66">Category</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.68">Category</a>()</pre> <div class="block">Bean constructor.</div> </li> </ul> @@ -294,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="c <li class="blockList"> <h4>getTerm</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <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/Category.html#line.77">getTerm</a>()</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/Category.html#line.80">getTerm</a>()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The category term.</dd> @@ -308,7 +309,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>term</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="term") -public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.88">term</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> term)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.91">term</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> term)</pre> <div class="block">Sets the category term.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -325,7 +326,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti <li class="blockList"> <h4>getScheme</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <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/Category.html#line.99">getScheme</a>()</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/Category.html#line.102">getScheme</a>()</pre> <div class="block">Returns the category scheme.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -340,7 +341,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html? <li class="blockList"> <h4>scheme</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="scheme") -public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.115">scheme</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> scheme)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.118">scheme</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> scheme)</pre> <div class="block">Sets the category scheme. <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>. @@ -362,7 +363,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti <li class="blockList"> <h4>getLabel</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <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/Category.html#line.126">getLabel</a>()</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/Category.html#line.129">getLabel</a>()</pre> <div class="block">Returns the category label.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -377,7 +378,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>label</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="label") -public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.137">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> label)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.140">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> label)</pre> <div class="block">Sets the category label.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -393,7 +394,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti <ul class="blockList"> <li class="blockList"> <h4>base</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.148">base</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> base)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.151">base</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> base)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/atom/Common.html#base-java.lang.Object-">Common</a></code></span></div> <div class="block">Sets the URI base of this object. <p> @@ -417,7 +418,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>lang</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/atom/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.154">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/Category.html" title="class in org.apache.juneau.dto.atom">Category</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Category.html#line.157">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/89e089cf/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 8707ca0..8f8c868 100644 --- a/content/site/apidocs/org/apache/juneau/dto/atom/Common.html +++ b/content/site/apidocs/org/apache/juneau/dto/atom/Common.html @@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.46">Common</a> +<pre>public abstract class <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.47">Common</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Represents an <code>atomCommonAttributes</code> construct in the RFC4287 specification. <p> @@ -126,7 +126,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.Atom'>Atom</a> </ul> @@ -219,7 +220,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>Common</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.46">Common</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.47">Common</a>()</pre> </li> </ul> </li> @@ -238,7 +239,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <h4>getBase</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#prefix--">prefix</a>="xml", <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <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/Common.html#line.62">getBase</a>()</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/Common.html#line.63">getBase</a>()</pre> <div class="block">Returns the uri base of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -253,7 +254,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html? <li class="blockList"> <h4>base</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="base") -public <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.78">base</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> base)</pre> +public <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.79">base</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> base)</pre> <div class="block">Sets the URI base of this object. <p> The value can be of any of the following types: <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net"><code>URI</code></a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>. @@ -276,7 +277,7 @@ public <a href="../../../../../org/apache/juneau/dto/atom/Common.html" titl <h4>getLang</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#prefix--">prefix</a>="xml", <a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ATTR">ATTR</a>) -public <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/Common.html#line.89">getLang</a>()</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/Common.html#line.90">getLang</a>()</pre> <div class="block">Returns the language of this object.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -291,7 +292,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.h <li class="blockList"> <h4>lang</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="lang") -public <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.100">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> +public <a href="../../../../../org/apache/juneau/dto/atom/Common.html" title="class in org.apache.juneau.dto.atom">Common</a> <a href="../../../../../src-html/org/apache/juneau/dto/atom/Common.html#line.101">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">Sets the language of this object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
