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