public final class InterpolationHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
BEGIN_TERM
A constant representing the '{' character.
|
static char |
EL_DESIGNATOR
A constant representing the '$' character.
|
static char |
END_TERM
A constant representing the '}' character.
|
static char |
ESCAPE_CHARACTER
A constant representing the '\' character.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeMessageParameter(String messageParameter)
Escapes a string with the
ESCAPE_MESSAGE_PARAMETER_PATTERN. |
public static final char BEGIN_TERM
public static final char END_TERM
public static final char EL_DESIGNATOR
public static final char ESCAPE_CHARACTER
@Nullable public static String escapeMessageParameter(@Nullable String messageParameter)
ESCAPE_MESSAGE_PARAMETER_PATTERN.messageParameter - the string to escapenull, if the input was nullCopyright © 2011. All rights reserved.