com.sun.syndication.io.impl
Class ModuleGenerators

java.lang.Object
  extended by com.sun.syndication.io.impl.PluginManager<ModuleGenerator>
      extended by com.sun.syndication.io.impl.ModuleGenerators

public class ModuleGenerators
extends PluginManager<ModuleGenerator>


Constructor Summary
ModuleGenerators(String propertyKey, BaseWireFeedGenerator parentGenerator)
           
 
Method Summary
 void generateModules(List<Module> modules, org.jdom2.Element element)
           
 Set<org.jdom2.Namespace> getAllNamespaces()
           
 ModuleGenerator getGenerator(String uri)
           
protected  String getKey(ModuleGenerator obj)
           
 List<String> getModuleNamespaces()
           
 
Methods inherited from class com.sun.syndication.io.impl.PluginManager
getKeys, getPlugin, getPluginMap, getPlugins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleGenerators

public ModuleGenerators(String propertyKey,
                        BaseWireFeedGenerator parentGenerator)
Method Detail

getGenerator

public ModuleGenerator getGenerator(String uri)

getKey

protected String getKey(ModuleGenerator obj)
Specified by:
getKey in class PluginManager<ModuleGenerator>

getModuleNamespaces

public List<String> getModuleNamespaces()

generateModules

public void generateModules(List<Module> modules,
                            org.jdom2.Element element)

getAllNamespaces

public Set<org.jdom2.Namespace> getAllNamespaces()


Copyright © 2004–2013 ROME Project. All rights reserved.