|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Global interface containing constants for keys, parameters, and configuration vars used by the web application
Field Summary | |
static java.lang.String |
APPLICATION_SERVICE_KEY
The application context key to find the application service |
static java.lang.String |
BREADCRUMBS_KEY
The request or tile key for the breadcrumbs bean |
static java.lang.String |
CANCEL_COLLECTION_FW
Standard forward for a user's cancel when operating on a collection |
static java.lang.String |
CANCEL_FW
Standard forward for a user's cancel |
static java.lang.String |
CANCEL_REFERENCE_FW
Standard forward for a user's cancel when operating on a reference |
static java.lang.String |
CHANGE_COLLECTION_FW
Standard forward for when a user is changing a collection |
static java.lang.String |
CHANGE_REFERENCE_FW
Standard forward for when a user is changing a reference |
static java.lang.String |
CLASS_ID_PARAM
The parameter that is used to pass the fully qualified name of an ojb class |
static java.lang.String |
COLLECTION_NAME_PARAM
The key that identifies which collection the action is operating on |
static java.lang.String |
COMMIT_SUCCESS_COLLECTION_FW
Standard forward for when commit from an Action operating on a collection is successful |
static java.lang.String |
COMMIT_SUCCESS_FW
Standard forward for when commit is successful |
static java.lang.String |
COMMIT_SUCCESS_REFERENCE_FW
Standard forward for when commit from an Action operating on a reference is successful |
static java.lang.String |
CONFIG_FILE_PROP
Initialization property key to the console's configuration file path |
static java.lang.String |
CONTENT_PARAM
The parameter for the object editor form's content |
static java.lang.String |
CREATE_FW
Standard forward for dispatching to a create action |
static java.lang.String |
CRITERIA_KEY_PARAM
The key to check for exisiting search critieria |
static java.lang.String |
CRITERIA_PARAM
The parameter to pass search critieria |
static java.lang.String |
CURRENT_WINDOW_PARAM
The parameter to use when changing the current page/window the user is viewing in a search result |
static java.lang.String |
DATA_GRID_PARAM
The standard parameter to use when a form has one data grid |
static java.lang.String |
DEFAULT_PERSISTENT_FIELD
|
static java.lang.Integer |
DEFAULT_USER_WINDOW_SIZE
Default user's window size |
static java.lang.String |
DISPLAY_FW
Standard forward for the default behavior of an action. |
static java.lang.String |
EDIT_FW
Standard forward for dispatching to an edit action |
static java.lang.String |
ERROR_KEY
The key to find the error object |
static java.lang.String |
EXCEPTION_KEY
The error jsp request key for holding the exception |
static java.lang.String |
FAILURE_FW
Standard failure forward |
static java.lang.String |
FIELD_ID_PARAM
The parameter that is used identify a field |
static java.lang.String |
FINISH_FW
Standard forward for when a user is finished |
static java.lang.String |
LOCALE_KEY
The session context key to find the user's locale |
static java.lang.String |
MENUBAR_KEY
The request or tile key for the menubar bean |
static java.lang.String |
MESSAGES_KEY
The key to find the messages object |
static java.lang.String |
METHOD_PARAM
The parameter for all the dispatch actions in the application |
static java.lang.String |
MODE_EDIT
Indicates something is in edit mode |
static java.lang.String |
MODE_INSERT
Indicates something is in insert mode |
static java.lang.String |
MODE_PARAM
The parameter to use when an additional mode is needed |
static java.lang.String |
NESTED_CLASS_ID_PARAM
The parameter that is used to pass the fully qualified name of the nested ojb class |
static java.lang.String |
NESTED_FINISH_FW
Standard forward for when a user is finished with a nested action |
static java.lang.String |
NULL_STR
The string to use for NULL |
static java.lang.String |
OBJECT_KEY_PARAM
The key to find the object on which the user is operating |
static java.lang.String |
OJB_CONSOLE_CONFIG_FILE
The name of this application's ui's internal configuration file |
static java.lang.String |
OJB_PROPERTIES_FILE
The name of the OJB properties file |
static java.lang.String |
OJBC_PROPERTIES_FILE
The name of this application's properties file |
static java.lang.String |
PARENT_OBJECT_KEY_PARAM
The key to find the parent object of the object on which the user is operatin |
static java.lang.String |
PK_SEPARATOR
The string used to separate the values of a composite primary key |
static java.lang.String |
REFERENCE_NAME_PARAM
The key that identifies which reference the action is operating on |
static java.lang.String |
REMOVE_FW
|
static java.lang.String |
REPO_FILE
The name of this application's ui metadata configuration file |
static java.lang.String |
REPO_FILE_PROP
Initialization property key to the repository configuration file path |
static java.lang.String |
REPOSITORY_FAILURE_FW
|
static java.lang.String |
SEARCH_CONTROLS_PARAM
The parameter for the search control widgets |
static java.lang.String |
SEARCH_FW
Standard forward for dispatching to a search action |
static java.lang.String |
SELECTED_UID_PARAM
The parameter for passing a set of selected unique ids of an object |
static java.lang.String |
SORT_ASCENDING_PARAM
The parameter for keeping track of whether the current sort is ascending or descending |
static java.lang.String |
SORT_COLUMN_PARAM
The parameter to use when passing in what column the user wants to sort |
static java.lang.String |
SUCCESS_FW
Standard success forward |
static java.lang.String |
TABS_KEY
The request or tile key for the tab bean |
static java.lang.String |
TILE_FAILURE_FW
Standard tile failure forward |
static java.lang.String |
TOOLBAR_KEY
The request or tile key for the toolbar bean |
static java.lang.String |
UID_PARAM
The parameter for passing the unique id of an object |
static java.lang.String |
USER_CONTAINER_KEY
The session context key to find the user container |
static java.lang.String |
VALIDATE_PARAM
The parameter forms that need to determine when to validate. |
static java.lang.String |
VALUES_PARAM
The parameter to pass search critieria values |
static java.lang.String |
WIDGET_ID_PARAM
The key that a widget uses to identify itself |
static java.lang.String |
WIDGETS_PARAM
The parameter for the object editor form's widgets |
static java.lang.String |
WINDOW_SIZE_PARAM
The parameter to use when changing the size of the page/window in a search result |
Field Detail |
public static final java.lang.String APPLICATION_SERVICE_KEY
public static final java.lang.String USER_CONTAINER_KEY
public static final java.lang.String LOCALE_KEY
public static final java.lang.String MESSAGES_KEY
public static final java.lang.String ERROR_KEY
public static final java.lang.String EXCEPTION_KEY
public static final java.lang.String MENUBAR_KEY
public static final java.lang.String TABS_KEY
public static final java.lang.String TOOLBAR_KEY
public static final java.lang.String BREADCRUMBS_KEY
public static final java.lang.String CLASS_ID_PARAM
public static final java.lang.String NESTED_CLASS_ID_PARAM
public static final java.lang.String FIELD_ID_PARAM
public static final java.lang.String METHOD_PARAM
public static final java.lang.String VALIDATE_PARAM
public static final java.lang.String UID_PARAM
public static final java.lang.String SELECTED_UID_PARAM
public static final java.lang.String CONTENT_PARAM
public static final java.lang.String WIDGETS_PARAM
public static final java.lang.String CURRENT_WINDOW_PARAM
public static final java.lang.String WINDOW_SIZE_PARAM
public static final java.lang.String SORT_COLUMN_PARAM
public static final java.lang.String SORT_ASCENDING_PARAM
public static final java.lang.String CRITERIA_PARAM
public static final java.lang.String VALUES_PARAM
public static final java.lang.String DATA_GRID_PARAM
public static final java.lang.String SEARCH_CONTROLS_PARAM
public static final java.lang.String MODE_PARAM
public static final java.lang.String CRITERIA_KEY_PARAM
public static final java.lang.String COLLECTION_NAME_PARAM
public static final java.lang.String OBJECT_KEY_PARAM
public static final java.lang.String PARENT_OBJECT_KEY_PARAM
public static final java.lang.String WIDGET_ID_PARAM
public static final java.lang.String REFERENCE_NAME_PARAM
public static final java.lang.String SUCCESS_FW
public static final java.lang.String FAILURE_FW
public static final java.lang.String TILE_FAILURE_FW
public static final java.lang.String REPOSITORY_FAILURE_FW
public static final java.lang.String COMMIT_SUCCESS_FW
public static final java.lang.String COMMIT_SUCCESS_REFERENCE_FW
public static final java.lang.String COMMIT_SUCCESS_COLLECTION_FW
public static final java.lang.String CREATE_FW
public static final java.lang.String EDIT_FW
public static final java.lang.String SEARCH_FW
public static final java.lang.String CANCEL_FW
public static final java.lang.String REMOVE_FW
public static final java.lang.String CANCEL_COLLECTION_FW
public static final java.lang.String CANCEL_REFERENCE_FW
public static final java.lang.String FINISH_FW
public static final java.lang.String NESTED_FINISH_FW
public static final java.lang.String DISPLAY_FW
public static final java.lang.String CHANGE_COLLECTION_FW
public static final java.lang.String CHANGE_REFERENCE_FW
public static final java.lang.String REPO_FILE_PROP
public static final java.lang.String CONFIG_FILE_PROP
public static final java.lang.String OJB_PROPERTIES_FILE
public static final java.lang.String OJBC_PROPERTIES_FILE
public static final java.lang.String OJB_CONSOLE_CONFIG_FILE
public static final java.lang.String REPO_FILE
public static final java.lang.String MODE_EDIT
public static final java.lang.String MODE_INSERT
public static final java.lang.Integer DEFAULT_USER_WINDOW_SIZE
public static final java.lang.String PK_SEPARATOR
public static final java.lang.String NULL_STR
public static final java.lang.String DEFAULT_PERSISTENT_FIELD
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |