public final class RicePropertyPlaceholderHelper extends org.springframework.util.PropertyPlaceholderHelper
Modifier and Type | Class and Description |
---|---|
static class |
RicePropertyPlaceholderHelper.Builder |
static class |
RicePropertyPlaceholderHelper.Conversion |
Modifier and Type | Method and Description |
---|---|
static RicePropertyPlaceholderHelper.Builder |
builder() |
protected String |
convert(String string) |
protected RicePropertyPlaceholderHelper.Conversion |
convert(String value,
String token) |
protected RicePropertyPlaceholderHelper.Conversion |
convertToEmpty(String value) |
static RicePropertyPlaceholderHelper |
create() |
Pattern |
getPattern() |
String |
getPlaceholderRegex() |
boolean |
isConvertUnresolvablePlaceholdersToEmpty() |
String |
replacePlaceholders(String value,
org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver) |
public static RicePropertyPlaceholderHelper create()
public static RicePropertyPlaceholderHelper.Builder builder()
public boolean isConvertUnresolvablePlaceholdersToEmpty()
protected RicePropertyPlaceholderHelper.Conversion convertToEmpty(String value)
protected RicePropertyPlaceholderHelper.Conversion convert(String value, String token)
public String replacePlaceholders(String value, org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver placeholderResolver)
replacePlaceholders
in class org.springframework.util.PropertyPlaceholderHelper
public String getPlaceholderRegex()
public Pattern getPattern()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.