java.lang.Object
com.sun.syndication.io.impl.BaseWireFeedGenerator
- All Implemented Interfaces:
- com.sun.syndication.io.WireFeedGenerator
- Direct Known Subclasses:
- Atom03Generator, Atom10Generator, RSS090Generator
- public abstract class BaseWireFeedGenerator
- extends java.lang.Object
- implements com.sun.syndication.io.WireFeedGenerator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEED_MODULE_GENERATORS_POSFIX_KEY
private static final java.lang.String FEED_MODULE_GENERATORS_POSFIX_KEY
- [TYPE].feed.ModuleParser.classes= [className] ...
- See Also:
- Constant Field Values
ITEM_MODULE_GENERATORS_POSFIX_KEY
private static final java.lang.String ITEM_MODULE_GENERATORS_POSFIX_KEY
- [TYPE].item.ModuleParser.classes= [className] ...
- See Also:
- Constant Field Values
_type
private java.lang.String _type
_feedModuleGenerators
private ModuleGenerators _feedModuleGenerators
_itemModuleGenerators
private ModuleGenerators _itemModuleGenerators
_allModuleNamespaces
private org.jdom.Namespace[] _allModuleNamespaces
BaseWireFeedGenerator
protected BaseWireFeedGenerator(java.lang.String type)
getType
public java.lang.String getType()
- Description copied from interface:
com.sun.syndication.io.WireFeedGenerator
- Returns the type of feed the generator creates.
- Specified by:
getType in interface com.sun.syndication.io.WireFeedGenerator
generateModuleNamespaceDefs
protected void generateModuleNamespaceDefs(org.jdom.Element root)
generateFeedModules
protected void generateFeedModules(java.util.List modules,
org.jdom.Element feed)
generateItemModules
protected void generateItemModules(java.util.List modules,
org.jdom.Element item)