@Deprecated public class ResolvePlaceholdersProcessor extends Object implements PropertyProcessor
| Constructor and Description |
|---|
ResolvePlaceholdersProcessor()
Deprecated.
|
ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper)
Deprecated.
|
ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper,
GlobalPropertiesMode globalPropertiesMode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalPropertiesMode |
getGlobalPropertiesMode()
Deprecated.
|
org.springframework.util.PropertyPlaceholderHelper |
getHelper()
Deprecated.
|
void |
process(Properties properties)
Deprecated.
|
void |
setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
Deprecated.
|
void |
setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
Deprecated.
|
public ResolvePlaceholdersProcessor()
public ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper)
public ResolvePlaceholdersProcessor(org.springframework.util.PropertyPlaceholderHelper helper, GlobalPropertiesMode globalPropertiesMode)
public void process(Properties properties)
process in interface PropertyProcessorpublic org.springframework.util.PropertyPlaceholderHelper getHelper()
public void setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
public GlobalPropertiesMode getGlobalPropertiesMode()
public void setGlobalPropertiesMode(GlobalPropertiesMode globalPropertiesMode)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.