|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.webapp.example2.Constants
public final class 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 |
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 |
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 |
---|
public static final String Package
public static final String DATABASE_KEY
public static final String SUBSCRIPTION_KEY
public static final String USER_KEY
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |