public class RoleGroupMappingRuleSet extends Object implements org.apache.tomcat.util.digester.RuleSet
Modifier and Type | Field and Description |
---|---|
protected String |
prefix
The matching pattern prefix to use for recognizing our elements.
|
Constructor and Description |
---|
RoleGroupMappingRuleSet()
Construct an instance of this
RuleSet with the default matching
pattern prefix. |
RoleGroupMappingRuleSet(String prefix)
Construct an instance of this
RuleSet with the specified
matching pattern prefix. |
Modifier and Type | Method and Description |
---|---|
void |
addRuleInstances(org.apache.tomcat.util.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). |
protected final String prefix
public RoleGroupMappingRuleSet()
RuleSet
with the default matching
pattern prefix.public RoleGroupMappingRuleSet(String prefix)
RuleSet
with the specified
matching pattern prefix.prefix
- Prefix for matching pattern rules (including the trailing slash character)public void addRuleInstances(org.apache.tomcat.util.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.
addRuleInstances
in interface org.apache.tomcat.util.digester.RuleSet
digester
- Digester instance to which the new Rule instances should be added.Copyright © 2023 Frank!Framework. All rights reserved.