|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.util.SystemPropertyUtils.SystemPropertyPlaceholderResolver
private static class SystemPropertyUtils.SystemPropertyPlaceholderResolver
| Field Summary | |
|---|---|
private java.lang.String |
text
|
| Constructor Summary | |
|---|---|
SystemPropertyUtils.SystemPropertyPlaceholderResolver(java.lang.String text)
|
|
| Method Summary | |
|---|---|
java.lang.String |
resolvePlaceholder(java.lang.String placeholderName)
Resolves the supplied placeholder name into the replacement value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.String text
| Constructor Detail |
|---|
public SystemPropertyUtils.SystemPropertyPlaceholderResolver(java.lang.String text)
| Method Detail |
|---|
public java.lang.String resolvePlaceholder(java.lang.String placeholderName)
PropertyPlaceholderHelper.PlaceholderResolver
resolvePlaceholder in interface PropertyPlaceholderHelper.PlaceholderResolverplaceholderName - the name of the placeholder to resolve.
null if no replacement is to be made.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||