Uses of Class
org.apache.commons.chain.CatalogFactory
-
Packages that use CatalogFactory Package Description org.apache.commons.chain The fundamental API contracts for the Chain of Responsibilty Pattern as implemented in this package.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).org.apache.commons.chain.impl Convenient base implementations of Chain of Responsibility Pattern contracts fromorg.apache.commons.chain. -
-
Uses of CatalogFactory in org.apache.commons.chain
Methods in org.apache.commons.chain that return CatalogFactory Modifier and Type Method Description static CatalogFactoryCatalogFactory. getInstance()Return the singletonCatalogFactoryinstance for the relevantClassLoader. -
Uses of CatalogFactory in org.apache.commons.chain.generic
Fields in org.apache.commons.chain.generic declared as CatalogFactory Modifier and Type Field Description private CatalogFactoryLookupCommand. catalogFactoryMethods in org.apache.commons.chain.generic that return CatalogFactory Modifier and Type Method Description CatalogFactoryLookupCommand. getCatalogFactory()Return theCatalogFactoryfrom which lookups will be performed.Methods in org.apache.commons.chain.generic with parameters of type CatalogFactory Modifier and Type Method Description voidLookupCommand. setCatalogFactory(CatalogFactory catalogFactory)Set theCatalogFactoryfrom which lookups will be performed.Constructors in org.apache.commons.chain.generic with parameters of type CatalogFactory Constructor Description DispatchLookupCommand(CatalogFactory factory)Create an instance and initialize thecatalogFactoryproperty to givenfactory.LookupCommand(CatalogFactory factory)Create an instance and initialize thecatalogFactoryproperty to givenfactory/ -
Uses of CatalogFactory in org.apache.commons.chain.impl
Subclasses of CatalogFactory in org.apache.commons.chain.impl Modifier and Type Class Description classCatalogFactoryBaseA simple implementation ofCatalogFactory.
-