|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.web.FeedUtil
public final class FeedUtil
RSSUtil.
Method Summary | |
---|---|
static java.lang.String |
getFeed(fr.paris.lutece.portal.business.rss.IFeedResource resource,
java.lang.String strFeedType,
java.lang.String strEncoding,
int nMaxItems)
Gets an XML for the given resource. |
static java.lang.String |
getFeed(fr.paris.lutece.portal.business.rss.IResourceRss resourceRSS)
Gets an XML for the given resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getFeed(fr.paris.lutece.portal.business.rss.IFeedResource resource, java.lang.String strFeedType, java.lang.String strEncoding, int nMaxItems)
resource
- resourcestrFeedType
- feed typestrEncoding
- encodingnMaxItems
- max items
public static java.lang.String getFeed(fr.paris.lutece.portal.business.rss.IResourceRss resourceRSS)
resourceRSS
- the resource
IResourceRss.getEncoding()
. Returns an empty String if no items.
Returns IResourceRss.createHtmlRss()
if IResourceRss.getFeed()
is not implemented yet.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |