Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.chain.generic

Class Summary
CopyCommand Copy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey.
DispatchCommand An abstract base command which uses introspection to look up a method to execute.
DispatchCommandTestCase  
DispatchLookupCommand This command combines elements of the LookupCommand with the DispatchCommand.
DispatchLookupCommandTestCase Test case for the DispatchLookupCommand class.
LookupCommand Look up a specified org.apache.commons.chain.Command (which could also be a org.apache.commons.chain.Chain) in a org.apache.commons.chain.Catalog, and delegate execution to it.
LookupCommandTestCase Test case for the LookupCommand class.
RemoveCommand Remove any context attribute stored under the fromKey.