@ThreadSafe public abstract class ComponentPipeRevision extends PageRevision1 implements PipeRevision
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ComponentPipeRevision.MalformedContent
Thrown when a request cannot be met because the content of a page is not in the
form required for a component pipe.
|
CoreRevision.U
Modifier and Type | Field and Description |
---|---|
(package private) static Pattern |
TEMPLATE_CALL_PATTERN
The search pattern for the definitive template call in a component pipe page.
|
Constructor and Description |
---|
ComponentPipeRevision(ComponentPipeRevision rCP)
Constructs a ComponentPipeRevision as a copy of another.
|
ComponentPipeRevision(PollwikiVS wiki,
int _pageID,
String _pageName,
int _rev,
int _revLatest,
String nomineeName,
String personName,
String _pollName)
Constructs a ComponentPipeRevision.
|
Modifier and Type | Method and Description |
---|---|
IDPair |
nominee()
The nominee drafter.
|
IDPair |
person()
The identifier of the person who takes the position.
|
String |
pollName()
The name of the poll in which the person takes a position.
|
equals, isLatestRevision, pageID, pageName, pageURI, readPageRevision, rev, revLatest, revURI, toString, wikiScriptURI
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addDraftRevisionPath, contextView, draft, init, isFullyConstructed
isLatestRevision, pageID, pageName, pageURI, rev, revLatest, revURI, wikiScriptURI
static final Pattern TEMPLATE_CALL_PATTERN
ComponentPipeRevision(PollwikiVS wiki, int _pageID, String _pageName, int _rev, int _revLatest, String nomineeName, String personName, String _pollName) throws ComponentPipeRevision.MalformedContent
ComponentPipeRevision(ComponentPipeRevision rCP)
public final IDPair nominee()
public final IDPair person()
PositionalRevision
person
in interface PositionalRevision
public final String pollName()
PositionalRevision
pollName
in interface PositionalRevision
Poll.name()