|
||||||||||
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.FeedTypeManager
public final class FeedTypeManager
FeedTypeManager
Constructor Summary | |
---|---|
FeedTypeManager()
|
Method Summary | |
---|---|
static FeedTypeManager |
getManager()
Get the instance of the manager |
com.sun.syndication.feed.WireFeed |
getWireFeed(java.lang.String strFeedType,
fr.paris.lutece.portal.business.rss.IFeedResource resource,
java.lang.String strEncoding,
int nMaxItems)
Get the wire feed |
void |
setDefaultProvidersList(java.util.List<IFeedTypeProvider> listDefaultProviders)
Set the default providers list |
void |
setProvidersList(java.util.List<IFeedTypeProvider> listProviders)
Set the list of providers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedTypeManager()
Method Detail |
---|
public static FeedTypeManager getManager()
public void setProvidersList(java.util.List<IFeedTypeProvider> listProviders)
listProviders
- the list of providerspublic void setDefaultProvidersList(java.util.List<IFeedTypeProvider> listDefaultProviders)
listDefaultProviders
- the default providers listpublic com.sun.syndication.feed.WireFeed getWireFeed(java.lang.String strFeedType, fr.paris.lutece.portal.business.rss.IFeedResource resource, java.lang.String strEncoding, int nMaxItems)
strFeedType
- the feed typeresource
- the resourcestrEncoding
- the encodingnMaxItems
- the max items
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |