public class Bpm4StrutsGlobals extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_VALIDATION_FOR_HIDDEN_FORM_FIELDS
Instructs the cartridge not to include hidden fields in the validation process.
|
static String |
FORM_IMPLEMENTATION_SUFFIX
The suffix for form implementation names.
|
static String |
FORM_SUFFIX
The suffix for form names.
|
static String |
PROPERTY_ACTION_FORM_SCOPE
Stores the scope of the "form" attribute when executing an action.
|
static String |
PROPERTY_ACTION_PATH_PREFIX
The namespace property used to identify the action path prefix, which may very well be empty.
|
static String |
PROPERTY_DEFAULT_ACTION_REDIRECT
Contains the default value for whether or not all forwards should perform a HTTP redirect or not.
|
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 |
PROPERTY_GENERATE_TABLE_DECORATORS
The namespace property used to toggle the automatic generation of table decorators for displaytag.
|
static String |
PROPERTY_NORMALIZE_MESSAGES
Denotes the way application resource messages ought to be generated.
|
static String |
PROPERTY_STRICT_DATETIMEFORMAT
Are date and time format to be strictly applied to the entered input ?
|
static String |
PROPERTY_TABLE_DECORATOR_SUFFIX
The suffix used to append to decorator class names.
|
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.
|
Constructor and Description |
---|
Bpm4StrutsGlobals() |
public static final String PROPERTY_DEFAULT_INPUT_COLUMN_COUNT
public static final String PROPERTY_DEFAULT_INPUT_ROW_COUNT
public static final String PROPERTY_DEFAULT_DATEFORMAT
public static final String PROPERTY_DEFAULT_TIMEFORMAT
public static final String PROPERTY_STRICT_DATETIMEFORMAT
public static final String PROPERTY_DEFAULT_ACTION_REDIRECT
public static final String PROPERTY_ACTION_PATH_PREFIX
public static final String PROPERTY_GENERATE_TABLE_DECORATORS
public static final String PROPERTY_TABLE_DECORATOR_SUFFIX
public static final String PROPERTY_DEFAULT_TABLE_EXPORT_TYPES
public static final String PROPERTY_ACTION_FORM_SCOPE
public static final String PROPERTY_NORMALIZE_MESSAGES
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.
public static final String DISABLE_VALIDATION_FOR_HIDDEN_FORM_FIELDS
public static final String FORM_SUFFIX
public static final String FORM_IMPLEMENTATION_SUFFIX
public static final String SERVICE_PACKAGE_NAME_PATTERN
public static final String SERVICE_ACCESSOR_PATTERN
public Bpm4StrutsGlobals()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.