dekoh.portal.syndication
Interface Channel
public interface Channel
A Channel is collection of related event summaries. Content applications may expose events note worthy
to the users of Dekoh network by creating a Channel.
A Channel is also Java Object abstraction of a RSS
2.0 channel and
Atom's feed element .
Content applications to be deployed on Dekoh platform may register various ChannelProvider instances by
calling method registerChannelProvider() on SyndicationService.
Dekoh platform will publish entries emitted by the registered channel to authorized Dekoh users via Web Syndication
formats : RSS 1.0, RSS 2.0 and Atom formats.
- Since:
- Jan 19, 2007
- See Also:
- Web Syndication
getTitle
String getTitle()
getDescription
String getDescription()
getHomePage
String getHomePage()
getBannerUrl
String getBannerUrl()
getPublisher
String getPublisher()
getSyndEntries
List getSyndEntries()
© 2009 Pramati Technologies - Dekoh - Portal for Developers