Class Substitution.SubstitutionElement
java.lang.Object
org.apache.catalina.valves.rewrite.Substitution.SubstitutionElement
- Direct Known Subclasses:
Substitution.MapElement,Substitution.RewriteCondBackReferenceElement,Substitution.RewriteRuleBackReferenceElement,Substitution.ServerVariableElement,Substitution.ServerVariableEnvElement,Substitution.ServerVariableHttpElement,Substitution.ServerVariableSslElement,Substitution.StaticElement
- Enclosing class:
Substitution
Abstract base class for individual substitution elements.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SubstitutionElement
public SubstitutionElement()Constructs a new SubstitutionElement.
-
-
Method Details
-
evaluate
Evaluates this element against the given matchers and resolver.- Parameters:
rule- the rewrite rule matchercond- the condition matcherresolver- the property resolver- Returns:
- the evaluated string
-