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.
|
Java Source File Name | Type | Comment |
ConfigCatalogRule.java | Class | 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.java | Class | Digester rule that will dynamically register a new set of rules
for a specified element name and default implementation class. |
ConfigParser.java | Class | 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 . |
ConfigParser2TestCase.java | Class | |
ConfigParserTestCase.java | Class | |
ConfigRegisterRule.java | Class | 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 ).
To be registered with a
Catalog , the top-most element must contain
a value for the specified attribute that contains the name under which
it should be registered.
author: Craig R. |
ConfigRuleSet.java | Class | Digester RuleSet for configuring Chain of
Responsibility command chains, and adding them to an appropriate
org.apache.commons.chain.Catalog . |
TestChain.java | Class | |
TestCommand.java | Class | |