Uses of Class
org.apache.commons.chain.CatalogFactory

Packages that use CatalogFactory
org.apache.commons.chain The fundamental API contracts for the Chain of Responsibilty Pattern as implemented in this package. 
org.apache.commons.chain.impl Convenient base implementations of Chain of Responsibility Pattern contracts from org.apache.commons.chain
 

Uses of CatalogFactory in org.apache.commons.chain
 

Methods in org.apache.commons.chain that return CatalogFactory
static CatalogFactory CatalogFactory.getInstance()
          Return the singleton CatalogFactory instance for the relevant ClassLoader.
 

Uses of CatalogFactory in org.apache.commons.chain.impl
 

Subclasses of CatalogFactory in org.apache.commons.chain.impl
 class CatalogFactoryBase
          A simple implementation of CatalogFactory.
 



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