Uses of Class
org.apache.jsieve.commands.AbstractBodyCommand

Packages that use AbstractBodyCommand
org.apache.jsieve.commands   
org.apache.jsieve.commands.optional   
 

Uses of AbstractBodyCommand in org.apache.jsieve.commands
 

Subclasses of AbstractBodyCommand in org.apache.jsieve.commands
 class AbstractActionCommand
          Abstract class AbstractActionCommand defines the common state validation and state update behavior for Action Commands as per RFC 3028, section 8.
 class AbstractConditionalCommand
          Abstract class AbstractConditionalCommand defines a framework of common behavior for conditional Commands (if, elsif, else).
 class AbstractControlCommand
          Abstract class AbstractControlCommand defines a framework of common behavior for control Commands as defined in RFC 3028, section 3.
 class Discard
          Class Discard implements the Discard Command as defined in RFC 3028, section 4.5.
 class Else
          Class Else implements the Else Command as defined in RFC 3028, section 3.1.
 class Elsif
          Class Elsif implements the Elsif Command as defined in RFC 3028, section 3.1.
 class If
          Class If implements the If Command as defined in RFC 3028, section 3.1.
 class Keep
          Class Keep implements the Keep Command as defined in RFC 3028, section 4.4.
 class Redirect
          Class Redirect implements the Redirect Command as defined in RFC 3028, section 4.3.
 class Stop
          Class Stop implements the Stop Command as defined in RFC 3028, section 3.3.
 

Uses of AbstractBodyCommand in org.apache.jsieve.commands.optional
 

Subclasses of AbstractBodyCommand in org.apache.jsieve.commands.optional
 class FileInto
          Class FileInto implements the FileInto Command as defined in RFC 3028, section 4.2.
 class Reject
          Class Reject implements the Reject Command as defined in RFC 3028, section 4.1.
 



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