java.lang.Objectorg.apache.commons.chain.generic.CopyCommand
All Implemented Interfaces:
Command
Copy a specified literal value, or a context attribute stored under
the fromKey (if any), to the toKey.
Craig - R. McClanahan$ - Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $| Method from org.apache.commons.chain.generic.CopyCommand Summary: |
|---|
| execute, getFromKey, getToKey, getValue, setFromKey, setToKey, setValue |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.chain.generic.CopyCommand Detail: |
|---|
Copy a specified literal value, or a context attribute stored under
the |
Return the context attribute key for the source attribute. |
Return the context attribute key for the destination attribute. |
Return the literal value to be copied. |
Set the context attribute key for the source attribute. |
Set the context attribute key for the destination attribute. |
Set the literal value to be copied. |