Class Substitution.ServerVariableEnvElement

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

public static class Substitution.ServerVariableEnvElement extends Substitution.SubstitutionElement
Substitution element that resolves an environment variable.
  • Field Details

    • key

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

    • ServerVariableEnvElement

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