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
 
Method Summary
 Boolean getDraft()
          True if entry is a draft.
 void setDraft(Boolean draft)
          Set true if entry is a draft.
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Field Detail

URI

static final String URI
URI of Atom protocol feed extensions

See Also:
Constant Field Values
Method Detail

getDraft

Boolean getDraft()
True if entry is a draft.


setDraft

void setDraft(Boolean draft)
Set true if entry is a draft.