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

All Implemented Interfaces:
    Command

Remove any context attribute stored under the fromKey.

Method from org.apache.commons.chain.generic.RemoveCommand Summary:
execute,   getFromKey,   setFromKey
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.chain.generic.RemoveCommand Detail:
 public boolean execute(Context context) throws Exception 

    Copy the specified source attribute to the specified destination attribute.

 public String getFromKey() 

    Return the context attribute key for the attribute.

 public  void setFromKey(String fromKey) 

    Set the context attribute key for the attribute.