Package com.day.cq.wcm.foundation.forms
Class FormsConstants
java.lang.Object
com.day.cq.wcm.foundation.forms.FormsConstants
Some constants for the forms components.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCharacters allowed for an element name.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe default action type - the store action.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe name of the resource property for the resource super type.static final StringThe name of the resource property for the resource type.static final charReplacement character for invalid characters.static final StringRedirect to the referrer if no redirect is specified.static final Stringstatic final Stringstatic final Stringstatic final StringThe request parameter for fields that have been hidden on the clientstatic final StringThe request parameter containing the form start.static final StringThe request parameter containing the form id.static final StringThe request parameter containing the redirectstatic final StringThe resource super type for a form action.static final StringThe resource super type for a form constraint.static final StringThe resource type for a form action.static final StringThe resource type for a form begin.static final StringThe resource type for a form constraint.static final StringThe resource type for a form end.static final StringThe prefix for all form related resource types.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Method Summary
-
Field Details
-
RT_FORM_PREFIX
The prefix for all form related resource types.- See Also:
-
RT_FORM_BEGIN
The resource type for a form begin.- See Also:
-
RT_FORM_END
The resource type for a form end.- See Also:
-
RT_FORM_ACTION
The resource type for a form action.- See Also:
-
RT_FORM_CONSTRAINT
The resource type for a form constraint.- See Also:
-
RST_FORM_ACTION
The resource super type for a form action.- See Also:
-
RST_FORM_CONSTRAINT
The resource super type for a form constraint.- See Also:
-
PROPERTY_RT
The name of the resource property for the resource type.- See Also:
-
PROPERTY_RST
The name of the resource property for the resource super type.- See Also:
-
START_PROPERTY_ACTION_PATH
- See Also:
-
START_PROPERTY_ACTION_TYPE
- See Also:
-
START_PROPERTY_LOAD_PATH
- See Also:
-
START_PROPERTY_CLIENT_VALIDATION
- See Also:
-
START_PROPERTY_FORMID
- See Also:
-
START_PROPERTY_END_RESOURCE_TYPE
- See Also:
-
START_PROPERTY_WORKFLOW_MODEL
- See Also:
-
START_PROPERTY_WORKFLOW_TITLE
- See Also:
-
START_PROPERTY_VALIDATION_RT
- Since:
- 5.4
- See Also:
-
DEFAULT_ACTION_TYPE
The default action type - the store action.- See Also:
-
ELEMENT_PROPERTY_NAME
- See Also:
-
ELEMENT_PROPERTY_REQUIRED
- See Also:
-
ELEMENT_PROPERTY_REQUIRED_MSG
- See Also:
-
ELEMENT_PROPERTY_CONSTRAINT_TYPE
- See Also:
-
ELEMENT_PROPERTY_CONSTRAINT_MSG
- See Also:
-
ELEMENT_PROPERTY_LOAD_PATH
- See Also:
-
ELEMENT_PROPERTY_DEFAULT_VALUE
- See Also:
-
ELEMENT_PROPERTY_OPTIONS
- See Also:
-
ELEMENT_PROPERTY_OPTIONS_LOAD_PATH
- See Also:
-
ELEMENT_PROPERTY_MULTI_SELECTION
- See Also:
-
ELEMENT_PROPERTY_READ_ONLY
- See Also:
-
ELEMENT_PROPERTY_CSS
- Since:
- 5.4
- See Also:
-
TYPE_TEXT_FIELD
Deprecated.Element type for text.- See Also:
-
TYPE_TEXT_AREA
Deprecated.Element type for text.- See Also:
-
TYPE_PASSWORD
Deprecated.Element type for text.- See Also:
-
COMPONENT_PROPERTY_ORDER
- See Also:
-
COMPONENT_PROPERTY_ENABLED
- See Also:
-
COMPONENT_PROPERTY_HINT
- See Also:
-
COMPONENT_PROPERTY_CONSTRAINT_MSG
- See Also:
-
REQUEST_PROPERTY_FORMID
The request parameter containing the form id.- See Also:
-
REQUEST_PROPERTY_FORM_START
The request parameter containing the form start.- See Also:
-
REQUEST_PROPERTY_REDIRECT
The request parameter containing the redirect- See Also:
-
REQUEST_PROPERTY_FIELD_HIDDEN
The request parameter for fields that have been hidden on the client- See Also:
-
ALLOWED_NAME_CHARS
Characters allowed for an element name.- See Also:
-
REPLACEMENT_CHAR
public static final char REPLACEMENT_CHARReplacement character for invalid characters.- See Also:
-
REQUEST_ATTR_REDIRECT_TO_REFERRER
Redirect to the referrer if no redirect is specified. -
SCRIPT_CLIENT_VALIDATION
- See Also:
-
SCRIPT_SERVER_VALIDATION
- See Also:
-
SCRIPT_FORM_INIT
- See Also:
-
SCRIPT_FORM_ADD_FIELDS
- See Also:
-
SCRIPT_FORM_CLIENT_VALIDATION
- See Also:
-
SCRIPT_FORM_SERVER_VALIDATION
- See Also:
-
SCRIPT_FIELD_INIT
- See Also:
-
REQUEST_ATTR_WORKFLOW_PATH
- See Also:
-
REQUEST_ATTR_WORKFLOW_PAYLOAD_PATH
- See Also:
-
REQUEST_ATTR_WORKFLOW_TITLE
- See Also:
-