Uses of Class
org.apache.commons.chain.CatalogFactory
Packages that use CatalogFactory
Package
Description
The fundamental API contracts for the Chain of Responsibilty Pattern as
implemented in this package.
Concrete implementations of generic Commands that are useful in many
different environments, not tied to a particular tier such as Servlets).
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 CatalogFactoryModifier and TypeMethodDescriptionstatic 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 CatalogFactoryMethods in org.apache.commons.chain.generic that return CatalogFactoryModifier and TypeMethodDescriptionLookupCommand.getCatalogFactory()Return theCatalogFactoryfrom which lookups will be performed.Methods in org.apache.commons.chain.generic with parameters of type CatalogFactoryModifier and TypeMethodDescriptionvoidLookupCommand.setCatalogFactory(CatalogFactory catalogFactory) Set theCatalogFactoryfrom which lookups will be performed.Constructors in org.apache.commons.chain.generic with parameters of type CatalogFactoryModifierConstructorDescriptionDispatchLookupCommand(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