| org.objectweb.jonas.web.catalina55.JCatalinaRuleSet
JCatalinaRuleSet | public class JCatalinaRuleSet extends RuleSetBase (Code) | | Defines the rules to parse the Tomcat server.xml file
Some rules are customized for JOnAS
author: Tomcat team author: Florent Benoit |
JCatalinaRuleSet | public JCatalinaRuleSet(ClassLoader parentClassLoader)(Code) | | Constructor of the rules of parsing for server.xml
Parameters: parentClassLoader - the parent class loader to use |
addRuleInstances | public void addRuleInstances(Digester digester)(Code) | | Add the rules to the digester object
Parameters: digester - object on whcih to define rules |
|
|