org.apache.jsieve.commands
Class AbstractBodyCommand

java.lang.Object
  extended by org.apache.jsieve.commands.AbstractCommand
      extended by org.apache.jsieve.commands.AbstractBodyCommand
All Implemented Interfaces:
ExecutableCommand
Direct Known Subclasses:
AbstractActionCommand, AbstractControlCommand

public abstract class AbstractBodyCommand
extends AbstractCommand

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

AbstractBodyCommand

public AbstractBodyCommand()
Constructor for AbstractBodyCommand.

Method Detail

updateState

protected void updateState(SieveContext context)

Method updateState() updates the CommandStateManager to indicate a Body Command has been processed.

Also,

Overrides:
updateState in class AbstractCommand
Parameters:
context - TODO
See Also:
AbstractCommand.updateState(SieveContext)


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.