public class MessageFormatUtils extends java.lang.Object
MessageFormat
.Constructor and Description |
---|
MessageFormatUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
escapeString(java.lang.String string)
Escapes a string so that it can be safely passed to
MessageFormat . |
public MessageFormatUtils()
public static java.lang.String escapeString(java.lang.String string)
MessageFormat
.