Class Substitution.ServerVariableElement

java.lang.Object
org.apache.catalina.valves.rewrite.Substitution.SubstitutionElement
org.apache.catalina.valves.rewrite.Substitution.ServerVariableElement
Enclosing class:
Substitution

public static class Substitution.ServerVariableElement extends Substitution.SubstitutionElement
Substitution element that resolves a server variable.
  • Field Details

    • key

      public String key
      The server variable name to resolve.
  • Constructor Details

    • ServerVariableElement

      public ServerVariableElement()
      Constructs a new ServerVariableElement.
  • Method Details