Package org.apache.commons.chain.config

Optional package for configuring command chains in a catalog (using Digester) from an XML configuration file.

See:
          Description

Class Summary
ConfigCatalogRule Digester rule that will cause the top-most element on the Digester stack (if it is a Catalog to be registered with the CatalogFactory instance for our application.
ConfigDefineRule Digester rule that will dynamically register a new set of rules for a specified element name and default implementation class.
ConfigParser 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.
ConfigRegisterRule Digester rule that will cause the top-most element on the Digester stack (if it is a Command to be registered with the next-to-top element on the Digester stack (if it is a Catalog or Chain).
ConfigRuleSet Digester RuleSet for configuring Chain of Responsibility command chains, and adding them to an appropriate Catalog.
 

Package org.apache.commons.chain.config Description

Optional package for configuring command chains in a catalog (using Digester) from an XML configuration file.