Class SystemPropertySource

java.lang.Object
org.apache.tomcat.util.digester.SystemPropertySource
All Implemented Interfaces:
IntrospectionUtils.PropertySource, IntrospectionUtils.SecurePropertySource

public class SystemPropertySource extends Object implements IntrospectionUtils.SecurePropertySource
A IntrospectionUtils.SecurePropertySource that uses system properties to resolve expressions. This property source is always active by default.
See Also: