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: ForwardCommand [javadoc | source]
java.lang.Object
   org.apache.commons.chain.apps.example.ForwardCommand

All Implemented Interfaces:
    Command

Foo Command

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

    Execute the command.

 public String getForward() 
    Return the uri to forward to.
 protected String getForward(Context context) 
    Return the uri to forward to.
 public  void setForward(String forward) 
    Set the uri to forward to.