Field Summary |
|
final public static String | DISABLE_VALIDATION_FOR_HIDDEN_FORM_FIELDS Instructs the cartridge not to include hidden fields in the validation process. |
final public static String | FORM_IMPLEMENTATION_SUFFIX The suffix for form implementation names. |
final public static String | FORM_SUFFIX The suffix for form names. |
final public static String | PROPERTY_ACTION_FORM_SCOPE Stores the scope of the "form" attribute when executing an action. |
final public static String | PROPERTY_ACTION_PATH_PREFIX The namespace property used to identify the action path prefix, which may very well be empty. |
final public static String | PROPERTY_DEFAULT_ACTION_REDIRECT Contains the default value for whether or not all forwards should perform a HTTP redirect or not. |
final public static String | PROPERTY_DEFAULT_DATEFORMAT Stores the default date format when dates are formatted. |
final public static String | PROPERTY_DEFAULT_INPUT_COLUMN_COUNT The default number of columns to render for input fields. |
final public static String | PROPERTY_DEFAULT_INPUT_ROW_COUNT The default number of rows to render for textarea fields. |
final public static String | PROPERTY_DEFAULT_TABLE_EXPORT_TYPES A space-separated list of types to which displaytag table are to be exported by default. |
final public static String | PROPERTY_DEFAULT_TIMEFORMAT Stores the default time format when times are formatted. |
final public static String | PROPERTY_GENERATE_TABLE_DECORATORS The namespace property used to toggle the automatic generation of table decorators for displaytag. |
final public static String | PROPERTY_NORMALIZE_MESSAGES Denotes the way application resource messages ought to be generated.
When messages are normalized it means that elements with the same name
will reuse the same label, even if they are located in entirely different
use-cases or pages.
This results in resource bundles that are not only smaller in size but
also more straightforward to translate. |
final public static String | PROPERTY_STRICT_DATETIMEFORMAT |
final public static String | PROPERTY_TABLE_DECORATOR_SUFFIX The suffix used to append to decorator class names. |
final public static String | SERVICE_ACCESSOR_PATTERN The namespace property used to identify the pattern used to construct the backend service's accessor. |
final public static String | SERVICE_PACKAGE_NAME_PATTERN The namespace property used to identify the pattern used to construct the backend service's package name. |