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

Quick Search    Search Deep

org.apache.commons.chain.generic: Javadoc index of package org.apache.commons.chain.generic.


Package Samples:

org.apache.commons.chain.generic

Classes:

DispatchLookupCommand: This command combines elements of the LookupCommand with the DispatchCommand . 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. Introspection is used to lookup the appropriate method to delegate execution to. If the delegated-to org.apache.commons.chain.Command is also a org.apache.commons.chain.Filter , its postprocess() method will also be invoked at the appropriate time. The name of the org.apache.commons.chain.Command can be specified either directly (via the name ...
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. If the delegated-to org.apache.commons.chain.Command is also a org.apache.commons.chain.Filter , its postprocess() method will also be invoked at the appropriate time. The name of the org.apache.commons.chain.Command can be specified either directly (via the name property) or indirectly (via the nameKey property). Exactly one of these must be set. If the optional property is set to true , failure to find the specified ...
DispatchCommand: An abstract base command which uses introspection to look up a method to execute. For use by developers who prefer to group related functionality into a single class rather than an inheritance family.
CopyCommand: Copy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey .
RemoveCommand: Remove any context attribute stored under the fromKey .
DispatchLookupCommandTestCase: Test case for the DispatchLookupCommand class.
LookupCommandTestCase: Test case for the LookupCommand class.
DispatchCommandTestCase

Home | Contact Us | Privacy Policy | Terms of Service