Package org.apache.catalina.startup
Class SetContextPropertiesRule
- java.lang.Object
- 
- org.apache.tomcat.util.digester.Rule
- 
- org.apache.tomcat.util.digester.SetPropertiesRule
- 
- org.apache.catalina.startup.SetContextPropertiesRule
 
 
 
- 
 @Deprecated public class SetContextPropertiesRule extends SetPropertiesRule Deprecated.This will be removed in Tomcat 10Rule that uses the introspection utils to set properties of a context (everything except "path").- Author:
- Remy Maucherat
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tomcat.util.digester.SetPropertiesRuleSetPropertiesRule.Listener
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tomcat.util.digester.SetPropertiesRuleexcludes
 - 
Fields inherited from class org.apache.tomcat.util.digester.Ruledigester, namespaceURI, sm
 
- 
 - 
Constructor SummaryConstructors Constructor Description SetContextPropertiesRule()Deprecated.
 - 
Method Summary- 
Methods inherited from class org.apache.tomcat.util.digester.SetPropertiesRulebegin, toString
 - 
Methods inherited from class org.apache.tomcat.util.digester.Rulebody, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
- 
 
-