Field Summary |
|
final public static String | CREATE
The token representing a "create" task. |
final public static String | DATABASE_KEY
The application scope attribute under which our user database
is stored. |
final public static String | DELETE
The token representing a "edit" task. |
final public static String | EDIT
The token representing a "edit" task. |
final public static String | ERROR_DATABASE_NOT_LOADED
A static message in case database resource is not loaded. |
final public static String | ERROR_KEY
The request attributes key under the WelcomeAction stores an ArrayList
of error messages, if required resources are missing. |
final public static String | ERROR_MESSAGES_NOT_LOADED
A static message in case message resource is not loaded. |
final public static String | FAILURE
The token representing a "failure" result for this application. |
final public static String | LOGON
The token representing a "logon" result for this application. |
final public static String | LOG_CANCEL
The message to log when cancelling a transaction. |
final public static String | LOG_FAILURE
The message to log when forwarding to a 'failure' result. |
final public static String | LOG_LOGON
The message to log when forwarding to a 'logon' result. |
final public static String | LOG_POPULATE_FORM
The message to log when populating a form. |
final public static String | LOG_POPULATE_SUBSCRIPTION
The message to log when populating a subscription. |
final public static String | LOG_POPULATE_USER
The message to log when populating a user. |
final public static String | LOG_PROCESSING
The message to log when forwarding to a 'success' result. |
final public static String | LOG_RESULT
The message to log when forwarding to a result. |
final public static String | LOG_SUCCESS
The message to log when forwarding to a 'success' result. |
final public static String | LOG_TOKEN
The message to log when setting a transactional token. |
final public static String | LOG_TOKEN_CHECK
The message to log when checking a transactional token. |
final public static String | MSG_TRANSACTION_TOKEN
The resource key for an error with the transactional token. |
final public static String | PACKAGE
The package name for this application. |
final public static String | SAVE
The token representing a "save" task. |
final public static String | SUBSCRIPTION_KEY
The session scope attribute under which the Subscription object
currently selected by our logged-in User is stored. |
final public static String | SUCCESS
The token representing a "success" result for this application. |
final public static String | USER_KEY
The session scope attribute under which the User object
for the currently logged in user is stored. |