Uses of Interface
org.atmosphere.util.IntrospectionUtils.PropertySource
-
Packages that use IntrospectionUtils.PropertySource Package Description org.atmosphere.util -
-
Uses of IntrospectionUtils.PropertySource in org.atmosphere.util
Methods in org.atmosphere.util with parameters of type IntrospectionUtils.PropertySource Modifier and Type Method Description static java.lang.StringIntrospectionUtils. replaceProperties(java.lang.String value, java.util.Hashtable<java.lang.String,java.lang.String> staticProp, IntrospectionUtils.PropertySource[] dynamicProp)Replace ${NAME} with the property value
-