|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.service.RssContentLoader
public class RssContentLoader
This class delivers RSS contents loaded from Internet Feeds
Constructor Summary | |
---|---|
RssContentLoader()
|
Method Summary | |
---|---|
static java.lang.String |
fetchAllRssFeeds()
Fetch all feeds |
static java.lang.String |
fetchRssFeed(int nId)
Fetch an active RSS feed |
fr.paris.lutece.portal.service.resource.Resource |
getResource(java.lang.String strId)
Implementation of the ResourceLoader interface |
java.util.Collection |
getResources()
Implementation of the ResourceLoader interface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RssContentLoader()
Method Detail |
---|
public java.util.Collection getResources()
getResources
in interface fr.paris.lutece.portal.service.resource.ResourceLoader
public fr.paris.lutece.portal.service.resource.Resource getResource(java.lang.String strId)
getResource
in interface fr.paris.lutece.portal.service.resource.ResourceLoader
strId
- The resource Id
public static java.lang.String fetchRssFeed(int nId) throws RssParsingException
nId
- The RSS feed Id
RssParsingException
- If a parsing exception occurspublic static java.lang.String fetchAllRssFeeds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |