public static interface PropertyPlaceholder.PlaceholderResolver
PropertyPlaceholder| Modifier and Type | Method and Description |
|---|---|
String |
resolvePlaceholder(String placeholderName)
Resolves the supplied placeholder name into the replacement value.
|
boolean |
shouldIgnoreMissing(String placeholderName) |
boolean |
shouldRemoveMissingPlaceholder(String placeholderName)
Allows for special handling for ignored missing placeholders that may be resolved elsewhere
|
String resolvePlaceholder(String placeholderName)
placeholderName - the name of the placeholder to resolve.null if no replacement is to be made.boolean shouldIgnoreMissing(String placeholderName)
boolean shouldRemoveMissingPlaceholder(String placeholderName)
placeholderName - the name of the placeholder to resolve.Copyright © 2009–2017. All rights reserved.