org.apache.tapestry.binding
Class BindingConstants
java.lang.Object
org.apache.tapestry.binding.BindingConstants
public class BindingConstants
- extends Object
Constant values related to bindings.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Field Summary |
static String |
LITERAL_PREFIX
Prefix used to ensure that the value is interpreted as a literal
string. |
static 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 String |
OGNL_PREFIX
Prefix used when the value should be interpreted as an OGNL expression. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OGNL_PREFIX
public static final String OGNL_PREFIX
- Prefix used when the value should be interpreted as an OGNL expression.
- See Also:
- Constant Field Values
MESSAGE_PREFIX
public static final String MESSAGE_PREFIX
- Prefix used when the value should be interpeted as a key for a localized message (of the
component's message catalog).
- See Also:
- Constant Field Values
LITERAL_PREFIX
public static final String LITERAL_PREFIX
- Prefix used to ensure that the value is interpreted as a literal
string.
- See Also:
- Constant Field Values
BindingConstants
public BindingConstants()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.