Fields Summary |
---|
public static final String | PACKAGEThe package name for this application. |
public static final String | FAILUREThe token representing "failure" for this application. |
public static final String | SUCCESSThe token representing "success" for this application. |
public static final String | DATABASE_KEYThe application scope attribute under which our user database
is stored. |
public static final String | SUBSCRIPTION_KEYThe session scope attribute under which the Subscription object
currently selected by our logged-in User is stored. |
public static final String | USER_KEYThe session scope attribute under which the User object
for the currently logged in user is stored. |
public static final String | ERROR_DATABASE_NOT_LOADEDA static message in case database resource is not loaded. |
public static final String | ERROR_MESSAGES_NOT_LOADEDA static message in case message resource is not loaded. |
public static final String | ERROR_KEYThe request attributes key under the WelcomeAction stores an ArrayList
of error messages, if required resources are missing. |