public class ArtifactPropertiesPlaceholder
extends org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
PropertyPlaceholderConfigurer implementation that resolves properties against the mule artifact properties where the
spring module is defined.SYSTEM_PROPERTIES_MODE_FALLBACK, SYSTEM_PROPERTIES_MODE_NEVER, SYSTEM_PROPERTIES_MODE_OVERRIDEDEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, valueSeparator| Constructor and Description |
|---|
ArtifactPropertiesPlaceholder(org.mule.runtime.api.component.ConfigurationProperties configurationProperties) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
protected String |
resolvePlaceholder(String placeholder,
Properties props) |
protected String |
resolvePlaceholder(String placeholder,
Properties props,
int systemPropertiesMode) |
parseStringValue, processProperties, resolveSystemProperty, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeNamedoProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setValueSeparatorconvertProperties, convertProperty, convertPropertyValue, postProcessBeanFactory, setOrderpublic ArtifactPropertiesPlaceholder(org.mule.runtime.api.component.ConfigurationProperties configurationProperties)
configurationProperties - ConfigurationProperties of the artifactprotected String resolvePlaceholder(String placeholder, Properties props, int systemPropertiesMode)
resolvePlaceholder in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurerprotected String resolvePlaceholder(String placeholder, Properties props)
resolvePlaceholder in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurerpublic int getOrder()
getOrder in interface org.springframework.core.OrderedgetOrder in class org.springframework.beans.factory.config.PropertyResourceConfigurerCopyright © 2017. All rights reserved.