com.xpn.xwiki.plugin.watchlist
Class WatchListEventFeedManager

java.lang.Object
  extended by com.xpn.xwiki.plugin.watchlist.WatchListEventFeedManager

public class WatchListEventFeedManager
extends java.lang.Object

Manager for watchlist events RSS feeds.

Version:
$Id: WatchListEventFeedManager.java 24105 2009-09-28 17:02:43Z jvdrean $

Constructor Summary
WatchListEventFeedManager(WatchListPlugin plugin)
          Constructor.
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed getFeed(java.lang.String user, int entryNumber, com.xpn.xwiki.XWikiContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchListEventFeedManager

public WatchListEventFeedManager(WatchListPlugin plugin)
Constructor.

Parameters:
plugin - Watchlist plugin instance.
Method Detail

getFeed

public com.sun.syndication.feed.synd.SyndFeed getFeed(java.lang.String user,
                                                      int entryNumber,
                                                      com.xpn.xwiki.XWikiContext context)
                                               throws com.xpn.xwiki.XWikiException
Parameters:
user - user to get the RSS feed for
entryNumber - number of entries to retrieve
context - the XWiki context
Returns:
The watchlist RSS feed for the given user
Throws:
com.xpn.xwiki.XWikiException - if the retrieval of RSS entries fails


Copyright © 2004-2010 XWiki. All Rights Reserved.