|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.apps.scriptingmailreader.Constants
public final class Constants
Manifest constants for the MailReader application.
Field Summary | |
---|---|
static String |
CREATE
The token representing a "create" task. |
static String |
DATABASE_KEY
The application scope attribute under which our user database is stored. |
static String |
DELETE
The token representing a "edit" task. |
static String |
EDIT
The token representing a "edit" task. |
static String |
ERROR_DATABASE_NOT_LOADED
A static message in case database resource is not loaded. |
static String |
ERROR_KEY
The request attributes key under the WelcomeAction stores an ArrayList of error messages, if required resources are missing. |
static String |
ERROR_MESSAGES_NOT_LOADED
A static message in case message resource is not loaded. |
static String |
FAILURE
The token representing a "failure" result for this application. |
static String |
LOG_CANCEL
The message to log when cancelling a transaction. |
static String |
LOG_FAILURE
The message to log when forwarding to a 'failure' result. |
static String |
LOG_LOGON
The message to log when forwarding to a 'logon' result. |
static String |
LOG_POPULATE_FORM
The message to log when populating a form. |
static String |
LOG_POPULATE_SUBSCRIPTION
The message to log when populating a subscription. |
static String |
LOG_POPULATE_USER
The message to log when populating a user. |
static String |
LOG_PROCESSING
The message to log when forwarding to a 'success' result. |
static String |
LOG_RESULT
The message to log when forwarding to a result. |
static String |
LOG_SUCCESS
The message to log when forwarding to a 'success' result. |
static String |
LOG_TOKEN
The message to log when setting a transactional token. |
static String |
LOG_TOKEN_CHECK
The message to log when checking a transactional token. |
static String |
LOGON
The token representing a "logon" result for this application. |
static String |
MSG_TRANSACTION_TOKEN
The resource key for an error with the transactional token. |
static String |
PACKAGE
The package name for this application. |
static String |
SAVE
The token representing a "save" task. |
static String |
SUBSCRIPTION_KEY
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored. |
static String |
SUCCESS
The token representing a "success" result for this application. |
static String |
USER_KEY
The session scope attribute under which the User object for the currently logged in user is stored. |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CREATE
The token representing a "create" task.
public static final String DATABASE_KEY
The application scope attribute under which our user database is stored.
public static final String DELETE
The token representing a "edit" task.
public static final String EDIT
The token representing a "edit" task.
public static final String ERROR_KEY
The request attributes key under the WelcomeAction stores an ArrayList of error messages, if required resources are missing.
public static final String FAILURE
The token representing a "failure" result for this application.
public static final String LOGON
The token representing a "logon" result for this application.
public static final String PACKAGE
The package name for this application.
public static final String SAVE
The token representing a "save" task.
public static final String SUBSCRIPTION_KEY
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.
public static final String SUCCESS
The token representing a "success" result for this application.
public static final String USER_KEY
The session scope attribute under which the User object for the currently logged in user is stored.
public static final String ERROR_DATABASE_NOT_LOADED
A static message in case database resource is not loaded.
public static final String ERROR_MESSAGES_NOT_LOADED
A static message in case message resource is not loaded.
public static final String MSG_TRANSACTION_TOKEN
The resource key for an error with the transactional token.
public static final String LOG_CANCEL
The message to log when cancelling a transaction.
public static final String LOG_RESULT
The message to log when forwarding to a result.
public static final String LOG_FAILURE
The message to log when forwarding to a 'failure' result.
public static final String LOG_LOGON
The message to log when forwarding to a 'logon' result.
public static final String LOG_POPULATE_FORM
The message to log when populating a form.
public static final String LOG_POPULATE_SUBSCRIPTION
The message to log when populating a subscription.
public static final String LOG_POPULATE_USER
The message to log when populating a user.
public static final String LOG_PROCESSING
The message to log when forwarding to a 'success' result.
public static final String LOG_SUCCESS
The message to log when forwarding to a 'success' result.
public static final String LOG_TOKEN
The message to log when setting a transactional token.
public static final String LOG_TOKEN_CHECK
The message to log when checking a transactional token.
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |