org.apache.tapestry
Class TapestryConstants

java.lang.Object
  |
  +--org.apache.tapestry.TapestryConstants

public class TapestryConstants
extends java.lang.Object

Since:
3.1
Author:
Howard M. Lewis Ship

Field Summary
static java.lang.String EXCEPTION_PAGE
          The name ("Exception") of the page used for reporting exceptions.
static java.lang.String HOME_PAGE
          The name ("Home") of the default page presented when a user first accesses the application.
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 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
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
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