org.apache.struts.apps.mailreader
Class Constants

java.lang.Object
  extended by org.apache.struts.apps.mailreader.Constants

public final class Constants
extends java.lang.Object

Manifest constants for the MailReader application.

Version:
$Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $

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

CREATE

public static final java.lang.String CREATE

The token representing a "create" task.

See Also:
Constant Field Values

DATABASE_KEY

public static final java.lang.String DATABASE_KEY

The application scope attribute under which our user database is stored.

See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE

The token representing a "edit" task.

See Also:
Constant Field Values

EDIT

public static final java.lang.String EDIT

The token representing a "edit" task.

See Also:
Constant Field Values

ERROR_KEY

public static final java.lang.String ERROR_KEY

The request attributes key under the WelcomeAction stores an ArrayList of error messages, if required resources are missing.

See Also:
Constant Field Values

FAILURE

public static final java.lang.String FAILURE

The token representing a "failure" result for this application.

See Also:
Constant Field Values

LOGON

public static final java.lang.String LOGON

The token representing a "logon" result for this application.

See Also:
Constant Field Values

PACKAGE

public static final java.lang.String PACKAGE

The package name for this application.

See Also:
Constant Field Values

SAVE

public static final java.lang.String SAVE

The token representing a "save" task.

See Also:
Constant Field Values

SUBSCRIPTION_KEY

public static final java.lang.String SUBSCRIPTION_KEY

The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.

See Also:
Constant Field Values

SUCCESS

public static final java.lang.String SUCCESS

The token representing a "success" result for this application.

See Also:
Constant Field Values

USER_KEY

public static final java.lang.String USER_KEY

The session scope attribute under which the User object for the currently logged in user is stored.

See Also:
Constant Field Values

ERROR_DATABASE_NOT_LOADED

public static final java.lang.String ERROR_DATABASE_NOT_LOADED

A static message in case database resource is not loaded.

See Also:
Constant Field Values

ERROR_MESSAGES_NOT_LOADED

public static final java.lang.String ERROR_MESSAGES_NOT_LOADED

A static message in case message resource is not loaded.

See Also:
Constant Field Values

MSG_TRANSACTION_TOKEN

public static final java.lang.String MSG_TRANSACTION_TOKEN

The resource key for an error with the transactional token.

See Also:
Constant Field Values

LOG_CANCEL

public static final java.lang.String LOG_CANCEL

The message to log when cancelling a transaction.

See Also:
Constant Field Values

LOG_RESULT

public static final java.lang.String LOG_RESULT

The message to log when forwarding to a result.

See Also:
Constant Field Values

LOG_FAILURE

public static final java.lang.String LOG_FAILURE

The message to log when forwarding to a 'failure' result.

See Also:
Constant Field Values

LOG_LOGON

public static final java.lang.String LOG_LOGON

The message to log when forwarding to a 'logon' result.

See Also:
Constant Field Values

LOG_POPULATE_FORM

public static final java.lang.String LOG_POPULATE_FORM

The message to log when populating a form.

See Also:
Constant Field Values

LOG_POPULATE_SUBSCRIPTION

public static final java.lang.String LOG_POPULATE_SUBSCRIPTION

The message to log when populating a subscription.

See Also:
Constant Field Values

LOG_POPULATE_USER

public static final java.lang.String LOG_POPULATE_USER

The message to log when populating a user.

See Also:
Constant Field Values

LOG_PROCESSING

public static final java.lang.String LOG_PROCESSING

The message to log when forwarding to a 'success' result.

See Also:
Constant Field Values

LOG_SUCCESS

public static final java.lang.String LOG_SUCCESS

The message to log when forwarding to a 'success' result.

See Also:
Constant Field Values

LOG_TOKEN

public static final java.lang.String LOG_TOKEN

The message to log when setting a transactional token.

See Also:
Constant Field Values

LOG_TOKEN_CHECK

public static final java.lang.String LOG_TOKEN_CHECK

The message to log when checking a transactional token.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.