org.apache.struts.config
クラス ConfigRuleSet

java.lang.Object
  拡張org.apache.commons.digester.RuleSetBase
      拡張org.apache.struts.config.ConfigRuleSet
すべての実装インタフェース:
org.apache.commons.digester.RuleSet

public class ConfigRuleSet
extends org.apache.commons.digester.RuleSetBase

The set of Digester rules required to parse a Struts configuration file (struts-config.xml).

導入されたバージョン:
Struts 1.1
バージョン:
$Revision: 1.1 $ $Date: 2004/10/20 03:26:41 $

フィールドの概要
 
クラス 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
 

コンストラクタの詳細

ConfigRuleSet

public ConfigRuleSet()
メソッドの詳細

addRuleInstances

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.


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation