|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.commons.digester.RuleSetBase
org.apache.struts.config.ConfigRuleSet
The set of Digester rules required to parse a Struts
configuration file (struts-config.xml).
| フィールドの概要 |
| クラス org.apache.commons.digester.RuleSetBase から継承したフィールド |
namespaceURI |
| コンストラクタの概要 | |
ConfigRuleSet()
|
|
| メソッドの概要 | |
void |
addRuleInstances(org.apache.commons.digester.Digester digester)
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with
our namespace URI (if any). |
| クラス org.apache.commons.digester.RuleSetBase から継承したメソッド |
getNamespaceURI |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public ConfigRuleSet()
| メソッドの詳細 |
public void addRuleInstances(org.apache.commons.digester.Digester digester)
Add the set of Rule instances defined in this RuleSet to the
specified Digester instance, associating them with
our namespace URI (if any). This method should only be called
by a Digester instance. These rules assume that an instance of
org.apache.struts.config.ModuleConfig is pushed
onto the evaluation stack before parsing begins.
digester - Digester instance to which the new Rule instances
should be added.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||