FileDocCategorySizeDatePackage
Constants.javaAPI DocExample3885Sun Mar 07 19:48:42 GMT 2004org.apache.struts.webapp.example

Constants

public final class Constants extends Object
Manifest constants for the example application.
author
Craig R. McClanahan
version
$Revision: 1.3 $ $Date: 2002/03/05 04:23:56 $

Fields Summary
public static final String
Package
The package name 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.
Constructors Summary
Methods Summary