org.apache.tapestry
Class TapestryConstants

java.lang.Object
  extended by org.apache.tapestry.TapestryConstants

public final class TapestryConstants
extends Object

Since:
4.0
Author:
Howard M. Lewis Ship

Field Summary
static String DEFAULT_BINDING_PREFIX_NAME
          Name of meta-data property used to determine the default binding prefix.
static String LOCALE_COOKIE_NAME
          Name of the cookie written to the client web browser to identify the locale.
static String PAGE_CLASS_NAME
          Name of the meta data property used as a default for page class names.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCALE_COOKIE_NAME

public static final String LOCALE_COOKIE_NAME
Name of the cookie written to the client web browser to identify the locale.

See Also:
Constant Field Values

PAGE_CLASS_NAME

public static final String PAGE_CLASS_NAME
Name of the meta data property used as a default for page class names.

See Also:
Constant Field Values

DEFAULT_BINDING_PREFIX_NAME

public static final String DEFAULT_BINDING_PREFIX_NAME
Name of meta-data property used to determine the default binding prefix. The meta default for this is "ognl".

See Also:
Constant Field Values


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