org.apache.tapestry.binding
Class BindingConstants

java.lang.Object
  extended by org.apache.tapestry.binding.BindingConstants

public class BindingConstants
extends java.lang.Object

Constant values related to bindings.

Since:
4.0
Author:
Howard M. Lewis Ship

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()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OGNL_PREFIX

public static final java.lang.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 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).

See Also:
Constant Field Values

LITERAL_PREFIX

public static final java.lang.String LITERAL_PREFIX
Prefix used to ensure that the value is interpreted as a literal string.

See Also:
Constant Field Values
Constructor Detail

BindingConstants

public BindingConstants()