|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.webapp.example.Constants
Manifest constants for the example application.
Field Summary | |
static String |
DATABASE_KEY
The application scope attribute under which our user database is stored. |
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 "failure" for this application. |
static String |
PACKAGE
The package name for this application. |
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 "success" 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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PACKAGE
public static final String FAILURE
public static final String SUCCESS
public static final String DATABASE_KEY
public static final String SUBSCRIPTION_KEY
public static final String USER_KEY
public static final String ERROR_DATABASE_NOT_LOADED
public static final String ERROR_MESSAGES_NOT_LOADED
public static final String ERROR_KEY
Constructor Detail |
public Constants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |