|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tapestry.TapestryConstants
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 |
public static final java.lang.String HOME_PAGE
HomeService
,
Constant Field Valuespublic static final java.lang.String EXCEPTION_PAGE
Such a page must have a writable JavaBeans property named 'exception' of type
java.lang.Throwable
.
public static final java.lang.String STALE_LINK_PAGE
The page must implement a writeable JavaBeans proeprty named 'message' of type
String
.
public static final java.lang.String STALE_SESSION_PAGE
public static final java.lang.String LOCALE_COOKIE_NAME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |