Uses of Class
org.apache.commons.chain.CatalogFactory
Package
Description
The fundamental API contracts for the Chain of Responsibility 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
Modifier and TypeMethodDescriptionstatic <C extends Context>
CatalogFactory<C> CatalogFactory.getInstance()
Return the singletonCatalogFactory
instance for the relevantClassLoader
. -
Uses of CatalogFactory in org.apache.commons.chain.generic
Modifier and TypeMethodDescriptionLookupCommand.getCatalogFactory()
Return theCatalogFactory
from which lookups will be performed.Modifier and TypeMethodDescriptionvoid
LookupCommand.setCatalogFactory
(CatalogFactory<C> catalogFactory) Set theCatalogFactory
from which lookups will be performed.ModifierConstructorDescriptionDispatchLookupCommand
(CatalogFactory<C> factory) Create an instance and initialize thecatalogFactory
property to givenfactory
.LookupCommand
(CatalogFactory<C> factory) Create an instance and initialize thecatalogFactory
property to givenfactory
. -
Uses of CatalogFactory in org.apache.commons.chain.impl
Modifier and TypeClassDescriptionclass
CatalogFactoryBase<C extends Context>
A simple implementation ofCatalogFactory
.