Class Digester.EnvironmentPropertySource

java.lang.Object
org.apache.tomcat.util.digester.EnvironmentPropertySource
org.apache.tomcat.util.digester.Digester.EnvironmentPropertySource
All Implemented Interfaces:
IntrospectionUtils.PropertySource, IntrospectionUtils.SecurePropertySource
Enclosing class:
Digester

@Deprecated public static class Digester.EnvironmentPropertySource extends EnvironmentPropertySource
Deprecated.
Use EnvironmentPropertySource This will be removed in Tomcat 10 onwards.
A IntrospectionUtils.SecurePropertySource that uses environment variables to resolve expressions. Still available for backwards compatibility.
  • Constructor Details

    • EnvironmentPropertySource

      public EnvironmentPropertySource()
      Deprecated.