Package de.xima.fc
Class CmnConst.FormPreview.RemoteCommandParam
- java.lang.Object
-
- de.xima.fc.CmnConst.FormPreview.RemoteCommandParam
-
- Enclosing class:
- CmnConst.FormPreview
public static final class CmnConst.FormPreview.RemoteCommandParam extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_REQUEST_CHARACTER_ENCODING
static String
PARAM_REQUEST_CONTENT_LENGTH
static String
PARAM_REQUEST_CONTENT_TYPE
static String
PARAM_REQUEST_FRID
static String
PARAM_REQUEST_UUID
-
Constructor Summary
Constructors Constructor Description RemoteCommandParam()
-
-
-
Field Detail
-
PARAM_REQUEST_UUID
public static final String PARAM_REQUEST_UUID
- See Also:
- Constant Field Values
-
PARAM_REQUEST_CONTENT_TYPE
public static final String PARAM_REQUEST_CONTENT_TYPE
- See Also:
- Constant Field Values
-
PARAM_REQUEST_CHARACTER_ENCODING
public static final String PARAM_REQUEST_CHARACTER_ENCODING
- See Also:
- Constant Field Values
-
PARAM_REQUEST_CONTENT_LENGTH
public static final String PARAM_REQUEST_CONTENT_LENGTH
- See Also:
- Constant Field Values
-
PARAM_REQUEST_FRID
public static final String PARAM_REQUEST_FRID
- See Also:
- Constant Field Values
-
-