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 LookupCommand
          Look up a specified Command (which could also be a Chain) in a Catalog, and delegate execution to it.
 



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