com.taggercat.util
Class Constants

java.lang.Object
  extended by com.taggercat.util.Constants

public class Constants
extends java.lang.Object

Constants used by Tagger Cat.

 

Field Summary
static java.lang.String APPLICATION_SCOPE
           
static java.lang.String APPLICATION_SCOPE2
           
static java.lang.String ATTR_APPLICATION_ENVIRONMENT
          The application configuration object attribute key.
static java.lang.String ATTR_KEY_ACTUALRESPONSEPAGE
          The name of the actual response or error page controller navigates to.
static java.lang.String ATTR_KEY_ACTUALRESPONSEPAGE_SANS_QUERY
           
static java.lang.String ATTR_KEY_CONTROLLERPATH
           
static java.lang.String ATTR_KEY_FLASHSCOPE
           
static java.lang.String ATTR_KEY_USERSETTTINGS
          The name of the session scope attribute for user settings
static java.lang.String CONSTRAINT_ERROR_MESSAGE
           
static java.lang.String CONTEXT_INIT_PARAM_PRE_INSERT_ACTION
           
static java.lang.String CONTEXT_PARAM_KEY_SESSION_EXPIRED_PAGE
          Context parameter key used to specify the session expired page.
static java.lang.String CRUMB_TRAIL_LIST_NAME
          The key that the crumb trail is saved under as an attribute on the session.
static java.lang.String CURRENT_ENTITY_EXPRESSION_CONTEXT_OBJ
           
static java.lang.String CURRENT_EXCEPTION_KEY
          The attribute key of current exception set on the request scope.
static java.lang.String CURRENT_TEMPALTE_GUID
           
static java.lang.String CURRENT_TEMPALTE_VIEW_NAME
           
static java.lang.String CURRENT_USER_TIMEZONE
           
static java.lang.String DEFAULT_BUNDLE_BASE_NAME
           
static java.lang.String DELETE_REQUEST
           
static java.lang.String DS_MODE_NEW_ROW
          A data source mode used for a new empty resultset, inserting a single new tcEntity.
static java.lang.String ELEM_SUFFIX_MULTISELECT_ROW_ID
          Suffix of "multiSelectRowID" for form element for multi-selection options.
static java.lang.String ELEM_SUFFIX_MULTISELECT_ROW_ID_UNSELECTED
          Suffix of "multiSelectRowIDUnselect" for form element for multi-selection options.
static java.lang.String ELEM_SUFFIX_ROW_ID
          Suffix of "rowID" form element.
static java.lang.String ELEM_SUFFIX_SOURCE_VALUES_EXPR
          Suffix of "sourceValuesExpr" for menu lists form elements that set object references.
static java.lang.String END_OF_REQUEST_CHAIN
           
static java.lang.String ERROR_PROPERTY_NAMES
          The request attribute key for a list for field related error messages.
static java.lang.String GET_REQUEST
           
static java.lang.String INIT_PARAM_BUNDLE_BASE_NAME_KEY
           
static java.lang.String INIT_PARAM_LOCALE_KEY
           
static java.lang.String IS_INSERTING
           
static java.lang.String PAGE_SCOPE
          Predefined Scope prefixes used by the expression evaluator.
static java.lang.String PAGE_SCOPE2
           
static java.lang.String PAGE_SEQUENCE
          Page sequence identifier.
static java.lang.String PARAM_NAME_ACTION_NAME
          The Name of the Request parameter used to set the current action name.
static java.lang.String PARAM_NAME_DSNAME
          The name of the request parameter used to specify an action data source.
static java.lang.String PARAM_NAME_ERRORPAGE
          The Name of the Request parameter used to specify the error page.
static java.lang.String PARAM_NAME_ERRORPAGE_METHOD
          The name of the Request parameter used to specify the response method for the error page.
static java.lang.String PARAM_NAME_EXECUTEQUERY
          The name of the request parameter used to control auto-execute QBF Data sources.
static java.lang.String PARAM_NAME_PAGEID
          The name of the request parameter used to specify the current page ID.
static java.lang.String PARAM_NAME_PASSWORD
          The name of the request parameter used to specify the user's login password.
static java.lang.String PARAM_NAME_PROPERTY_NAME
          The name of the request parameter used to specify a field name; usually for a sort action.
static java.lang.String PARAM_NAME_RESPONSEPAGE_METHOD
          The Name of the Request parameter used to specify the current response method.
static java.lang.String PARAM_NAME_RQH_METHOD_NAME
          The name of the request parameter used for execute method actions; for method call RH.
static java.lang.String PARAM_NAME_SCROLLSIZE
          The name of the request parameter used to specify the default repeating region block size.
static java.lang.String PARAM_NAME_USERNAME
          The name of the request parameter to specify the user's login name.
static java.lang.String POST_REQUEST
           
static java.lang.String PUT_REQUEST
           
static java.lang.String QBF_FIELD_IDENTIFIER
          The middle term "qbf" of a QBF fields.
static java.lang.String REQUEST_COOKIES
           
static java.lang.String REQUEST_HEADER
           
static java.lang.String REQUEST_MATCHED_URI_PATTERN
           
static java.lang.String REQUEST_PAGE_CONTEXT
           
static java.lang.String REQUEST_PARAMETER
           
static java.lang.String REQUEST_PROCESSING_START_TIME
           
static java.lang.String REQUEST_SCOPE
           
static java.lang.String REQUEST_SCOPE2
           
static java.lang.String RESPONSEPAGE_PARAM_NAME
          The name of the Request parameter used for the response page.
static java.lang.String SERIALIZED_OBJECT_NAME_PREFIX
           
static java.lang.String SESSION_ATTR_TAGGER_CAT_MODEL
          The key in HttpSession used to store the Model reference.
static java.lang.String SESSION_LOCALE_KEY
           
static java.lang.String SESSION_SCOPE
           
static java.lang.String SESSION_SCOPE2
           
static java.lang.String STANDARD_ACTION_AJAX_FIELD_VALIDATION
           
static java.lang.String STANDARD_ACTION_AJAX_TEST_EXPRESSION
           
static java.lang.String STANDARD_ACTION_CLEAR_USERSETTTING
           
static java.lang.String STANDARD_ACTION_DELETE
          The standard request name parameter for a "delete" request action.
static java.lang.String STANDARD_ACTION_DELETESELECTED
          The standard request name parameter for a "deleteSelected" request action.
static java.lang.String STANDARD_ACTION_DUPLICATE_ROW
          The standard request name parameter for a "duplicate" request action.
static java.lang.String STANDARD_ACTION_EXECUTE_METHOD
           
static java.lang.String STANDARD_ACTION_GO_FIRST
          The standard request name parameter for a first tcEntity.
static java.lang.String STANDARD_ACTION_GO_LAST
          The standard request name parameter for a last tcEntity.
static java.lang.String STANDARD_ACTION_GO_NEXT
          The standard request name parameter for a next tcEntity.
static java.lang.String STANDARD_ACTION_GO_PREVIOUS
          The standard request name parameter for the previous tcEntity.
static java.lang.String STANDARD_ACTION_INSERT
          The standard request name parameter for a "insert" request action.
static java.lang.String STANDARD_ACTION_INSERT_UPDATE
          The standard request name parameter for a "insertUpdate" request action.
static java.lang.String STANDARD_ACTION_LOGIN
          The standard request name parameter for a "login" request action.
static java.lang.String STANDARD_ACTION_LOGOUT
          The standard request name parameter for a "logout" request action.
static java.lang.String STANDARD_ACTION_NO_ACTION_NAME
           
static java.lang.String STANDARD_ACTION_NOOP
          The standard request name parameter for a "noop" request action.
static java.lang.String STANDARD_ACTION_PAGENAVIGATE
          The standard request name parameter for a "pageNavigate" request action.
static java.lang.String STANDARD_ACTION_PICKFILL
           
static java.lang.String STANDARD_ACTION_QBF
          The standard request name parameter for a "qbf" request action.
static java.lang.String STANDARD_ACTION_QBFCLEAR
          The standard request name parameter for a "qbfClear" request action.
static java.lang.String STANDARD_ACTION_QUERY
          The standard request name parameter for a "query" request action.
static java.lang.String STANDARD_ACTION_RELOAD
           
static java.lang.String STANDARD_ACTION_RELOADMETADATA
          The standard request name parameter to reload the Metadata.
static java.lang.String STANDARD_ACTION_SAVE
          The standard request name parameter for a "save" request action.
static java.lang.String STANDARD_ACTION_SAVEALL
          The standard request name parameter for a "saveAll" request action.
static java.lang.String STANDARD_ACTION_SET_USERSETTING
           
static java.lang.String STANDARD_ACTION_SORT
          The standard request name parameter for a "sort" request action.
static java.lang.String STANDARD_ACTION_UNDO
           
static java.lang.String STANDARD_ACTION_UNDOALL
           
static java.lang.String STANDARD_ACTION_UPDATE
          The standard request name parameter for a "update" request action.
static java.lang.String STANDARD_CLOSE_DATASOURCES
          The standard request name parameter for a "closeDataSources" request action.
static java.lang.String SUCCESS
           
static java.lang.String TAGGER_CAT_MODEL_UPDATED
          The key on the Request Scope used to indicate that a model change has occurred.
static java.lang.String TC_ACTION_PERMISSIONS
           
static java.lang.String TC_ALIAS_JSP_FILENAMES
           
static java.lang.String TC_APPLICATION_DATASOURCES
           
static java.lang.String TC_CODE_TABLES
           
static java.lang.String TC_CONTROLLER_RECURSION_COUNT
           
static java.lang.String TC_CONTROLLER_SERVLET
           
static java.lang.String TC_HBN8_METADATA
          A Map of meta-data instances, one for each tenant
static java.lang.String TC_HBN8_METADATA_CATALOG
           
static java.lang.String TC_HBN8_METADATA_TENANT_NAME
          the name of the tenant to use for reference meta data
static java.lang.String TC_HBN8_PERMISSION_READER
           
static java.lang.String TC_HBN8_SESSION_FACTORY
           
static java.lang.String TC_HIBERNATE_CONFIG
           
static java.lang.String TC_JSP_FILENAMES_ARE_ALIASED
           
static java.lang.String TC_MULTI_TENANT_SYSTEM
           
static java.lang.String TC_MULTI_TENANT_TENANT_NAMES
           
static java.lang.String TC_NOW_ROWS_MESSAGE
           
static java.lang.String TC_PAGE_SEMAPHORE_SEQUENCE
           
static java.lang.String TC_REDIRECT_RESOLVER
           
static java.lang.String TC_SECURITY_PROVIDER
           
static java.lang.String TC_SINGLE_TENANT
           
static java.lang.String TC_TENANT_SCOPE
           
static java.lang.String TC_VIEW_RESPONSE_SESSION
           
static java.lang.String VALIDATE_PAGE_SEQUENCES
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_EXCEPTION_KEY

public static final java.lang.String CURRENT_EXCEPTION_KEY
The attribute key of current exception set on the request scope.

See Also:
Constant Field Values

RESPONSEPAGE_PARAM_NAME

public static final java.lang.String RESPONSEPAGE_PARAM_NAME
The name of the Request parameter used for the response page.

See Also:
Constant Field Values

ATTR_KEY_ACTUALRESPONSEPAGE

public static final java.lang.String ATTR_KEY_ACTUALRESPONSEPAGE
The name of the actual response or error page controller navigates to. This value represents the result on any response page set with an expression.

See Also:
Constant Field Values

ATTR_KEY_ACTUALRESPONSEPAGE_SANS_QUERY

public static final java.lang.String ATTR_KEY_ACTUALRESPONSEPAGE_SANS_QUERY
See Also:
Constant Field Values

ATTR_KEY_FLASHSCOPE

public static final java.lang.String ATTR_KEY_FLASHSCOPE
See Also:
Constant Field Values

ATTR_KEY_CONTROLLERPATH

public static final java.lang.String ATTR_KEY_CONTROLLERPATH
See Also:
Constant Field Values

ATTR_KEY_USERSETTTINGS

public static final java.lang.String ATTR_KEY_USERSETTTINGS
The name of the session scope attribute for user settings

See Also:
Constant Field Values

ATTR_APPLICATION_ENVIRONMENT

public static final java.lang.String ATTR_APPLICATION_ENVIRONMENT
The application configuration object attribute key.

See Also:
Constant Field Values

CONTEXT_PARAM_KEY_SESSION_EXPIRED_PAGE

public static final java.lang.String CONTEXT_PARAM_KEY_SESSION_EXPIRED_PAGE
Context parameter key used to specify the session expired page.

See Also:
Constant Field Values

PARAM_NAME_ERRORPAGE

public static final java.lang.String PARAM_NAME_ERRORPAGE
The Name of the Request parameter used to specify the error page.

See Also:
Constant Field Values

PARAM_NAME_RESPONSEPAGE_METHOD

public static final java.lang.String PARAM_NAME_RESPONSEPAGE_METHOD
The Name of the Request parameter used to specify the current response method.

See Also:
Constant Field Values

PARAM_NAME_ERRORPAGE_METHOD

public static final java.lang.String PARAM_NAME_ERRORPAGE_METHOD
The name of the Request parameter used to specify the response method for the error page.

See Also:
Constant Field Values

PARAM_NAME_ACTION_NAME

public static final java.lang.String PARAM_NAME_ACTION_NAME
The Name of the Request parameter used to set the current action name.

See Also:
Constant Field Values

PARAM_NAME_USERNAME

public static final java.lang.String PARAM_NAME_USERNAME
The name of the request parameter to specify the user's login name.

See Also:
Constant Field Values

PARAM_NAME_PASSWORD

public static final java.lang.String PARAM_NAME_PASSWORD
The name of the request parameter used to specify the user's login password.

See Also:
Constant Field Values

PARAM_NAME_DSNAME

public static final java.lang.String PARAM_NAME_DSNAME
The name of the request parameter used to specify an action data source. The current ds name is also set on the current request scope as an attribute under this key.

See Also:
Constant Field Values

PARAM_NAME_PROPERTY_NAME

public static final java.lang.String PARAM_NAME_PROPERTY_NAME
The name of the request parameter used to specify a field name; usually for a sort action.

See Also:
Constant Field Values

PARAM_NAME_SCROLLSIZE

public static final java.lang.String PARAM_NAME_SCROLLSIZE
The name of the request parameter used to specify the default repeating region block size.

See Also:
Constant Field Values

PARAM_NAME_PAGEID

public static final java.lang.String PARAM_NAME_PAGEID
The name of the request parameter used to specify the current page ID.

See Also:
Constant Field Values

PARAM_NAME_RQH_METHOD_NAME

public static final java.lang.String PARAM_NAME_RQH_METHOD_NAME
The name of the request parameter used for execute method actions; for method call RH.

See Also:
Constant Field Values

PARAM_NAME_EXECUTEQUERY

public static final java.lang.String PARAM_NAME_EXECUTEQUERY
The name of the request parameter used to control auto-execute QBF Data sources.

See Also:
Constant Field Values

STANDARD_ACTION_LOGIN

public static final java.lang.String STANDARD_ACTION_LOGIN
The standard request name parameter for a "login" request action.

See Also:
Constant Field Values

STANDARD_ACTION_LOGOUT

public static final java.lang.String STANDARD_ACTION_LOGOUT
The standard request name parameter for a "logout" request action.

See Also:
Constant Field Values

STANDARD_ACTION_NOOP

public static final java.lang.String STANDARD_ACTION_NOOP
The standard request name parameter for a "noop" request action. This can be used to get a page refresh without applying a model action.

See Also:
Constant Field Values

STANDARD_ACTION_SAVE

public static final java.lang.String STANDARD_ACTION_SAVE
The standard request name parameter for a "save" request action.

See Also:
Constant Field Values

STANDARD_ACTION_RELOADMETADATA

public static final java.lang.String STANDARD_ACTION_RELOADMETADATA
The standard request name parameter to reload the Metadata.

See Also:
Constant Field Values

STANDARD_ACTION_SORT

public static final java.lang.String STANDARD_ACTION_SORT
The standard request name parameter for a "sort" request action.

See Also:
Constant Field Values

STANDARD_ACTION_SAVEALL

public static final java.lang.String STANDARD_ACTION_SAVEALL
The standard request name parameter for a "saveAll" request action.

See Also:
Constant Field Values

STANDARD_ACTION_INSERT

public static final java.lang.String STANDARD_ACTION_INSERT
The standard request name parameter for a "insert" request action.

See Also:
Constant Field Values

STANDARD_ACTION_INSERT_UPDATE

public static final java.lang.String STANDARD_ACTION_INSERT_UPDATE
The standard request name parameter for a "insertUpdate" request action.

See Also:
Constant Field Values

STANDARD_CLOSE_DATASOURCES

public static final java.lang.String STANDARD_CLOSE_DATASOURCES
The standard request name parameter for a "closeDataSources" request action.

See Also:
Constant Field Values

STANDARD_ACTION_DELETE

public static final java.lang.String STANDARD_ACTION_DELETE
The standard request name parameter for a "delete" request action.

See Also:
Constant Field Values

STANDARD_ACTION_DELETESELECTED

public static final java.lang.String STANDARD_ACTION_DELETESELECTED
The standard request name parameter for a "deleteSelected" request action.

See Also:
Constant Field Values

STANDARD_ACTION_QBF

public static final java.lang.String STANDARD_ACTION_QBF
The standard request name parameter for a "qbf" request action.

See Also:
Constant Field Values

STANDARD_ACTION_QBFCLEAR

public static final java.lang.String STANDARD_ACTION_QBFCLEAR
The standard request name parameter for a "qbfClear" request action.

See Also:
Constant Field Values

STANDARD_ACTION_PAGENAVIGATE

public static final java.lang.String STANDARD_ACTION_PAGENAVIGATE
The standard request name parameter for a "pageNavigate" request action.

See Also:
Constant Field Values

STANDARD_ACTION_QUERY

public static final java.lang.String STANDARD_ACTION_QUERY
The standard request name parameter for a "query" request action.

See Also:
Constant Field Values

STANDARD_ACTION_UPDATE

public static final java.lang.String STANDARD_ACTION_UPDATE
The standard request name parameter for a "update" request action.

See Also:
Constant Field Values

STANDARD_ACTION_DUPLICATE_ROW

public static final java.lang.String STANDARD_ACTION_DUPLICATE_ROW
The standard request name parameter for a "duplicate" request action.

See Also:
Constant Field Values

STANDARD_ACTION_UNDO

public static final java.lang.String STANDARD_ACTION_UNDO
See Also:
Constant Field Values

STANDARD_ACTION_UNDOALL

public static final java.lang.String STANDARD_ACTION_UNDOALL
See Also:
Constant Field Values

STANDARD_ACTION_RELOAD

public static final java.lang.String STANDARD_ACTION_RELOAD
See Also:
Constant Field Values

STANDARD_ACTION_PICKFILL

public static final java.lang.String STANDARD_ACTION_PICKFILL
See Also:
Constant Field Values

STANDARD_ACTION_EXECUTE_METHOD

public static final java.lang.String STANDARD_ACTION_EXECUTE_METHOD
See Also:
Constant Field Values

STANDARD_ACTION_NO_ACTION_NAME

public static final java.lang.String STANDARD_ACTION_NO_ACTION_NAME
See Also:
Constant Field Values

STANDARD_ACTION_AJAX_FIELD_VALIDATION

public static final java.lang.String STANDARD_ACTION_AJAX_FIELD_VALIDATION
See Also:
Constant Field Values

STANDARD_ACTION_AJAX_TEST_EXPRESSION

public static final java.lang.String STANDARD_ACTION_AJAX_TEST_EXPRESSION
See Also:
Constant Field Values

STANDARD_ACTION_SET_USERSETTING

public static final java.lang.String STANDARD_ACTION_SET_USERSETTING
See Also:
Constant Field Values

STANDARD_ACTION_CLEAR_USERSETTTING

public static final java.lang.String STANDARD_ACTION_CLEAR_USERSETTTING
See Also:
Constant Field Values

END_OF_REQUEST_CHAIN

public static final java.lang.String END_OF_REQUEST_CHAIN
See Also:
Constant Field Values

SESSION_ATTR_TAGGER_CAT_MODEL

public static final java.lang.String SESSION_ATTR_TAGGER_CAT_MODEL
The key in HttpSession used to store the Model reference.

See Also:
Constant Field Values

TAGGER_CAT_MODEL_UPDATED

public static final java.lang.String TAGGER_CAT_MODEL_UPDATED
The key on the Request Scope used to indicate that a model change has occurred.

See Also:
Constant Field Values

STANDARD_ACTION_GO_FIRST

public static final java.lang.String STANDARD_ACTION_GO_FIRST
The standard request name parameter for a first tcEntity.

See Also:
Constant Field Values

STANDARD_ACTION_GO_PREVIOUS

public static final java.lang.String STANDARD_ACTION_GO_PREVIOUS
The standard request name parameter for the previous tcEntity.

See Also:
Constant Field Values

STANDARD_ACTION_GO_NEXT

public static final java.lang.String STANDARD_ACTION_GO_NEXT
The standard request name parameter for a next tcEntity.

See Also:
Constant Field Values

STANDARD_ACTION_GO_LAST

public static final java.lang.String STANDARD_ACTION_GO_LAST
The standard request name parameter for a last tcEntity.

See Also:
Constant Field Values

DS_MODE_NEW_ROW

public static final java.lang.String DS_MODE_NEW_ROW
A data source mode used for a new empty resultset, inserting a single new tcEntity.

See Also:
Constant Field Values

ELEM_SUFFIX_ROW_ID

public static final java.lang.String ELEM_SUFFIX_ROW_ID
Suffix of "rowID" form element.

See Also:
Constant Field Values

PAGE_SEQUENCE

public static final java.lang.String PAGE_SEQUENCE
Page sequence identifier.

See Also:
Constant Field Values

ELEM_SUFFIX_MULTISELECT_ROW_ID

public static final java.lang.String ELEM_SUFFIX_MULTISELECT_ROW_ID
Suffix of "multiSelectRowID" for form element for multi-selection options.

See Also:
Constant Field Values

ELEM_SUFFIX_MULTISELECT_ROW_ID_UNSELECTED

public static final java.lang.String ELEM_SUFFIX_MULTISELECT_ROW_ID_UNSELECTED
Suffix of "multiSelectRowIDUnselect" for form element for multi-selection options.

See Also:
Constant Field Values

ELEM_SUFFIX_SOURCE_VALUES_EXPR

public static final java.lang.String ELEM_SUFFIX_SOURCE_VALUES_EXPR
Suffix of "sourceValuesExpr" for menu lists form elements that set object references. This is an expression that is used to resolve source values. The expression should return a Collection or Map where the submitted value can be looked-up.

See Also:
Constant Field Values

QBF_FIELD_IDENTIFIER

public static final java.lang.String QBF_FIELD_IDENTIFIER
The middle term "qbf" of a QBF fields.

See Also:
Constant Field Values

ERROR_PROPERTY_NAMES

public static final java.lang.String ERROR_PROPERTY_NAMES
The request attribute key for a list for field related error messages.

See Also:
Constant Field Values

PAGE_SCOPE

public static final java.lang.String PAGE_SCOPE
Predefined Scope prefixes used by the expression evaluator.

See Also:
Constant Field Values

PAGE_SCOPE2

public static final java.lang.String PAGE_SCOPE2
See Also:
Constant Field Values

SESSION_SCOPE

public static final java.lang.String SESSION_SCOPE
See Also:
Constant Field Values

SESSION_SCOPE2

public static final java.lang.String SESSION_SCOPE2
See Also:
Constant Field Values

REQUEST_SCOPE

public static final java.lang.String REQUEST_SCOPE
See Also:
Constant Field Values

REQUEST_SCOPE2

public static final java.lang.String REQUEST_SCOPE2
See Also:
Constant Field Values

APPLICATION_SCOPE

public static final java.lang.String APPLICATION_SCOPE
See Also:
Constant Field Values

APPLICATION_SCOPE2

public static final java.lang.String APPLICATION_SCOPE2
See Also:
Constant Field Values

REQUEST_PARAMETER

public static final java.lang.String REQUEST_PARAMETER
See Also:
Constant Field Values

REQUEST_COOKIES

public static final java.lang.String REQUEST_COOKIES
See Also:
Constant Field Values

REQUEST_PAGE_CONTEXT

public static final java.lang.String REQUEST_PAGE_CONTEXT
See Also:
Constant Field Values

REQUEST_HEADER

public static final java.lang.String REQUEST_HEADER
See Also:
Constant Field Values

REQUEST_PROCESSING_START_TIME

public static final java.lang.String REQUEST_PROCESSING_START_TIME
See Also:
Constant Field Values

REQUEST_MATCHED_URI_PATTERN

public static final java.lang.String REQUEST_MATCHED_URI_PATTERN
See Also:
Constant Field Values

SERIALIZED_OBJECT_NAME_PREFIX

public static final java.lang.String SERIALIZED_OBJECT_NAME_PREFIX
See Also:
Constant Field Values

SESSION_LOCALE_KEY

public static final java.lang.String SESSION_LOCALE_KEY
See Also:
Constant Field Values

INIT_PARAM_LOCALE_KEY

public static final java.lang.String INIT_PARAM_LOCALE_KEY
See Also:
Constant Field Values

INIT_PARAM_BUNDLE_BASE_NAME_KEY

public static final java.lang.String INIT_PARAM_BUNDLE_BASE_NAME_KEY
See Also:
Constant Field Values

DEFAULT_BUNDLE_BASE_NAME

public static final java.lang.String DEFAULT_BUNDLE_BASE_NAME
See Also:
Constant Field Values

CURRENT_TEMPALTE_GUID

public static final java.lang.String CURRENT_TEMPALTE_GUID
See Also:
Constant Field Values

CURRENT_TEMPALTE_VIEW_NAME

public static final java.lang.String CURRENT_TEMPALTE_VIEW_NAME
See Also:
Constant Field Values

CURRENT_USER_TIMEZONE

public static final java.lang.String CURRENT_USER_TIMEZONE
See Also:
Constant Field Values

VALIDATE_PAGE_SEQUENCES

public static final java.lang.String VALIDATE_PAGE_SEQUENCES
See Also:
Constant Field Values

SUCCESS

public static final java.lang.String SUCCESS
See Also:
Constant Field Values

TC_HBN8_METADATA

public static final java.lang.String TC_HBN8_METADATA
A Map of meta-data instances, one for each tenant

See Also:
Constant Field Values

TC_PAGE_SEMAPHORE_SEQUENCE

public static final java.lang.String TC_PAGE_SEMAPHORE_SEQUENCE
See Also:
Constant Field Values

TC_APPLICATION_DATASOURCES

public static final java.lang.String TC_APPLICATION_DATASOURCES
See Also:
Constant Field Values

TC_ACTION_PERMISSIONS

public static final java.lang.String TC_ACTION_PERMISSIONS
See Also:
Constant Field Values

TC_HBN8_SESSION_FACTORY

public static final java.lang.String TC_HBN8_SESSION_FACTORY
See Also:
Constant Field Values

TC_HBN8_PERMISSION_READER

public static final java.lang.String TC_HBN8_PERMISSION_READER
See Also:
Constant Field Values

TC_HBN8_METADATA_CATALOG

public static final java.lang.String TC_HBN8_METADATA_CATALOG
See Also:
Constant Field Values

TC_SECURITY_PROVIDER

public static final java.lang.String TC_SECURITY_PROVIDER
See Also:
Constant Field Values

TC_CODE_TABLES

public static final java.lang.String TC_CODE_TABLES
See Also:
Constant Field Values

TC_CONTROLLER_SERVLET

public static final java.lang.String TC_CONTROLLER_SERVLET
See Also:
Constant Field Values

TC_REDIRECT_RESOLVER

public static final java.lang.String TC_REDIRECT_RESOLVER
See Also:
Constant Field Values

TC_MULTI_TENANT_SYSTEM

public static final java.lang.String TC_MULTI_TENANT_SYSTEM
See Also:
Constant Field Values

TC_MULTI_TENANT_TENANT_NAMES

public static final java.lang.String TC_MULTI_TENANT_TENANT_NAMES
See Also:
Constant Field Values

TC_TENANT_SCOPE

public static final java.lang.String TC_TENANT_SCOPE
See Also:
Constant Field Values

TC_HBN8_METADATA_TENANT_NAME

public static final java.lang.String TC_HBN8_METADATA_TENANT_NAME
the name of the tenant to use for reference meta data

See Also:
Constant Field Values

TC_CONTROLLER_RECURSION_COUNT

public static final java.lang.String TC_CONTROLLER_RECURSION_COUNT
See Also:
Constant Field Values

TC_HIBERNATE_CONFIG

public static final java.lang.String TC_HIBERNATE_CONFIG
See Also:
Constant Field Values

TC_SINGLE_TENANT

public static final java.lang.String TC_SINGLE_TENANT
See Also:
Constant Field Values

TC_ALIAS_JSP_FILENAMES

public static final java.lang.String TC_ALIAS_JSP_FILENAMES
See Also:
Constant Field Values

TC_JSP_FILENAMES_ARE_ALIASED

public static final java.lang.String TC_JSP_FILENAMES_ARE_ALIASED
See Also:
Constant Field Values

TC_VIEW_RESPONSE_SESSION

public static final java.lang.String TC_VIEW_RESPONSE_SESSION
See Also:
Constant Field Values

TC_NOW_ROWS_MESSAGE

public static final java.lang.String TC_NOW_ROWS_MESSAGE
See Also:
Constant Field Values

CURRENT_ENTITY_EXPRESSION_CONTEXT_OBJ

public static final java.lang.String CURRENT_ENTITY_EXPRESSION_CONTEXT_OBJ
See Also:
Constant Field Values

IS_INSERTING

public static final java.lang.String IS_INSERTING
See Also:
Constant Field Values

CONTEXT_INIT_PARAM_PRE_INSERT_ACTION

public static final java.lang.String CONTEXT_INIT_PARAM_PRE_INSERT_ACTION
See Also:
Constant Field Values

CONSTRAINT_ERROR_MESSAGE

public static final java.lang.String CONSTRAINT_ERROR_MESSAGE
See Also:
Constant Field Values

CRUMB_TRAIL_LIST_NAME

public static final java.lang.String CRUMB_TRAIL_LIST_NAME
The key that the crumb trail is saved under as an attribute on the session.

See Also:
Constant Field Values

GET_REQUEST

public static final java.lang.String GET_REQUEST
See Also:
Constant Field Values

POST_REQUEST

public static final java.lang.String POST_REQUEST
See Also:
Constant Field Values

PUT_REQUEST

public static final java.lang.String PUT_REQUEST
See Also:
Constant Field Values

DELETE_REQUEST

public static final java.lang.String DELETE_REQUEST
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()