Uses of Interface
org.apache.commons.chain.Filter

Packages that use Filter
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). 
 

Uses of Filter in org.apache.commons.chain.generic
 

Classes in org.apache.commons.chain.generic that implement Filter
 class DispatchLookupCommand
          This command combines elements of the LookupCommand with the DispatchCommand.
 class LookupCommand
          Look up a specified Command (which could also be a Chain) in a Catalog, and delegate execution to it.
 



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