Uses of Package
org.apache.commons.chain.generic

Packages that use org.apache.commons.chain.generic
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). 
org.apache.commons.chain.web.servlet Specialized Context and Command implementations suitable for use in a Servlet API environment. 
 

Classes in org.apache.commons.chain.generic used by org.apache.commons.chain.generic
LookupCommand
          Look up a specified Command (which could also be a Chain) in a Catalog, and delegate execution to it.
 

Classes in org.apache.commons.chain.generic used by org.apache.commons.chain.web.servlet
LookupCommand
          Look up a specified Command (which could also be a Chain) in a Catalog, and delegate execution to it.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.