org.apache.tapestry.binding
Class BindingConstants

java.lang.Object
  extended by 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.
 
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 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
Constructor Detail

BindingConstants

public BindingConstants()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.