|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.binding.BindingConstants
Constant values related to bindings.
Field Summary | |
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 Summary | |
BindingConstants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String OGNL_PREFIX
public static final java.lang.String MESSAGE_PREFIX
public static final java.lang.String LITERAL_PREFIX
Constructor Detail |
public BindingConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |