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_ACTION_FORM_SCOPE(Code)
Stores the scope of the "form" attribute when executing an action.
PROPERTY_ACTION_PATH_PREFIX
final public static String PROPERTY_ACTION_PATH_PREFIX(Code)
The namespace property used to identify the action path prefix, which may very well be empty.
PROPERTY_DEFAULT_ACTION_REDIRECT
final public static String PROPERTY_DEFAULT_ACTION_REDIRECT(Code)
Contains the default value for whether or not all forwards should perform a HTTP redirect or not.
PROPERTY_DEFAULT_DATEFORMAT
final public static String PROPERTY_DEFAULT_DATEFORMAT(Code)
Stores the default date format when dates are formatted.
PROPERTY_DEFAULT_INPUT_COLUMN_COUNT
final public static String PROPERTY_DEFAULT_INPUT_COLUMN_COUNT(Code)
The default number of columns to render for input fields.
PROPERTY_DEFAULT_INPUT_ROW_COUNT
final public static String PROPERTY_DEFAULT_INPUT_ROW_COUNT(Code)
The default number of rows to render for textarea fields.
PROPERTY_DEFAULT_TABLE_EXPORT_TYPES
final public static String PROPERTY_DEFAULT_TABLE_EXPORT_TYPES(Code)
A space-separated list of types to which displaytag table are to be exported by default.
PROPERTY_DEFAULT_TIMEFORMAT
final public static String PROPERTY_DEFAULT_TIMEFORMAT(Code)
Stores the default time format when times are formatted.
PROPERTY_GENERATE_TABLE_DECORATORS
final public static String PROPERTY_GENERATE_TABLE_DECORATORS(Code)
The namespace property used to toggle the automatic generation of table decorators for displaytag.
PROPERTY_NORMALIZE_MESSAGES
final public static String PROPERTY_NORMALIZE_MESSAGES(Code)
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. The downside is that it will be
less evident to customize labels for certain fields (which is rarely the
case anyway).
For backward compatibility reasons this flag is disabled by default.
PROPERTY_STRICT_DATETIMEFORMAT
final public static String PROPERTY_STRICT_DATETIMEFORMAT(Code)
Are date and time format to be strictly applied to the entered input ?
PROPERTY_TABLE_DECORATOR_SUFFIX
final public static String PROPERTY_TABLE_DECORATOR_SUFFIX(Code)
The suffix used to append to decorator class names.
SERVICE_ACCESSOR_PATTERN
final public static String SERVICE_ACCESSOR_PATTERN(Code)
The namespace property used to identify the pattern used to construct the backend service's accessor.
SERVICE_PACKAGE_NAME_PATTERN
final public static String SERVICE_PACKAGE_NAME_PATTERN(Code)
The namespace property used to identify the pattern used to construct the backend service's package name.