|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.commands.AbstractCommand
org.apache.jsieve.commands.AbstractPrologCommand
Abstract class AbstractPrologCommand defines the common state validation behavior for Prolog Commands. In RFC 3028 the only Prolog Command is 'requires', however, the specification may evolve.
Constructor Summary | |
AbstractPrologCommand()
Constructor for AbstractPrologCommand. |
Method Summary | |
protected void |
validateState(SieveContext context)
Method validateState() ensures, via the CommandStateManager, that a Prolog Command is permissible. |
Methods inherited from class org.apache.jsieve.commands.AbstractCommand |
execute, executeBasic, updateState, validateArguments, validateBlock |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractPrologCommand()
Method Detail |
protected void validateState(SieveContext context) throws CommandException
Method validateState() ensures, via the CommandStateManager, that a Prolog Command is permissible.
Also,
validateState
in class AbstractCommand
context
- SieveContext
giving contextual information,
not null
CommandException
AbstractCommand.validateState(SieveContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |