MCPcopy Index your code
hub / github.com/apache/tomcat / addRuleInstances

Method addRuleInstances

java/org/apache/tomcat/util/digester/RuleSet.java:43–43  ·  view source on GitHub ↗

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. @param digester Digester instance to which the new Rule instances should be added.

(Digester digester)

Source from the content-addressed store, hash-verified

41 * @param digester Digester instance to which the new Rule instances should be added.
42 */
43 void addRuleInstances(Digester digester);
44}

Callers 1

addRuleSetMethod · 0.65

Implementers 12

TagPluginRuleSetjava/org/apache/tomcat/util/descriptor
TldRuleSetjava/org/apache/tomcat/util/descriptor
ImplicitTldRuleSetjava/org/apache/tomcat/util/descriptor
WebRuleSetjava/org/apache/tomcat/util/descriptor
MemoryRuleSetjava/org/apache/catalina/realm/MemoryR
HostRuleSetjava/org/apache/catalina/startup/HostR
RealmRuleSetjava/org/apache/catalina/startup/Realm
NamingRuleSetjava/org/apache/catalina/startup/Namin
ContextRuleSetjava/org/apache/catalina/startup/Conte
EngineRuleSetjava/org/apache/catalina/startup/Engin
CredentialHandlerRuleSetjava/org/apache/catalina/startup/Crede
ClusterRuleSetjava/org/apache/catalina/ha/ClusterRul

Calls

no outgoing calls

Tested by

no test coverage detected