Package org.apache.commons.chain
package org.apache.commons.chain
The fundamental API contracts for the Chain of Responsibility 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.-
ClassDescriptionCatalogFactory<C extends Context>A
CatalogFactory
is a class used to store and retrieveCatalog
s.