Uses of Class
org.nuiton.rss.FeedType

Uses of FeedType in org.nuiton.rss
 

Fields in org.nuiton.rss declared as FeedType
protected  FeedType RSSGenerator.format
          feed format to use *
 

Methods in org.nuiton.rss that return FeedType
 FeedType RSSGenerator.getFormat()
           
static FeedType FeedType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FeedType[] FeedType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuiton.rss with parameters of type FeedType
static com.sun.syndication.feed.synd.SyndFeed RSSIOUtil.createFeed(EnumMap<Field,String> feedProperties, FeedType type, Map<Field,Object> values)
           
 void RSSGenerator.createFeedFile(URL url, FeedType type, Map<Field,Object> values)
           
 

Constructors in org.nuiton.rss with parameters of type FeedType
RSSGenerator(EnumMap<Field,String> feedProperties, EnumMap<Field,String> itemProperties, File generatorDirectory, FeedType format, int nbItems)
           
 



Copyright © 2008-2012 CodeLutin. All Rights Reserved.