Uses of Interface
org.apache.commons.chain.Catalog
Package
Description
The fundamental API contracts for the Chain of Responsibility 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
.Specialized
Context
and Command
implementations
suitable for use in a Jakarta Servlet API environment.Specialized
Context
and Command
implementations
suitable for use in a Servlet API environment.-
Uses of Catalog in org.apache.commons.chain
Modifier and TypeMethodDescriptionCatalogFactory.getCatalog()
Gets the default instance of Catalog associated with the factory (if any); otherwise, returnnull
.CatalogFactory.getCatalog
(String name) Retrieves a Catalog instance by name (if any); otherwise returnnull
.Modifier and TypeMethodDescriptionabstract void
CatalogFactory.addCatalog
(String name, Catalog<C> catalog) Adds a named instance of Catalog to the factory (for subsequent retrieval later).abstract void
CatalogFactory.setCatalog
(Catalog<C> catalog) Sets the default instance of Catalog associated with the factory. -
Uses of Catalog in org.apache.commons.chain.config
-
Uses of Catalog in org.apache.commons.chain.generic
-
Uses of Catalog in org.apache.commons.chain.impl
Modifier and TypeClassDescriptionclass
CatalogBase<C extends Context>
Simple in-memory implementation ofCatalog
.Modifier 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
.Modifier and TypeMethodDescriptionvoid
CatalogFactoryBase.addCatalog
(String name, Catalog<C> catalog) Adds a named instance of Catalog to the factory (for subsequent retrieval later).void
CatalogFactoryBase.setCatalog
(Catalog<C> catalog) Sets the default instance of Catalog associated with the factory. -
Uses of Catalog in org.apache.commons.chain.web.jakarta.servlet
Modifier and TypeMethodDescriptionprotected Catalog
<ServletWebContext> PathInfoMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> RequestParameterMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> ServletPathMapper.getCatalog
(ServletWebContext context) -
Uses of Catalog in org.apache.commons.chain.web.javax.servlet
Modifier and TypeMethodDescriptionprotected Catalog
<ServletWebContext> PathInfoMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> RequestParameterMapper.getCatalog
(ServletWebContext context) protected Catalog
<ServletWebContext> ServletPathMapper.getCatalog
(ServletWebContext context)