Save This Page
Home » commons-chain-1.2-src » org.apache.commons.chain.apps » example » [javadoc | source]
org.apache.commons.chain.apps.example
public class: CountCommand [javadoc | source]
java.lang.Object
   org.apache.commons.chain.apps.example.CountCommand

All Implemented Interfaces:
    Command

Bar Command

Method from org.apache.commons.chain.apps.example.CountCommand Summary:
execute,   getAttribute,   setAttribute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.chain.apps.example.CountCommand Detail:
 public boolean execute(Context context) throws Exception 

    Execute the command.

 public String getAttribute() 
    Return the request attribute name to store the count under.
 public  void setAttribute(String attribute) 
    Set the request attribute name to store the count under.