com.xpn.xwiki.plugin.feed
Class FeedPluginApi
java.lang.Object
com.xpn.xwiki.api.Api
com.xpn.xwiki.plugin.feed.FeedPluginApi
- public class FeedPluginApi
- extends Api
Fields inherited from class com.xpn.xwiki.api.Api |
context |
Method Summary |
com.sun.syndication.feed.synd.SyndFeed |
getFeed(java.lang.String sfeed)
|
com.sun.syndication.feed.synd.SyndFeed |
getFeed(java.lang.String sfeed,
boolean force)
|
com.sun.syndication.feed.synd.SyndFeed |
getFeeds(java.lang.String sfeeds)
|
FeedPlugin |
getPlugin()
|
void |
setPlugin(FeedPlugin plugin)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
plugin
private FeedPlugin plugin
FeedPluginApi
public FeedPluginApi(FeedPlugin plugin,
XWikiContext context)
getPlugin
public FeedPlugin getPlugin()
setPlugin
public void setPlugin(FeedPlugin plugin)
getFeeds
public com.sun.syndication.feed.synd.SyndFeed getFeeds(java.lang.String sfeeds)
throws java.io.IOException
- Throws:
java.io.IOException
getFeed
public com.sun.syndication.feed.synd.SyndFeed getFeed(java.lang.String sfeed)
throws java.io.IOException
- Throws:
java.io.IOException
getFeed
public com.sun.syndication.feed.synd.SyndFeed getFeed(java.lang.String sfeed,
boolean force)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2003 Ludovic Dubost