java.lang.Objectorg.apache.commons.digester.RuleSetBase
org.apache.commons.chain.config.ConfigRuleSet
Digester RuleSet for configuring Chain of
Responsibility command chains, and adding them to an appropriate
org.apache.commons.chain.Catalog . The following properties
may be configured prior to executing the addRuleInstance()
method in order to influence the rules that get added, with default
values in square brackets:
org.apache.commons.chain.impl.CatalogBsae.nameAttribute
attribute (if present), or as the default org.apache.commons.chain.Catalog .
If not specified, the default value is catalog.org.apache.commons.chain.impl.ChainBase.
org.apache.commons.chain.impl.ChainBase. [chain]classAttribute property. [command]nameAttribute
attributes with a org.apache.commons.chain.Command or
org.apache.commons.chain.Chain implementation class
named by the classAttribute attribute. [define]null for no namespace.
[null]Craig - R. McClanahan$ - Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $| Method from org.apache.commons.chain.config.ConfigRuleSet Summary: |
|---|
| addRuleInstances, getCatalogClass, getCatalogElement, getChainClass, getChainElement, getClassAttribute, getCommandElement, getDefineElement, getNameAttribute, setCatalogClass, setCatalogElement, setChainClass, setChainElement, setClassAttribute, setCommandElement, setDefineElement, setNameAttribute |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.chain.config.ConfigRuleSet Detail: |
|---|
Add the set of Rule instances defined in this RuleSet to the
specified |
Return the fully qualified org.apache.commons.chain.Catalog implementation class. |
Return the element name of a catalog element. |
Return the fully qualified org.apache.commons.chain.Chain implementation class. |
Return the element name of a chain element. |
Return the attribute name of a class attribute. |
Return the element name of a command element. |
Return the element name of a define element. |
Return the attribute name of a name attribute. |
Set the fully qualified org.apache.commons.chain.Catalog implementation class. |
Set the element name of a catalog element. |
Set the fully qualified org.apache.commons.chain.Chain implementation class. |
Set the element name of a chain element. |
Set the attribute name of a class attribute. |
Set the element name of a command element. |
Set the element name of a define element. |
Set the attribute name of a name attribute. |