org.apache.struts.webapp.example2
Class Constants

java.lang.Object
  extended by org.apache.struts.webapp.example2.Constants

public final class Constants
extends java.lang.Object

Manifest constants for the example application.

Version:
$Rev: 471754 $ $Date: 2006-11-06 08:55:09 -0600 (Mon, 06 Nov 2006) $
Author:
Craig R. McClanahan

Field Summary
static java.lang.String DATABASE_KEY
          The application scope attribute under which our user database is stored.
static java.lang.String Package
          The package name for this application.
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 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

Package

public static final java.lang.String Package
The package name for this application.

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

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

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
Constructor Detail

Constants

public Constants()


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