Package org.apache.commons.chain.generic
package org.apache.commons.chain.generic
Concrete implementations of generic Commands that are useful in many
different environments, not tied to a particular tier such as Servlets).
-
ClassDescriptionCopyCommand<C extends Context>Copy a specified literal value, or a context attribute stored under the
fromKey
(if any), to thetoKey
.DispatchCommand<C extends Context>An abstract base command which uses introspection to look up a method to execute.DispatchLookupCommand<C extends Context>This command combines elements of theLookupCommand
with theDispatchCommand
.LookupCommand<C extends Context>RemoveCommand<C extends Context>Remove any context attribute stored under thefromKey
.