nl.gx.webmanager.cms.integration
Interface RssFeed


public interface RssFeed

Representation of Rss feed objects.

Author:
arjans

Method Summary
 java.lang.String getDescription()
          Returns description of the feed.
 RssItem[] getItems()
          Returns array of items/entries in feed.
 Link getLink()
          Returns link to the feed.
 java.lang.String getTitle()
          Returns title of the feed.
 java.lang.String getXmlSource()
          Returns xml source of the feed.
 

Method Detail

getItems

RssItem[] getItems()
Returns array of items/entries in feed.

Returns:
array of items/entries in feed.

getTitle

java.lang.String getTitle()
Returns title of the feed.

Returns:
title of the feed.

getLink

Link getLink()
Returns link to the feed.

Returns:
link to the feed.

getDescription

java.lang.String getDescription()
Returns description of the feed.

Returns:
description of the feed.

getXmlSource

java.lang.String getXmlSource()
Returns xml source of the feed.

Returns:
xml source of the feed.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.