public class JSFGlobals extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_FORM_KEY
The default key under which the action form is stored.
|
static String |
ACTION_TYPE_DIALOG
Represents a dialog action type.
|
static String |
ACTION_TYPE_FORM
Represents a form action type.
|
static String |
ACTION_TYPE_HYPERLINK
Represents a hyperlink action type.
|
static String |
ACTION_TYPE_IMAGE
Represents an image action type.
|
static String |
ACTION_TYPE_POPUP
Represents a popup action type.
|
static String |
ACTION_TYPE_TABLE
Represents a table action type.
|
static String |
BACKING_LIST_PATTERN
The pattern used for constructing a parameter's backing list name.
|
static String |
BACKING_VALUE_PATTERN
The pattern used for constructing a parameter's backing value name.
|
static String |
CONTROLLER_IMPLEMENTATION_PATTERN
Stores the pattern used for constructing the controller implementation name.
|
static String |
CONVERTER_PATTERN
The pattern used for constructing the name of JSF converter classes (i.e.
|
static String |
CRUD_VALUE_OBJECT_SUFFIX
The suffix to append to the class names of CRUD value objects.
|
static String |
DEFAULT_ACTION_REDIRECT
Contains the default value for whether or not all forwards should perform a HTTP redirect or not.
|
static String |
DOCUMENTATION_MESSAGE_KEY_SUFFIX
The suffix given to the documentation message keys.
|
static int |
DUMMY_ARRAY_COUNT
The item count for dummy arrays.
|
static String |
FORM_BEAN_PATTERN
The pattern for constructing the bean name under which the form is stored.
|
static String |
FORM_IMPLEMENTATION_PATTERN
The pattern for constructing the form implementation name.
|
static String |
FORM_PATTERN
The pattern for constructing the form name.
|
static String |
FORM_SCOPE
Stores the default form scope which can be overridden with a tagged value.
|
static String |
GENERATE_CRUD_IMPLS
Should generate Impl classes, always ?.
|
static String |
INPUT_CHECKBOX
The "checkbox" form input type.
|
static String |
INPUT_HIDDEN
The "hidden" form input type.
|
static String |
INPUT_MULTIBOX
The "multibox" form input type.
|
static String |
INPUT_PASSWORD
The "password" form input type.
|
static String |
INPUT_RADIO
The "radio" form input type.
|
static String |
INPUT_SELECT
The "select" form input type.
|
static String |
INPUT_TABLE
The "table" form input type.
|
static String |
INPUT_TEXT
The "text" form input type.
|
static String |
INPUT_TEXTAREA
The "textarea" form input type.
|
static String |
LABEL_LIST_PATTERN
The pattern used for constructing the label list name (stores the list
of possible parameter value labels).
|
static String |
NORMALIZE_MESSAGES
Denotes the way application resource messages ought to be generated.
|
static String |
PLAIN_TEXT
The "plain text" type.
|
static String |
PROPERTY_DEFAULT_DATEFORMAT
Stores the default date format when dates are formatted.
|
static String |
PROPERTY_DEFAULT_INPUT_COLUMN_COUNT
The default number of columns to render for input fields.
|
static String |
PROPERTY_DEFAULT_INPUT_ROW_COUNT
The default number of rows to render for textarea fields.
|
static String |
PROPERTY_DEFAULT_TABLE_EXPORT_TYPES
A space-separated list of types to which displaytag table are to be exported by default.
|
static String |
PROPERTY_DEFAULT_TIMEFORMAT
Stores the default time format when times are formatted.
|
static String |
SERVICE_ACCESSOR_PATTERN
The namespace property used to identify the pattern used to construct the backend service's accessor.
|
static String |
SERVICE_PACKAGE_NAME_PATTERN
The namespace property used to identify the pattern used to construct the backend service's package name.
|
static String |
TITLE_MESSAGE_KEY_SUFFIX
The suffix given to title message keys.
|
static String |
USECASE_FORWARD_NAME_SUFFIX
The suffix to append to the forward name.
|
static String |
VALUE_LIST_PATTERN
The pattern used for constructing the values list name (stores the list of
possible parameter values when selecting from a list).
|
static String |
VIEW_POPULATOR_PATTERN
The pattern used for constructing the name of the filter that performs view form population.
|
Constructor and Description |
---|
JSFGlobals() |
public static final String GENERATE_CRUD_IMPLS
public static final String CRUD_VALUE_OBJECT_SUFFIX
public static final String PROPERTY_DEFAULT_TABLE_EXPORT_TYPES
public static final String PROPERTY_DEFAULT_INPUT_COLUMN_COUNT
public static final String PROPERTY_DEFAULT_INPUT_ROW_COUNT
public static final String NORMALIZE_MESSAGES
public static final String FORM_PATTERN
public static final String DEFAULT_ACTION_REDIRECT
public static final String FORM_IMPLEMENTATION_PATTERN
public static final String FORM_BEAN_PATTERN
public static final String FORM_SCOPE
public static final String CONTROLLER_IMPLEMENTATION_PATTERN
public static final String TITLE_MESSAGE_KEY_SUFFIX
public static final String DOCUMENTATION_MESSAGE_KEY_SUFFIX
public static final String SERVICE_ACCESSOR_PATTERN
public static final String SERVICE_PACKAGE_NAME_PATTERN
public static final String ACTION_TYPE_HYPERLINK
public static final String ACTION_TYPE_POPUP
public static final String ACTION_TYPE_DIALOG
public static final String ACTION_TYPE_FORM
public static final String ACTION_TYPE_TABLE
public static final String ACTION_TYPE_IMAGE
public static final String PROPERTY_DEFAULT_DATEFORMAT
public static final String PROPERTY_DEFAULT_TIMEFORMAT
public static final String ACTION_FORM_KEY
public static final String VIEW_POPULATOR_PATTERN
public static final String BACKING_LIST_PATTERN
public static final String BACKING_VALUE_PATTERN
public static final String LABEL_LIST_PATTERN
public static final String VALUE_LIST_PATTERN
public static final int DUMMY_ARRAY_COUNT
public static final String CONVERTER_PATTERN
public static final String INPUT_TEXTAREA
public static final String INPUT_SELECT
public static final String INPUT_PASSWORD
public static final String INPUT_HIDDEN
public static final String INPUT_RADIO
public static final String INPUT_TEXT
public static final String INPUT_MULTIBOX
public static final String INPUT_TABLE
public static final String INPUT_CHECKBOX
public static final String PLAIN_TEXT
public static final String USECASE_FORWARD_NAME_SUFFIX
public JSFGlobals()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.