FileDocCategorySizeDatePackage
Constants.javaAPI DocExample2763Thu Jul 08 09:27:40 BST 2004org.apache.struts.webapp.example

Constants

public final class Constants extends Object
Manifest constants for the example application.
version
$Revision: 1.7 $ $Date: 2004/03/14 06:23:44 $

Fields Summary
public static final String
PACKAGE
The package name for this application.
public static final String
FAILURE
The token representing "failure" for this application.
public static final String
SUCCESS
The token representing "success" for this application.
public static final String
DATABASE_KEY
The application scope attribute under which our user database is stored.
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
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
ERROR_KEY
The request attributes key under the WelcomeAction stores an ArrayList of error messages, if required resources are missing.
Constructors Summary
Methods Summary