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(java.lang.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(java.util.EnumMap<Field,java.lang.String> feedProperties, FeedType type, java.util.Map<Field,java.lang.Object> values)
           
 void RSSGenerator.createFeedFile(java.net.URL url, FeedType type, java.util.Map<Field,java.lang.Object> values)
           
 

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



Copyright © 2008-2009 CodeLutin. All Rights Reserved.