public class CmsUgcConstants extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CmsUgcConstants.ErrorCode
Enum representing the different types of errors.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JS_ATTR_ERROR
Javascript attribute name.
|
static java.lang.String |
JS_ATTR_VALIDATION_ERRORS
JavaScript attribute name.
|
static java.lang.String |
PARAM_FORM_DATA_ID
The request parameter used for identifying form submits.
|
static java.lang.String |
PARAM_SESSION_ID
Name of the parameter containing the session id.
|
Constructor and Description |
---|
CmsUgcConstants() |
public static final java.lang.String JS_ATTR_ERROR
public static final java.lang.String JS_ATTR_VALIDATION_ERRORS
public static final java.lang.String PARAM_FORM_DATA_ID
public static final java.lang.String PARAM_SESSION_ID
public CmsUgcConstants()