|
||||||||||
| 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.AbstractBodyCommand
public abstract class AbstractBodyCommand
Abstract class AbstractBodyCommand defines the common state update behavior for Body Commands. All Commands which are not PrologCommands are Body Commands.
| Constructor Summary | |
|---|---|
AbstractBodyCommand()
Constructor for AbstractBodyCommand. |
|
| Method Summary | |
|---|---|
protected void |
updateState(SieveContext context)
Method updateState() updates the CommandStateManager to indicate a Body Command has been processed. |
| Methods inherited from class org.apache.jsieve.commands.AbstractCommand |
|---|
execute, executeBasic, validateArguments, validateBlock, validateState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBodyCommand()
| Method Detail |
|---|
protected void updateState(SieveContext context)
Method updateState() updates the CommandStateManager to indicate a Body Command has been processed.
Also,
updateState in class AbstractCommandcontext - not nullAbstractCommand.updateState(SieveContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||