Liferay 7.0-ce-b4

com.liferay.util
Class RSSUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.RSSUtil
      extended by com.liferay.util.RSSUtil

public class RSSUtil
extends RSSUtil


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.util.RSSUtil
ATOM, DISPLAY_STYLE_ABSTRACT, DISPLAY_STYLE_DEFAULT, DISPLAY_STYLE_FULL_CONTENT, DISPLAY_STYLE_TITLE, DISPLAY_STYLES, ENTRY_TYPE_DEFAULT, FEED_TYPE_DEFAULT, FEED_TYPES, FORMAT_DEFAULT, RSS, TYPE_DEFAULT, VERSION_DEFAULT
 
Constructor Summary
RSSUtil()
           
 
Method Summary
static String export(com.sun.syndication.feed.synd.SyndFeed feed)
           
 
Methods inherited from class com.liferay.portal.kernel.util.RSSUtil
getFeedType, getFeedTypeFormat, getFeedTypeName, getFeedTypeVersion, getFormatType, getFormatVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSUtil

public RSSUtil()
Method Detail

export

public static String export(com.sun.syndication.feed.synd.SyndFeed feed)
                     throws com.sun.syndication.io.FeedException
Throws:
com.sun.syndication.io.FeedException

Liferay 7.0-ce-b4