| Package Name | Comment |
| org.apache.commons.chain |
Package Documentation for org.apache.commons.chain
The fundamental API contracts for the Chain of Responsibilty Pattern as
implemented in this package. See
org.apache.commons.chain.impl for
convenient base implementations of Chain and Context,
and see org.apache.commons.chain.web for
specialized Context implementations suitable for use in web
applications.
|
| org.apache.commons.chain.config |
Package Documentation for org.apache.commons.package
Optional package for configuring command chains in a catalog
(using Digester) from an XML configuration file.
|
| org.apache.commons.chain.generic |
Package Documentation for org.apache.commons.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 |
Package Documentation for org.apache.commons.impl
Convenient base implementations of Chain of Responsibility Pattern
contracts from org.apache.commons.chain.
|
| org.apache.commons.chain.web |
Package Documentation for org.apache.commons.web
Basis for specialized Context implementations suitable for use
in web applications, and generic Command implementations useful
across web application environments.
|
| org.apache.commons.chain.web.faces |
Package Documentation for org.apache.commons.web.faces
Specialized Context and Command implementations
suitable for use in a JavaServer Faces API environment.
|
| org.apache.commons.chain.web.portlet |
Package Documentation for org.apache.commons.web.portlet
Specialized Context and Command implementations
suitable for use in a Portlet API environment.
|
| org.apache.commons.chain.web.servlet |
Package Documentation for org.apache.commons.web.servlet
Specialized Context and Command implementations
suitable for use in a Servlet API environment.
|