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

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

public class ModuleGenerators
extends PluginManager


コンストラクタの概要
ModuleGenerators(java.lang.String propertyKey, BaseWireFeedGenerator parentGenerator)
           
 
メソッドの概要
 void generateModules(java.util.List modules, Element element)
           
 java.util.Set getAllNamespaces()
           
 ModuleGenerator getGenerator(java.lang.String uri)
           
protected  java.lang.String getKey(java.lang.Object obj)
           
 java.util.List getModuleNamespaces()
           
 
クラス com.sun.syndication.io.impl.PluginManager から継承されたメソッド
getKeys, getPlugin, getPluginMap, getPlugins
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ModuleGenerators

public ModuleGenerators(java.lang.String propertyKey,
                        BaseWireFeedGenerator parentGenerator)
メソッドの詳細

getGenerator

public ModuleGenerator getGenerator(java.lang.String uri)

getKey

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

getModuleNamespaces

public java.util.List getModuleNamespaces()

generateModules

public void generateModules(java.util.List modules,
                            Element element)

getAllNamespaces

public java.util.Set getAllNamespaces()