org.apache.tapestry
Class TapestryConstants

java.lang.Object
  extended byorg.apache.tapestry.TapestryConstants

public class TapestryConstants
extends java.lang.Object

Since:
4.0
Author:
Howard M. Lewis Ship

Field Summary
static java.lang.String EXCEPTION_PAGE
          Deprecated. To be removed in 4.1.
static java.lang.String HOME_PAGE
          Deprecated. To be removed in 4.1.
static java.lang.String LOCALE_COOKIE_NAME
          Name of the cookie written to the client web browser to identify the locale.
static java.lang.String PAGE_CLASS_NAME
          Name of the meta data property used as a default for page class names.
static java.lang.String STALE_LINK_PAGE
          The name ("StaleLink") of the page used for reporting stale links.
static java.lang.String STALE_SESSION_PAGE
          The name ("StaleSession") of the page used for reporting state sessions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOME_PAGE

public static final java.lang.String HOME_PAGE
Deprecated. To be removed in 4.1.

The name ("Home") of the default page presented when a user first accesses the application.

See Also:
HomeService, Constant Field Values

EXCEPTION_PAGE

public static final java.lang.String EXCEPTION_PAGE
Deprecated. To be removed in 4.1.

The name ("Exception") of the page used for reporting exceptions.

Such a page must have a writable JavaBeans property named 'exception' of type java.lang.Throwable.

See Also:
Constant Field Values

STALE_LINK_PAGE

public static final java.lang.String STALE_LINK_PAGE
The name ("StaleLink") of the page used for reporting stale links.

The page must implement a writeable JavaBeans proeprty named 'message' of type String.

See Also:
Constant Field Values

STALE_SESSION_PAGE

public static final java.lang.String STALE_SESSION_PAGE
The name ("StaleSession") of the page used for reporting state sessions.

See Also:
Constant Field Values

LOCALE_COOKIE_NAME

public static final java.lang.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 java.lang.String PAGE_CLASS_NAME
Name of the meta data property used as a default for page class names.

See Also:
Constant Field Values