org.ow2.jonas.deployment.web.rules
Class JonasWebAppRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.ow2.jonas.deployment.common.rules.JRuleSetBase
          extended by org.ow2.jonas.deployment.web.rules.JonasWebAppRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class JonasWebAppRuleSet
extends JRuleSetBase

This class defines rules to analyze jonas-web.xml file

Author:
Florent Benoit

Field Summary
 
Fields inherited from class org.ow2.jonas.deployment.common.rules.JRuleSetBase
prefix
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
JonasWebAppRuleSet()
          Construct an object
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
          Add a set of rules to the digester object
 
Methods inherited from class org.apache.commons.digester.RuleSetBase
getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasWebAppRuleSet

public JonasWebAppRuleSet()
Construct an object

Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Add a set of rules to the digester object

Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase
Parameters:
digester - Digester instance


Copyright © 2010 OW2 Consortium. All Rights Reserved.