Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addCategory(String) - Method in class com.oorian.rss.RssChannel
-
Adds a category to this channel.
- addCategory(String) - Method in class com.oorian.rss.RssItem
-
Adds a category to this item.
- addCategory(String, String) - Method in class com.oorian.rss.RssChannel
-
Adds a category with a domain to this channel.
- addCategory(String, String) - Method in class com.oorian.rss.RssItem
-
Adds a category with a domain to this item.
- addItem(RssItem) - Method in class com.oorian.rss.RssChannel
-
Adds an item to this channel.
C
- com.oorian.rss - package com.oorian.rss
- createChannel() - Method in class com.oorian.rss.RssFeed
-
Creates and returns the RSS channel for this feed.
- createFile() - Method in class com.oorian.rss.RssFeed
-
Builds the RSS XML document from the channel returned by
RssFeed.createChannel().
F
- formatRfc822Date(Date) - Static method in class com.oorian.rss.RssChannel
-
Formats a
Dateas an RFC 822 date string suitable for RSS date elements.
G
- getAtomSelfLink() - Method in class com.oorian.rss.RssChannel
- getAuthor() - Method in class com.oorian.rss.RssItem
- getCategories() - Method in class com.oorian.rss.RssChannel
- getCategories() - Method in class com.oorian.rss.RssItem
- getComments() - Method in class com.oorian.rss.RssItem
- getContentEncoded() - Method in class com.oorian.rss.RssItem
- getCopyright() - Method in class com.oorian.rss.RssChannel
- getDescription() - Method in class com.oorian.rss.RssChannel
- getDescription() - Method in class com.oorian.rss.RssImage
- getDescription() - Method in class com.oorian.rss.RssItem
- getDocs() - Method in class com.oorian.rss.RssChannel
- getDomain() - Method in class com.oorian.rss.RssCategory
- getEnclosure() - Method in class com.oorian.rss.RssItem
- getGenerator() - Method in class com.oorian.rss.RssChannel
- getGuid() - Method in class com.oorian.rss.RssItem
- getHeight() - Method in class com.oorian.rss.RssImage
- getImage() - Method in class com.oorian.rss.RssChannel
- getItems() - Method in class com.oorian.rss.RssChannel
- getLanguage() - Method in class com.oorian.rss.RssChannel
- getLastBuildDate() - Method in class com.oorian.rss.RssChannel
- getLength() - Method in class com.oorian.rss.RssEnclosure
- getLink() - Method in class com.oorian.rss.RssChannel
- getLink() - Method in class com.oorian.rss.RssImage
- getLink() - Method in class com.oorian.rss.RssItem
- getManagingEditor() - Method in class com.oorian.rss.RssChannel
- getPubDate() - Method in class com.oorian.rss.RssChannel
- getPubDate() - Method in class com.oorian.rss.RssItem
- getSource() - Method in class com.oorian.rss.RssItem
- getSourceUrl() - Method in class com.oorian.rss.RssItem
- getTitle() - Method in class com.oorian.rss.RssChannel
- getTitle() - Method in class com.oorian.rss.RssImage
- getTitle() - Method in class com.oorian.rss.RssItem
- getTtl() - Method in class com.oorian.rss.RssChannel
- getType() - Method in class com.oorian.rss.RssEnclosure
- getUrl() - Method in class com.oorian.rss.RssEnclosure
- getUrl() - Method in class com.oorian.rss.RssImage
- getValue() - Method in class com.oorian.rss.RssCategory
- getWebMaster() - Method in class com.oorian.rss.RssChannel
- getWidth() - Method in class com.oorian.rss.RssImage
I
- isGuidIsPermaLink() - Method in class com.oorian.rss.RssItem
R
- RssCategory - Class in com.oorian.rss
-
Represents an RSS
<category>element with an optional domain attribute. - RssCategory(String) - Constructor for class com.oorian.rss.RssCategory
-
Creates a category with the specified value and no domain.
- RssCategory(String, String) - Constructor for class com.oorian.rss.RssCategory
-
Creates a category with the specified value and domain.
- RssChannel - Class in com.oorian.rss
-
Represents an RSS
<channel>element containing feed metadata and items. - RssChannel(String, String, String) - Constructor for class com.oorian.rss.RssChannel
-
Creates a channel with the required title, link, and description.
- RssEnclosure - Class in com.oorian.rss
-
Represents an RSS
<enclosure>element for media attachments. - RssEnclosure(String, long, String) - Constructor for class com.oorian.rss.RssEnclosure
-
Creates an enclosure with the specified URL, length, and MIME type.
- RssFeed - Class in com.oorian.rss
-
Abstract base class for serving RSS 2.0 feeds from an Oorian application.
- RssFeed() - Constructor for class com.oorian.rss.RssFeed
-
Creates a new RssFeed instance.
- RssImage - Class in com.oorian.rss
-
Represents an RSS channel
<image>element for the channel logo. - RssImage(String, String, String) - Constructor for class com.oorian.rss.RssImage
-
Creates an image with the required url, title, and link.
- RssItem - Class in com.oorian.rss
-
Represents an RSS
<item>element in an RSS 2.0 feed. - RssItem() - Constructor for class com.oorian.rss.RssItem
-
Creates an empty item.
- RssItem(String, String, String) - Constructor for class com.oorian.rss.RssItem
-
Creates an item with the specified title, link, and description.
S
- setAtomSelfLink(String) - Method in class com.oorian.rss.RssChannel
-
Sets the self-referencing Atom link for this feed.
- setAuthor(String) - Method in class com.oorian.rss.RssItem
-
Sets the email address of the author of this item.
- setComments(String) - Method in class com.oorian.rss.RssItem
-
Sets the URL for comments relating to this item.
- setContentEncoded(String) - Method in class com.oorian.rss.RssItem
-
Sets the full HTML content for this item using the
content:encodedextension. - setCopyright(String) - Method in class com.oorian.rss.RssChannel
-
Sets the copyright notice for the content of this channel.
- setDescription(String) - Method in class com.oorian.rss.RssImage
-
Sets an optional text description of the image.
- setDescription(String) - Method in class com.oorian.rss.RssItem
-
Sets the description (synopsis) of this item.
- setDocs(String) - Method in class com.oorian.rss.RssChannel
-
Sets the URL that points to the documentation for the RSS format used.
- setEnclosure(RssEnclosure) - Method in class com.oorian.rss.RssItem
-
Sets the enclosure (media attachment) for this item.
- setEnclosure(String, long, String) - Method in class com.oorian.rss.RssItem
-
Sets the enclosure by creating one from the given parameters.
- setGenerator(String) - Method in class com.oorian.rss.RssChannel
-
Sets the program used to generate the channel.
- setGuid(String) - Method in class com.oorian.rss.RssItem
-
Sets the globally unique identifier for this item.
- setGuidIsPermaLink(boolean) - Method in class com.oorian.rss.RssItem
-
Sets whether the GUID is a permalink (a URL that can be opened in a browser).
- setHeight(int) - Method in class com.oorian.rss.RssImage
-
Sets the height of the image in pixels (maximum 400).
- setImage(RssImage) - Method in class com.oorian.rss.RssChannel
-
Sets the channel image (logo).
- setLanguage(String) - Method in class com.oorian.rss.RssChannel
-
Sets the language the channel is written in (e.g., "en-us").
- setLastBuildDate(Date) - Method in class com.oorian.rss.RssChannel
-
Sets the last time the content of the channel changed.
- setLink(String) - Method in class com.oorian.rss.RssItem
-
Sets the URL of this item.
- setManagingEditor(String) - Method in class com.oorian.rss.RssChannel
-
Sets the email address for the managing editor of the channel content.
- setPubDate(Date) - Method in class com.oorian.rss.RssChannel
-
Sets the publication date for the content in this channel.
- setPubDate(Date) - Method in class com.oorian.rss.RssItem
-
Sets the publication date of this item.
- setSource(String, String) - Method in class com.oorian.rss.RssItem
-
Sets the source feed that this item came from.
- setTitle(String) - Method in class com.oorian.rss.RssItem
-
Sets the title of this item.
- setTtl(int) - Method in class com.oorian.rss.RssChannel
-
Sets the time to live (TTL) in minutes, indicating how long a channel can be cached before refreshing from the source.
- setWebMaster(String) - Method in class com.oorian.rss.RssChannel
-
Sets the email address for the webmaster responsible for technical issues.
- setWidth(int) - Method in class com.oorian.rss.RssImage
-
Sets the width of the image in pixels (maximum 144).
T
- toString(StringBuilder) - Method in class com.oorian.rss.RssFeed
-
Appends the RSS XML document to the output buffer.
- toXmlElement() - Method in class com.oorian.rss.RssCategory
-
Converts this category to an
XmlElement. - toXmlElement() - Method in class com.oorian.rss.RssChannel
-
Converts this channel to an
XmlElement. - toXmlElement() - Method in class com.oorian.rss.RssEnclosure
-
Converts this enclosure to a self-closing
XmlElement. - toXmlElement() - Method in class com.oorian.rss.RssImage
-
Converts this image to an
XmlElement. - toXmlElement() - Method in class com.oorian.rss.RssItem
-
Converts this item to an
XmlElement.
All Classes and Interfaces|All Packages|Constant Field Values