|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.service.type.AbstractFeedTypeProvider
fr.paris.lutece.plugins.rss.service.type.rss.AbstractRssFeedTypeProvider
fr.paris.lutece.plugins.rss.service.type.rss.Rss09FeedTypeProvider
public class Rss09FeedTypeProvider
RssFeedTypeProvider
Field Summary |
---|
Fields inherited from class fr.paris.lutece.plugins.rss.service.type.AbstractFeedTypeProvider |
---|
MAX_ITEM_UNLIMITED |
Constructor Summary | |
---|---|
Rss09FeedTypeProvider()
|
Method Summary | |
---|---|
com.sun.syndication.feed.rss.Item |
getRSSItem(fr.paris.lutece.portal.business.rss.IFeedResourceItem resourceItem)
The entry from the item |
java.util.List<com.sun.syndication.feed.rss.Item> |
getRSSItems(java.util.List<fr.paris.lutece.portal.business.rss.IFeedResourceItem> listItems,
int nMaxItems)
Gets the entries for the given items. |
boolean |
isInvoked(java.lang.String strFeedType)
Check if the provider is invoked |
Methods inherited from class fr.paris.lutece.plugins.rss.service.type.rss.AbstractRssFeedTypeProvider |
---|
getWireFeed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Rss09FeedTypeProvider()
Method Detail |
---|
public boolean isInvoked(java.lang.String strFeedType)
strFeedType
- the feed type
public java.util.List<com.sun.syndication.feed.rss.Item> getRSSItems(java.util.List<fr.paris.lutece.portal.business.rss.IFeedResourceItem> listItems, int nMaxItems)
getRSSItems
in class AbstractRssFeedTypeProvider
listItems
- the itemsnMaxItems
- max item
public com.sun.syndication.feed.rss.Item getRSSItem(fr.paris.lutece.portal.business.rss.IFeedResourceItem resourceItem)
getRSSItem
in class AbstractRssFeedTypeProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |