Uses of Interface
org.apache.commons.chain.Catalog
Packages that use Catalog
Package
Description
The fundamental API contracts for the Chain of Responsibilty Pattern as
implemented in this package.
Optional package for configuring command chains in a catalog
(using Digester) from an XML configuration file.
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
.Basis for specialized
Context
implementations suitable for use
in web applications, and generic Command
implementations useful
across web application environments.Specialized
Context
and Command
implementations
suitable for use in a Servlet API environment.-
Uses of Catalog in org.apache.commons.chain
Methods in org.apache.commons.chain that return CatalogModifier and TypeMethodDescriptionabstract Catalog
CatalogFactory.getCatalog()
Gets the default instance of Catalog associated with the factory (if any); otherwise, returnnull
.abstract Catalog
CatalogFactory.getCatalog
(String name) Retrieves a Catalog instance by name (if any); otherwise returnnull
.Methods in org.apache.commons.chain with parameters of type CatalogModifier and TypeMethodDescriptionabstract void
CatalogFactory.addCatalog
(String name, Catalog catalog) Adds a named instance of Catalog to the factory (for subsequent retrieval later).abstract void
CatalogFactory.setCatalog
(Catalog catalog) Sets the default instance of Catalog associated with the factory. -
Uses of Catalog in org.apache.commons.chain.config
Methods in org.apache.commons.chain.config with parameters of type Catalog -
Uses of Catalog in org.apache.commons.chain.generic
Methods in org.apache.commons.chain.generic that return Catalog -
Uses of Catalog in org.apache.commons.chain.impl
Classes in org.apache.commons.chain.impl that implement CatalogFields in org.apache.commons.chain.impl declared as CatalogModifier and TypeFieldDescriptionprivate Catalog
CatalogFactoryBase.catalog
The defaultCatalog
for thisCatalogFactory
.Methods in org.apache.commons.chain.impl that return CatalogModifier and TypeMethodDescriptionCatalogFactoryBase.getCatalog()
Gets the default instance of Catalog associated with the factory (if any); otherwise, returnnull
.CatalogFactoryBase.getCatalog
(String name) Retrieves a Catalog instance by name (if any); otherwise returnnull
.Methods in org.apache.commons.chain.impl with parameters of type CatalogModifier and TypeMethodDescriptionvoid
CatalogFactoryBase.addCatalog
(String name, Catalog catalog) Adds a named instance of Catalog to the factory (for subsequent retrieval later).void
CatalogFactoryBase.setCatalog
(Catalog catalog) Sets the default instance of Catalog associated with the factory. -
Uses of Catalog in org.apache.commons.chain.web
Methods in org.apache.commons.chain.web with parameters of type CatalogModifier and TypeMethodDescription(package private) static void
ChainResources.parseClassResources
(Catalog catalog, String resources, ConfigParser parser) Deprecated.Use the variant that does not take a catalog, on a configuration resource containing "catalog" element(s)private void
ChainListener.parseJarResources
(Catalog catalog, javax.servlet.ServletContext context, ConfigParser parser, org.apache.commons.logging.Log log) Deprecated.Use the variant that does not take a catalog, on a configuration resource containing "catalog" element(s)(package private) static void
ChainResources.parseWebResources
(Catalog catalog, javax.servlet.ServletContext context, String resources, ConfigParser parser) Deprecated.Use the variant that does not take a catalog, on a configuration resource containing "catalog" element(s) -
Uses of Catalog in org.apache.commons.chain.web.servlet
Methods in org.apache.commons.chain.web.servlet that return CatalogModifier and TypeMethodDescriptionprotected Catalog
PathInfoMapper.getCatalog
(Context context) protected Catalog
RequestParameterMapper.getCatalog
(Context context) protected Catalog
ServletPathMapper.getCatalog
(Context context)