Uses of Interface
org.apache.abdera.model.Source

Packages that use Source
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.protocol.client.util   
 

Uses of Source in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Source
 Source Factory.newSource()
          Create a new Source element.
 Source Factory.newSource(Element parent)
          Create a new Source element as a child of the given Element.
 

Uses of Source in org.apache.abdera.model
 

Subinterfaces of Source in org.apache.abdera.model
 interface Feed
           Represents an Atom Feed Element Per RFC4287: The "atom:feed" element is the document (i.e., top-level) element of an Atom Feed Document, acting as a container for metadata and data associated with the feed.
 

Methods in org.apache.abdera.model with type parameters of type Source
<T extends Source>
T
Source.addAuthor(Person person)
          Adds an individual author to the entry
<T extends Source>
T
Source.addCategory(Category category)
          Adds an individual category to the entry
<T extends Source>
T
Source.addContributor(Person person)
          Adds an individual contributor to this entry
<T extends Source>
T
Source.addLink(Link link)
          Adds an individual link to the entry
<T extends Source>
T
Source.setCollection(Collection collection)
          Set the app:collection element
<T extends Source>
T
Source.setGenerator(Generator generator)
          RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes.
<T extends Source>
T
Source.setIconElement(IRIElement iri)
          RFC4287: The "atom:icon" element's content is an IRI reference [RFC3987] that identifies an image that provides iconic visual identification for a feed...
<T extends Source>
T
Source.setIdElement(IRIElement id)
          RFC4287: The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed.
<T extends Source>
T
Source.setLogoElement(IRIElement iri)
          RFC4287: The "atom:logo" element's content is an IRI reference [RFC3987] that identifies an image that provides visual identification for a feed.
<T extends Source>
T
Source.setRightsElement(Text text)
           The rights element is typically used to convey a human readable copyright (e.g.
<T extends Source>
T
Source.setSubtitleElement(Text text)
          RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed.
<T extends Source>
T
Source.setTitleElement(Text text)
          RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed.
<T extends Source>
T
Source.setUpdatedElement(DateTime dateTime)
          RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
 

Methods in org.apache.abdera.model that return Source
 Source Feed.getAsSource()
          Creates a Source element from this Feed
 Source Entry.getSource()
           Returns the source element for this entry.
 

Methods in org.apache.abdera.model with parameters of type Source
 Entry Entry.setSource(Source source)
           Returns the source element for this entry.
 

Uses of Source in org.apache.abdera.protocol.client.util
 

Methods in org.apache.abdera.protocol.client.util with parameters of type Source
static Link[] LocalizationHelper.selectAlternate(Source source)
           
static Link[] LocalizationHelper.selectAlternate(Source source, Locale... locales)
           
static Link[] LocalizationHelper.selectAlternate(Source source, Locale locale)
           
static Link[] LocalizationHelper.selectAlternate(Source source, Range... ranges)
           
static Link[] LocalizationHelper.selectAlternate(Source source, Range range)
           
static Link[] LocalizationHelper.selectAlternate(Source source, String... ranges)
           
static Link[] LocalizationHelper.selectAlternate(Source source, String range)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.