|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.common.Constants
public final class Constants
This class contains constants needed on both the client- and the serverside of the application.
| Field Summary | |
|---|---|
static java.lang.Boolean |
BOOLEAN_FALSE
Boolean.TRUE and Boolean.FALSE are not available in CLDC 1.0. |
static java.lang.Boolean |
BOOLEAN_TRUE
Boolean.TRUE and Boolean.FALSE are not available in CLDC 1.0. |
static java.lang.String |
ERRORS
Key for the server-response which contains the errors of the execution as a SafeHashtable. |
static java.lang.String |
EXCEPTION
Key for the server-response which contains the exception message as a string. |
static java.lang.String |
FORM_DATA
Key for the server-response which contains the data from the last executed form as a SafeHashtable. |
static java.lang.String |
IS_STRUTSME_REQUEST
HTTP request parameter which should be set to "true" to indicate a request from the mobile client. |
static java.lang.String |
LAST_ACTION
Key for the server-response which contains the name of the last executed action as a string. |
static java.lang.String |
MESSAGES
Key for the server-response which contains the messages of the execution as a SafeHashtable. |
static java.lang.String |
SESSION
Key for the server-response which contains the session id. |
static java.lang.String |
VERSION
Key for the serialization which contains the version information. see SerializationBase#copyValuesToMap(SafeHashtable) |
| 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 java.lang.String IS_STRUTSME_REQUEST
public static final java.lang.String EXCEPTION
public static final java.lang.String LAST_ACTION
public static final java.lang.String MESSAGES
public static final java.lang.String ERRORS
public static final java.lang.String FORM_DATA
public static final java.lang.String SESSION
public static final java.lang.String VERSION
public static final java.lang.Boolean BOOLEAN_TRUE
public static final java.lang.Boolean BOOLEAN_FALSE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||