|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
Source.addAuthor(Person person)
Adds an individual author to the entry |
|
|
Source.addCategory(Category category)
Adds an individual category to the entry |
|
|
Source.addContributor(Person person)
Adds an individual contributor to this entry |
|
|
Source.addLink(Link link)
Adds an individual link to the entry |
|
|
Source.setCollection(Collection collection)
Set the app:collection element |
|
|
Source.setGenerator(Generator generator)
RFC4287: The "atom:generator" element's content identifies the agent used to generate a feed, for debugging and other purposes. |
|
|
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... |
|
|
Source.setIdElement(IRIElement id)
RFC4287: The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed. |
|
|
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. |
|
|
Source.setRightsElement(Text text)
The rights element is typically used to convey a human readable copyright (e.g. |
|
|
Source.setSubtitleElement(Text text)
RFC4287: The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed. |
|
|
Source.setTitleElement(Text text)
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed. |
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |