com.sun.syndication.propono.atom.common.rome
Interface PubControlModule
- All Superinterfaces:
- Cloneable, CopyFrom, Module, Serializable
- All Known Implementing Classes:
- PubControlModuleImpl
public interface PubControlModule
- extends Module
ROME Extension Module to support app:control element, which allows Atom
protocol implementations to specify if an entry is draft or not.
Field Summary |
static String |
URI
URI of Atom protocol feed extensions |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
URI
static final String URI
- URI of Atom protocol feed extensions
- See Also:
- Constant Field Values
getDraft
Boolean getDraft()
- True if entry is a draft.
setDraft
void setDraft(Boolean draft)
- Set true if entry is a draft.