Package org.openbravo.client.kernel
Class KernelConstants
- java.lang.Object
-
- org.openbravo.client.kernel.KernelConstants
-
public class KernelConstants extends Object
Defines constants for this module.- Author:
- mtaal
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_PARAMETER
static String
APP_NAME_PARAMETER
static String
APPLICATION_COMPONENT_ID
static String
APPLICATION_DYNAMIC_COMPONENT_ID
static String
APPLICATION_DYNAMIC_TEMPLATE_ID
The primary key of the application dynamic templatestatic String
APPLICATION_TEMPLATE_ID
The primary key of the application templatestatic String
BOOTSTRAP_ERROR_HANDLER_NAME
Function name used in index.jsp as window.onerror handler.static String
CONTEXT_URL
static String
CSS_CONTENTTYPE
static String
DATE_FORMAT_PROPERTY
Name of dateFormat.java property in Openbravo.properties.static String
DATETIME_FORMAT_PROPERTY
Name of dateTimeFormat.java property in Openbravo.properties.static String
DATETIME_SQL_FORMAT_PROPERTY
Name of dateFormat.sql property in Openbravo.properties.static String
DOCUMENTATION_TEMPLATE_ID
The primary key of the documentation templatestatic String
HTTP_REQUEST
static String
HTTP_SESSION
static String
I18N_TEMPLATE_ID
The primary key of the labels templatestatic String
ID_PREFIX
This prefix is used to make database id work correctly as javascript id's.static String
JAVASCRIPT_CONTENTTYPE
static String
KERNEL_COMPONENT_TYPE
static String
KERNEL_JAVA_PACKAGE
static String
LABELS_COMPONENT_ID
static String
MODE_PARAMETER
static String
MODE_PARAMETER_300
static String
MODE_PARAMETER_CLASSIC
static String
RESOURCE_COMPONENT_ID
static String
RESOURCE_CONTEXT_URL_PARAMETER
static String
RESOURCE_LANGUAGE_PARAMETER
static String
RESOURCE_VERSION_PARAMETER
static String
SERVLET_CONTEXT
static String
SESSION_DYNAMIC_COMPONENT_ID
static String
SKIN_CLASSIC
static String
SKIN_DEFAULT
static String
SKIN_PARAMETER
static String
SKIN_VERSION_PARAMETER
Deprecated.useSKIN_PARAMETER
static String
SQL_DATE_FORMAT_PROPERTY
Name of dateFormat.sql property in Openbravo.properties.static String
SQL_DATETIME_FORMAT_PROPERTY
Name of dateTimeFormat.sql property in Openbravo.properties.static String
STYLE_SHEET_COMPONENT_ID
-
Constructor Summary
Constructors Constructor Description KernelConstants()
-
-
-
Field Detail
-
ID_PREFIX
public static final String ID_PREFIX
This prefix is used to make database id work correctly as javascript id's.- See Also:
- Constant Field Values
-
HTTP_SESSION
public static final String HTTP_SESSION
- See Also:
- Constant Field Values
-
HTTP_REQUEST
public static final String HTTP_REQUEST
- See Also:
- Constant Field Values
-
JAVASCRIPT_CONTENTTYPE
public static final String JAVASCRIPT_CONTENTTYPE
- See Also:
- Constant Field Values
-
CSS_CONTENTTYPE
public static final String CSS_CONTENTTYPE
- See Also:
- Constant Field Values
-
KERNEL_COMPONENT_TYPE
public static final String KERNEL_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
KERNEL_JAVA_PACKAGE
public static final String KERNEL_JAVA_PACKAGE
- See Also:
- Constant Field Values
-
ACTION_PARAMETER
public static final String ACTION_PARAMETER
- See Also:
- Constant Field Values
-
RESOURCE_VERSION_PARAMETER
public static final String RESOURCE_VERSION_PARAMETER
- See Also:
- Constant Field Values
-
RESOURCE_LANGUAGE_PARAMETER
public static final String RESOURCE_LANGUAGE_PARAMETER
- See Also:
- Constant Field Values
-
SKIN_VERSION_PARAMETER
@Deprecated public static final String SKIN_VERSION_PARAMETER
Deprecated.useSKIN_PARAMETER
- See Also:
- Constant Field Values
-
SKIN_PARAMETER
public static final String SKIN_PARAMETER
- See Also:
- Constant Field Values
-
SKIN_DEFAULT
public static final String SKIN_DEFAULT
- See Also:
- Constant Field Values
-
SKIN_CLASSIC
public static final String SKIN_CLASSIC
- See Also:
- Constant Field Values
-
MODE_PARAMETER
public static final String MODE_PARAMETER
- See Also:
- Constant Field Values
-
MODE_PARAMETER_300
public static final String MODE_PARAMETER_300
- See Also:
- Constant Field Values
-
MODE_PARAMETER_CLASSIC
public static final String MODE_PARAMETER_CLASSIC
- See Also:
- Constant Field Values
-
APP_NAME_PARAMETER
public static final String APP_NAME_PARAMETER
- See Also:
- Constant Field Values
-
STYLE_SHEET_COMPONENT_ID
public static final String STYLE_SHEET_COMPONENT_ID
- See Also:
- Constant Field Values
-
RESOURCE_COMPONENT_ID
public static final String RESOURCE_COMPONENT_ID
- See Also:
- Constant Field Values
-
RESOURCE_CONTEXT_URL_PARAMETER
public static final String RESOURCE_CONTEXT_URL_PARAMETER
- See Also:
- Constant Field Values
-
CONTEXT_URL
public static final String CONTEXT_URL
- See Also:
- Constant Field Values
-
SERVLET_CONTEXT
public static final String SERVLET_CONTEXT
- See Also:
- Constant Field Values
-
SESSION_DYNAMIC_COMPONENT_ID
public static final String SESSION_DYNAMIC_COMPONENT_ID
- See Also:
- Constant Field Values
-
APPLICATION_COMPONENT_ID
public static final String APPLICATION_COMPONENT_ID
- See Also:
- Constant Field Values
-
APPLICATION_DYNAMIC_COMPONENT_ID
public static final String APPLICATION_DYNAMIC_COMPONENT_ID
- See Also:
- Constant Field Values
-
LABELS_COMPONENT_ID
public static final String LABELS_COMPONENT_ID
- See Also:
- Constant Field Values
-
I18N_TEMPLATE_ID
public static final String I18N_TEMPLATE_ID
The primary key of the labels template- See Also:
- Constant Field Values
-
APPLICATION_TEMPLATE_ID
public static final String APPLICATION_TEMPLATE_ID
The primary key of the application template- See Also:
- Constant Field Values
-
APPLICATION_DYNAMIC_TEMPLATE_ID
public static final String APPLICATION_DYNAMIC_TEMPLATE_ID
The primary key of the application dynamic template- See Also:
- Constant Field Values
-
DOCUMENTATION_TEMPLATE_ID
public static final String DOCUMENTATION_TEMPLATE_ID
The primary key of the documentation template- See Also:
- Constant Field Values
-
DATE_FORMAT_PROPERTY
public static final String DATE_FORMAT_PROPERTY
Name of dateFormat.java property in Openbravo.properties.- See Also:
- Constant Field Values
-
DATETIME_FORMAT_PROPERTY
public static final String DATETIME_FORMAT_PROPERTY
Name of dateTimeFormat.java property in Openbravo.properties.- See Also:
- Constant Field Values
-
SQL_DATE_FORMAT_PROPERTY
public static final String SQL_DATE_FORMAT_PROPERTY
Name of dateFormat.sql property in Openbravo.properties.- See Also:
- Constant Field Values
-
SQL_DATETIME_FORMAT_PROPERTY
public static final String SQL_DATETIME_FORMAT_PROPERTY
Name of dateTimeFormat.sql property in Openbravo.properties.- See Also:
- Constant Field Values
-
DATETIME_SQL_FORMAT_PROPERTY
public static final String DATETIME_SQL_FORMAT_PROPERTY
Name of dateFormat.sql property in Openbravo.properties.- See Also:
- Constant Field Values
-
BOOTSTRAP_ERROR_HANDLER_NAME
public static final String BOOTSTRAP_ERROR_HANDLER_NAME
Function name used in index.jsp as window.onerror handler. This function needs to be removed at the end of StaticResources process- See Also:
- Constant Field Values
-
-