|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Source in org.apache.abdera.ext.history |
---|
Methods in org.apache.abdera.ext.history with parameters of type Source | |
---|---|
static IRI |
FeedPagingHelper.getCurrent(Source feed)
Returns the IRI of the current link relation |
static IRI |
FeedPagingHelper.getFirst(Source feed)
Returns the IRI of the first link relation |
static IRI |
FeedPagingHelper.getLast(Source feed)
Returns the IRI of the last link relation |
static IRI |
FeedPagingHelper.getNext(Source feed)
Returns the IRI of the next link relation |
static IRI |
FeedPagingHelper.getNextArchive(Source feed)
Returns the IRI of the next-archive link relation |
static IRI |
FeedPagingHelper.getPrevious(Source feed)
Returns the IRI of the previous link relation |
static IRI |
FeedPagingHelper.getPreviousArchive(Source feed)
Returns the IRI of the prev-archive link relation |
static boolean |
FeedPagingHelper.isArchive(Source feed)
Return true if the feed has been marked as an archive |
static boolean |
FeedPagingHelper.isComplete(Source feed)
Returns true if the feed is "complete". |
static boolean |
FeedPagingHelper.isPaged(Source feed)
Return true if the feed contains any next, previous, first or last paging link relations |
static void |
FeedPagingHelper.setArchive(Source feed,
boolean archive)
Flag the feed as being an archive. |
static void |
FeedPagingHelper.setComplete(Source feed,
boolean complete)
Flag the feed as being complete. |
static Link |
FeedPagingHelper.setCurrent(Source feed,
String iri)
Adds a current link relation to the feed |
static Link |
FeedPagingHelper.setFirst(Source feed,
String iri)
Adds a first link relation to the feed |
static Link |
FeedPagingHelper.setLast(Source feed,
String iri)
Adds a last link relation to the feed |
static Link |
FeedPagingHelper.setNext(Source feed,
String iri)
Adds a next link relation to the feed |
static Link |
FeedPagingHelper.setNextArchive(Source feed,
String iri)
Adds a next-archive link relation to the feed |
static Link |
FeedPagingHelper.setPrevious(Source feed,
String iri)
Adds a previous link relation to the feed |
static Link |
FeedPagingHelper.setPreviousArchive(Source feed,
String iri)
Adds a prev-archive link relation to the feed |
Uses of Source in org.apache.abdera.ext.rss |
---|
Classes in org.apache.abdera.ext.rss that implement Source | |
---|---|
class |
RssFeed
|
class |
RssSource
|
Methods in org.apache.abdera.ext.rss with type parameters of type Source | ||
---|---|---|
|
RssFeed.addAuthor(Person person)
|
|
|
RssSource.addAuthor(Person person)
|
|
|
RssFeed.addCategory(Category category)
|
|
|
RssSource.addCategory(Category category)
|
|
|
RssFeed.addContributor(Person person)
|
|
|
RssSource.addContributor(Person person)
|
|
|
RssFeed.addLink(Link link)
|
|
|
RssSource.addLink(Link link)
|
|
|
RssFeed.setCollection(Collection collection)
|
|
|
RssSource.setCollection(Collection collection)
|
|
|
RssFeed.setGenerator(Generator generator)
|
|
|
RssSource.setGenerator(Generator generator)
|
|
|
RssFeed.setIconElement(IRIElement iri)
|
|
|
RssSource.setIconElement(IRIElement iri)
|
|
|
RssFeed.setIdElement(IRIElement id)
|
|
|
RssSource.setIdElement(IRIElement id)
|
|
|
RssFeed.setLogoElement(IRIElement iri)
|
|
|
RssSource.setLogoElement(IRIElement iri)
|
|
|
RssFeed.setRightsElement(Text text)
|
|
|
RssSource.setRightsElement(Text text)
|
|
|
RssFeed.setSubtitleElement(Text text)
|
|
|
RssSource.setSubtitleElement(Text text)
|
|
|
RssFeed.setTitleElement(Text text)
|
|
|
RssSource.setTitleElement(Text text)
|
|
|
RssFeed.setUpdatedElement(DateTime dateTime)
|
|
|
RssSource.setUpdatedElement(DateTime dateTime)
|
Methods in org.apache.abdera.ext.rss that return Source | |
---|---|
Source |
RssFeed.getAsSource()
|
Source |
RssItem.getSource()
|
Methods in org.apache.abdera.ext.rss with parameters of type Source | |
---|---|
Entry |
RssItem.setSource(Source source)
|
Uses of Source in org.apache.abdera.ext.sharing |
---|
Methods in org.apache.abdera.ext.sharing with type parameters of type Source | ||
---|---|---|
static
|
SharingHelper.getSharing(T source)
|
|
static
|
SharingHelper.getSharing(T source,
boolean create)
|
|
static
|
SharingHelper.hasSharing(T source)
|
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 |
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.parser.stax |
---|
Classes in org.apache.abdera.parser.stax that implement Source | |
---|---|
class |
FOMFeed
|
class |
FOMSource
|
Methods in org.apache.abdera.parser.stax with type parameters of type Source | ||
---|---|---|
|
FOMSource.addAuthor(Person person)
|
|
|
FOMSource.addCategory(Category category)
|
|
|
FOMSource.addContributor(Person person)
|
|
|
FOMSource.addLink(Link link)
|
|
|
FOMSource.setCollection(Collection collection)
|
|
|
FOMSource.setGenerator(Generator generator)
|
|
|
FOMSource.setIconElement(IRIElement iri)
|
|
|
FOMSource.setIdElement(IRIElement id)
|
|
|
FOMSource.setLogoElement(IRIElement iri)
|
|
|
FOMSource.setRightsElement(Text text)
|
|
|
FOMSource.setSubtitleElement(Text text)
|
|
|
FOMSource.setTitleElement(Text text)
|
|
|
FOMSource.setUpdatedElement(DateTime updated)
|
Methods in org.apache.abdera.parser.stax that return Source | |
---|---|
Source |
FOMFeed.getAsSource()
|
Source |
FOMEntry.getSource()
|
Source |
FOMFactory.newSource()
|
Source |
FOMFactory.newSource(Element parent)
|
Source |
FOMFactory.newSource(QName qname,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
Methods in org.apache.abdera.parser.stax with parameters of type Source | |
---|---|
Entry |
FOMEntry.setSource(Source source)
|
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 |