Package org.apache.commons.chain
The fundamental API contracts for the Chain of Responsibilty Pattern as
implemented in this package. See
org.apache.commons.chain.impl for
convenient base implementations of Chain
and Context
,
and see org.apache.commons.chain.web for
specialized Context
implementations suitable for use in web
applications.
-
Interface Summary Interface Description Catalog Chain Command Context Filter -
Class Summary Class Description CatalogFactory ACatalogFactory
is a class used to store and retrieveCatalog
s.