public class BindingConstants extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LITERAL_PREFIX
Prefix used to ensure that the value is interpreted as a literal
string.
|
static java.lang.String |
MESSAGE_PREFIX
Prefix used when the value should be interpeted as a key for a localized message (of the
component's message catalog).
|
static java.lang.String |
OGNL_PREFIX
Prefix used when the value should be interpreted as an OGNL expression.
|
Constructor and Description |
---|
BindingConstants() |
public static final java.lang.String OGNL_PREFIX
public static final java.lang.String MESSAGE_PREFIX
public static final java.lang.String LITERAL_PREFIX
public BindingConstants()