com.sun.syndication.io.impl
クラス FeedGenerators

java.lang.Object
  上位を拡張 com.sun.syndication.io.impl.PluginManager
      上位を拡張 com.sun.syndication.io.impl.FeedGenerators

public class FeedGenerators
extends PluginManager

Generates an XML document (JDOM Document) out of a Feed.

It can generate all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feed.

WireFeedGenerator instances are thread safe.

Generators for a specific type must extend this class and register in the generator list. (Right now registration is hardcoded in the WireFeedGenerator constructor).


フィールドの概要
static java.lang.String FEED_GENERATORS_KEY
          WireFeedGenerator.classes= [className] ...
 
コンストラクタの概要
FeedGenerators()
           
 
メソッドの概要
 WireFeedGenerator getGenerator(java.lang.String feedType)
           
protected  java.lang.String getKey(java.lang.Object obj)
           
 java.util.List getSupportedFeedTypes()
           
 
クラス com.sun.syndication.io.impl.PluginManager から継承されたメソッド
getKeys, getPlugin, getPluginMap, getPlugins
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

FEED_GENERATORS_KEY

public static final java.lang.String FEED_GENERATORS_KEY
WireFeedGenerator.classes= [className] ...

関連項目:
定数フィールド値
コンストラクタの詳細

FeedGenerators

public FeedGenerators()
メソッドの詳細

getGenerator

public WireFeedGenerator getGenerator(java.lang.String feedType)

getKey

protected java.lang.String getKey(java.lang.Object obj)
定義:
クラス PluginManager 内の getKey

getSupportedFeedTypes

public java.util.List getSupportedFeedTypes()