Class Substitution.MapElement
- java.lang.Object
-
- org.apache.catalina.valves.rewrite.Substitution.SubstitutionElement
-
- org.apache.catalina.valves.rewrite.Substitution.MapElement
-
- Enclosing class:
- Substitution
public class Substitution.MapElement extends Substitution.SubstitutionElement
-
-
Field Summary
Fields Modifier and Type Field Description Substitution.SubstitutionElement[]
defaultValue
Substitution.SubstitutionElement[]
key
RewriteMap
map
-
Constructor Summary
Constructors Constructor Description MapElement()
-
-
-
Field Detail
-
map
public RewriteMap map
-
defaultValue
public Substitution.SubstitutionElement[] defaultValue
-
key
public Substitution.SubstitutionElement[] key
-
-