All Classes and Interfaces

Class
Description
A Catalog is a collection of named Commands (or Chains) that can be used to retrieve the set of commands that should be performed based on a symbolic identifier.
Simple in-memory implementation of Catalog.
A CatalogFactory is a class used to store and retrieve Catalogs.
A simple implementation of CatalogFactory.
A Chain represents a configured list of Commands that will be executed in order to perform processing on a specified Context.
Convenience base class for Chain implementations.
A Command encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a Context.
Class to parse the contents of an XML configuration file (using Commons Digester) that defines and configures commands and command chains to be registered in a Catalog.
Digester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriate Catalog.
A Context represents the state information that is accessed and manipulated by the execution of a Command or a Chain.
Convenience base class for Context implementations.
Copy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey.
An abstract base command which uses introspection to look up a method to execute.
This command combines elements of the LookupCommand with the DispatchCommand.
A Filter is a specialized Command that also expects the Chain that is executing it to call the postprocess() method if it called the execute() method.
Look up a specified Command (which could also be a Chain) in a Catalog, and delegate execution to it.
Remove any context attribute stored under the fromKey.