| Package | Description |
|---|---|
| org.apache.tomcat.util |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IntrospectionUtils.SecurePropertySource |
| Modifier and Type | Method and Description |
|---|---|
static String |
IntrospectionUtils.replaceProperties(String value,
Hashtable<Object,Object> staticProp,
IntrospectionUtils.PropertySource[] dynamicProp)
|
static String |
IntrospectionUtils.replaceProperties(String value,
Hashtable<Object,Object> staticProp,
IntrospectionUtils.PropertySource[] dynamicProp,
ClassLoader classLoader)
Replace ${NAME} with the property value.
|
Copyright © 2014–2021. All rights reserved.