Uses of Class
org.apache.commons.chain.generic.LookupCommand
Packages that use LookupCommand
Package
Description
Concrete implementations of generic Commands that are useful in many
different environments, not tied to a particular tier such as Servlets).
-
Uses of LookupCommand in org.apache.commons.chain.generic
Subclasses of LookupCommand in org.apache.commons.chain.genericModifier and TypeClassDescriptionclassDispatchLookupCommand<C extends Context>This command combines elements of theLookupCommandwith theDispatchCommand.