Class Substitution.ServerVariableSslElement
java.lang.Object
org.apache.catalina.valves.rewrite.Substitution.SubstitutionElement
org.apache.catalina.valves.rewrite.Substitution.ServerVariableSslElement
- Enclosing class:
Substitution
Substitution element that resolves an SSL variable.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
The SSL variable name to resolve.
-
-
Constructor Details
-
ServerVariableSslElement
public ServerVariableSslElement()Constructs a new ServerVariableSslElement.
-
-
Method Details
-
evaluate
Description copied from class:Substitution.SubstitutionElementEvaluates this element against the given matchers and resolver.- Specified by:
evaluatein classSubstitution.SubstitutionElement- Parameters:
rule- the rewrite rule matchercond- the condition matcherresolver- the property resolver- Returns:
- the evaluated string
-