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 ACTION_TYPE_HYPERLINK(Code)
Represents a hyperlink action type.
ACTION_TYPE_IMAGE
final public static String ACTION_TYPE_IMAGE(Code)
Represents an image action type.
ACTION_TYPE_TABLE
final public static String ACTION_TYPE_TABLE(Code)
Represents a table action type.
BACKING_LIST_PATTERN
final public static String BACKING_LIST_PATTERN(Code)
The pattern used for constructing a parameter's backing list name. A backing list
is used when you want to select the value of the parameter from a list (typically
used for drop-down select input types).
BACKING_VALUE_PATTERN
final public static String BACKING_VALUE_PATTERN(Code)
The pattern used for constructing a parameter's backing value name. A backing value
is used when you want to select and submit values from a regular table (works well when
you have a list of complex items with values you need to submit).
CONTROLLER_IMPLEMENTATION_PATTERN
final public static String CONTROLLER_IMPLEMENTATION_PATTERN(Code)
Stores the pattern used for constructing the controller implementation name.
CONVERTER_PATTERN
final public static String CONVERTER_PATTERN(Code)
The pattern used for constructing the name of JSF converter classes (i.e.
the enumeration converter).
DEFAULT_ACTION_REDIRECT
final public static String DEFAULT_ACTION_REDIRECT(Code)
Contains the default value for whether or not all forwards should perform a HTTP redirect or not.
DOCUMENTATION_MESSAGE_KEY_SUFFIX
final public static String DOCUMENTATION_MESSAGE_KEY_SUFFIX(Code)
The suffix given to the documentation message keys.
final public static String LABEL_LIST_PATTERN(Code)
The pattern used for constructing the label list name (stores the list
of possible parameter value labels).
NORMALIZE_MESSAGES
final public static String 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).