com.xpn.xwiki.plugin.feed
Class FeedPluginApi

java.lang.Object
  extended by com.xpn.xwiki.api.Api
      extended by com.xpn.xwiki.plugin.feed.FeedPluginApi

public class FeedPluginApi
extends Api


Field Summary
private  FeedPlugin plugin
           
 
Fields inherited from class com.xpn.xwiki.api.Api
context
 
Constructor Summary
FeedPluginApi(FeedPlugin plugin, XWikiContext 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 getFeed(java.lang.String sfeed, boolean ignoreInvalidFeeds, boolean force)
           
 com.sun.syndication.feed.synd.SyndFeed getFeeds(java.lang.String sfeeds)
           
 FeedPlugin getPlugin()
           
 void setPlugin(FeedPlugin plugin)
           
 
Methods inherited from class com.xpn.xwiki.api.Api
checkProgrammingRights, hasAccessLevel, hasAdminRights, hasProgrammingRights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

private FeedPlugin plugin
Constructor Detail

FeedPluginApi

public FeedPluginApi(FeedPlugin plugin,
                     XWikiContext context)
Method Detail

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

getFeed

public com.sun.syndication.feed.synd.SyndFeed getFeed(java.lang.String sfeed,
                                                      boolean ignoreInvalidFeeds,
                                                      boolean force)
                                               throws java.io.IOException
Throws:
java.io.IOException


Copyright 2003 Ludovic Dubost