Uses of Interface
org.apache.tomcat.util.IntrospectionUtils.PropertySource
Packages that use IntrospectionUtils.PropertySource
-
Uses of IntrospectionUtils.PropertySource in org.apache.tomcat.util
Subinterfaces of IntrospectionUtils.PropertySource in org.apache.tomcat.utilMethods in org.apache.tomcat.util with parameters of type IntrospectionUtils.PropertySourceModifier and TypeMethodDescriptionstatic StringIntrospectionUtils.replaceProperties(String value, Hashtable<Object, Object> staticProp, IntrospectionUtils.PropertySource[] dynamicProp) Deprecated.static StringIntrospectionUtils.replaceProperties(String value, Hashtable<Object, Object> staticProp, IntrospectionUtils.PropertySource[] dynamicProp, ClassLoader classLoader) Replace ${NAME} with the property value.
IntrospectionUtils.replaceProperties(String, Hashtable, PropertySource[], ClassLoader)