Uses of Package
org.apache.commons.chain
-
Packages that use org.apache.commons.chain 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.config Optional package for configuring command chains in a catalog (using Digester) from an XML configuration file.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
.org.apache.commons.chain.web Basis for specializedContext
implementations suitable for use in web applications, and genericCommand
implementations useful across web application environments.org.apache.commons.chain.web.portlet SpecializedContext
andCommand
implementations suitable for use in a Portlet API environment.org.apache.commons.chain.web.servlet SpecializedContext
andCommand
implementations suitable for use in a Servlet API environment. -
Classes in org.apache.commons.chain used by org.apache.commons.chain Class Description Catalog CatalogFactory ACatalogFactory
is a class used to store and retrieveCatalog
s.Command Context -
Classes in org.apache.commons.chain used by org.apache.commons.chain.config Class Description Catalog -
Classes in org.apache.commons.chain used by org.apache.commons.chain.generic Class Description Catalog CatalogFactory ACatalogFactory
is a class used to store and retrieveCatalog
s.Command Context Filter -
Classes in org.apache.commons.chain used by org.apache.commons.chain.impl Class Description Catalog CatalogFactory ACatalogFactory
is a class used to store and retrieveCatalog
s.Chain Command Context -
Classes in org.apache.commons.chain used by org.apache.commons.chain.web Class Description Catalog Command Context -
Classes in org.apache.commons.chain used by org.apache.commons.chain.web.portlet Class Description Command Context -
Classes in org.apache.commons.chain used by org.apache.commons.chain.web.servlet Class Description Catalog Command Context Filter