Package nl.gx.webmanager.wcb
Interface WCBConstants
-
public interface WCBConstants
TODO clean this up / depends on MVC dirstructure- Author:
- bramk
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WCBConstants.WCB_RESOURCETYPE
WCB resource type used for deployment and lookup deploy dirs for specific resource types.static class
WCBConstants.WebApp
-
Field Summary
Fields Modifier and Type Field Description static String[]
ALL_PERMISSION_GROUPS
Enumeration containing all permission groupsstatic String
APPLICATION_MANAGER_PERMISSION_GROUP
Static value identifying the administrator website permission group.static String
CASUAL_USER_PERMISSION_GROUP
Static value identifying the maintain all content permission group.static String
COMPONENT_ACCESSKEY_PROPERTYNAME
TODO javadocstatic String
COMPONENT_EDITPRESENTATIONS_PROPERTYNAME
TODO javadocstatic String
COMPONENT_ID_PROPERTYNAME
name used for service registration properties of component bundles and their componentsstatic String
COMPONENT_LANGUAGERESOURCES_PROPERTYNAME
TODO javadocstatic String
COMPONENT_LICENSEVALUE_PROPERTYNAME
TODO javadocstatic String
COMPONENTBUNDLE_ID_PROPERTYNAME
name used for service registration properties of component bundles and their componentsstatic String
COMPONENTINTERFACE_PROPERTYNAME
name used for service registration properties of component bundles and their componentsstatic String
COMPONENTTYPE_ID_PROPERTYNAME
name used for service registration properties of component bundles and their componentsstatic String
COMPONENTTYPEINTERFACE_PROPERTYNAME
name used for service registration properties of component bundles and their componentsstatic String
DEVELOPER_PERMISSION_GROUP
Static value identifying the develop website permission group.static String
EDIT_PRESENTATION
Defines the property name that can be used to retrieve the element's edit presentation location value.static String
EDITOR_PERMISSION_GROUP
Static value identifying the maintain all content permission group.static String
ELEMENT_CLASSNAME
Defines the property name that can be used to retrieve the element's fully qualified class name value.static String
ELEMENT_DESCRIPTION
Defines the property name that can be used to retrieve the element's description value.static String
ELEMENT_NAME
Defines the property name that can be used to retrieve the element's name value.static String
ELEMENT_SCOPE
Defines the property name that can be used to retrieve the element's presentation scope value.static String
ICON_DIR
Directory with backend icons.static String
LARGE_ICON_FILENAME
Defines the property name that can be used to retrieve the element's show large icon location value.static String
MAIN_EDITOR_PERMISSION_GROUP
Static value identifying the maintain all content permission group.static String
SHOW_PRESENTATION
Defines the property name that can be used to retrieve the element's show presentation location value.static String
SMALL_ICON_FILENAME
Defines the property name that can be used to retrieve the element's show small icon location value.static String
WCB_CONFIG_FILENAME
filename of the xml configurationfile expected to be in the META-INF dir of the jar file.static String
WCB_JSP_BASE_DIR
default jsp deploy directory, used as base for specializations.static String
WCB_RESOURCE_CONTENTITEM_DIR
Directory with backend contentitems.static String
WCB_RESOURCE_EDIT_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#EDIT_PRESENTATION#getTargetLocation(String)}.static String
WCB_RESOURCE_INSERT_COMPONENT_FILE_ID
identification in directory and filename prefixed, replaced runtime with the instance value.static String
WCB_RESOURCE_JELLY_ICON_PREFIX
Deprecated.static String
WCB_RESOURCE_JSPTAGS
Deprecated.see {@link WCB_RESOURCETYPE#JSPTAGS#getTargetLocation(String)}.static String
WCB_RESOURCE_LARGE_JELLY_ICON_PREFIX
prefix for large media item icons.static String
WCB_RESOURCE_MESSAGES
Deprecated.see {@link WCB_RESOURCETYPE#MESSAGES#getTargetLocation(String)}.static String
WCB_RESOURCE_SHOW_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#SHOW_PRESENTATION#getTargetLocation(String)}.static String
WCB_RESOURCE_SMALL_JELLY_ICON_PREFIX
prefix for small media item icons.static String
WCB_RESOURCE_SRC_DIR_EDIT_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#EDIT_PRESENTATION#getSourceLocation()}.static String
WCB_RESOURCE_SRC_DIR_JSPTAGS
Deprecated.see {@link WCB_RESOURCETYPE#JSPTAGS#getSourceLocation()}.static String
WCB_RESOURCE_SRC_DIR_MESSAGES
Deprecated.see {@link WCB_RESOURCETYPE#MESSAGES#getSourceLocation()}.static String
WCB_RESOURCE_SRC_DIR_SHOW_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#SHOW_PRESENTATION#getSourceLocation()}.static String
WCB_RESOURCE_SRC_DIR_STATIC_BACKEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_BACKEND#getSourceLocation()}.static String
WCB_RESOURCE_SRC_DIR_STATIC_FRONTEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_FRONTEND#getSourceLocation()}.static String
WCB_RESOURCE_SRC_DIR_TEMP
prefix for temporary resources.static String
WCB_RESOURCE_SRC_MESSAGES_PREFIX
for language bundles the initial part of the sourcefile name is replaced at deployment.static String
WCB_RESOURCE_STATIC_BACKEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_BACKEND#getTargetLocation(String)}.static String
WCB_RESOURCE_STATIC_FRONTEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_FRONTEND#getTargetLocation(String)}.static String
WCB_RESOURCE_TOOLBAR_DIR
Deprecated.
-
-
-
Field Detail
-
COMPONENTBUNDLE_ID_PROPERTYNAME
static final String COMPONENTBUNDLE_ID_PROPERTYNAME
name used for service registration properties of component bundles and their components- See Also:
- Constant Field Values
-
COMPONENTTYPE_ID_PROPERTYNAME
static final String COMPONENTTYPE_ID_PROPERTYNAME
name used for service registration properties of component bundles and their components- See Also:
- Constant Field Values
-
COMPONENT_ID_PROPERTYNAME
static final String COMPONENT_ID_PROPERTYNAME
name used for service registration properties of component bundles and their components- See Also:
- Constant Field Values
-
COMPONENTINTERFACE_PROPERTYNAME
static final String COMPONENTINTERFACE_PROPERTYNAME
name used for service registration properties of component bundles and their components- See Also:
- Constant Field Values
-
COMPONENTTYPEINTERFACE_PROPERTYNAME
static final String COMPONENTTYPEINTERFACE_PROPERTYNAME
name used for service registration properties of component bundles and their components- See Also:
- Constant Field Values
-
COMPONENT_LANGUAGERESOURCES_PROPERTYNAME
static final String COMPONENT_LANGUAGERESOURCES_PROPERTYNAME
TODO javadoc- See Also:
- Constant Field Values
-
COMPONENT_LICENSEVALUE_PROPERTYNAME
static final String COMPONENT_LICENSEVALUE_PROPERTYNAME
TODO javadoc- See Also:
- Constant Field Values
-
COMPONENT_ACCESSKEY_PROPERTYNAME
static final String COMPONENT_ACCESSKEY_PROPERTYNAME
TODO javadoc- See Also:
- Constant Field Values
-
COMPONENT_EDITPRESENTATIONS_PROPERTYNAME
static final String COMPONENT_EDITPRESENTATIONS_PROPERTYNAME
TODO javadoc- See Also:
- Constant Field Values
-
WCB_CONFIG_FILENAME
static final String WCB_CONFIG_FILENAME
filename of the xml configurationfile expected to be in the META-INF dir of the jar file.- See Also:
- Constant Field Values
-
WCB_JSP_BASE_DIR
static final String WCB_JSP_BASE_DIR
default jsp deploy directory, used as base for specializations.- See Also:
- Constant Field Values
-
WCB_RESOURCE_INSERT_COMPONENT_FILE_ID
static final String WCB_RESOURCE_INSERT_COMPONENT_FILE_ID
identification in directory and filename prefixed, replaced runtime with the instance value.- See Also:
- Constant Field Values
-
WCB_RESOURCE_STATIC_BACKEND
@Deprecated static final String WCB_RESOURCE_STATIC_BACKEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_BACKEND#getTargetLocation(String)}.target directory for the static backend resources. (Runtime lookup/deployment target).- See Also:
- Constant Field Values
-
WCB_RESOURCE_STATIC_FRONTEND
@Deprecated static final String WCB_RESOURCE_STATIC_FRONTEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_FRONTEND#getTargetLocation(String)}.target directory for the static frontend resources. (Runtime lookup/deployment target).- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_DIR_STATIC_BACKEND
@Deprecated static final String WCB_RESOURCE_SRC_DIR_STATIC_BACKEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_BACKEND#getSourceLocation()}.directory in the bundle jar holding all static backend components.- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_DIR_STATIC_FRONTEND
@Deprecated static final String WCB_RESOURCE_SRC_DIR_STATIC_FRONTEND
Deprecated.see {@link WCB_RESOURCETYPE#STATIC_FRONTEND#getSourceLocation()}.directory in the bundle jar holding all static frontend components,- See Also:
- Constant Field Values
-
WCB_RESOURCE_MESSAGES
@Deprecated static final String WCB_RESOURCE_MESSAGES
Deprecated.see {@link WCB_RESOURCETYPE#MESSAGES#getTargetLocation(String)}.target directory and filenameprefix for the language resource bundles. (Runtime lookup/deployment target).- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_DIR_MESSAGES
@Deprecated static final String WCB_RESOURCE_SRC_DIR_MESSAGES
Deprecated.see {@link WCB_RESOURCETYPE#MESSAGES#getSourceLocation()}.prefix form the WCB static resources in the jar (classpath).- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_MESSAGES_PREFIX
static final String WCB_RESOURCE_SRC_MESSAGES_PREFIX
for language bundles the initial part of the sourcefile name is replaced at deployment.- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_DIR_TEMP
static final String WCB_RESOURCE_SRC_DIR_TEMP
prefix for temporary resources.- See Also:
- Constant Field Values
-
WCB_RESOURCE_EDIT_PRESENTATION
@Deprecated static final String WCB_RESOURCE_EDIT_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#EDIT_PRESENTATION#getTargetLocation(String)}.target directory for the edit presentation files. (Runtime lookup/deployment target).- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_DIR_EDIT_PRESENTATION
@Deprecated static final String WCB_RESOURCE_SRC_DIR_EDIT_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#EDIT_PRESENTATION#getSourceLocation()}.prefix form the WCB edit presentation file in the jar (classpath).- See Also:
- Constant Field Values
-
WCB_RESOURCE_SHOW_PRESENTATION
@Deprecated static final String WCB_RESOURCE_SHOW_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#SHOW_PRESENTATION#getTargetLocation(String)}.target directory for the show presentation files. (Runtime lookup/deployment target).- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_DIR_SHOW_PRESENTATION
@Deprecated static final String WCB_RESOURCE_SRC_DIR_SHOW_PRESENTATION
Deprecated.see {@link WCB_RESOURCETYPE#SHOW_PRESENTATION#getSourceLocation()}.prefix form the WCB show presentation file in the jar (classpath),- See Also:
- Constant Field Values
-
WCB_RESOURCE_SRC_DIR_JSPTAGS
@Deprecated static final String WCB_RESOURCE_SRC_DIR_JSPTAGS
Deprecated.see {@link WCB_RESOURCETYPE#JSPTAGS#getSourceLocation()}.Path for the JSP tag files in the jar (classpath).- See Also:
- Constant Field Values
-
WCB_RESOURCE_JSPTAGS
@Deprecated static final String WCB_RESOURCE_JSPTAGS
Deprecated.see {@link WCB_RESOURCETYPE#JSPTAGS#getTargetLocation(String)}.target directory for the jsp tag files (Runtime lookup/deployment target).- See Also:
- Constant Field Values
-
WCB_RESOURCE_JELLY_ICON_PREFIX
@Deprecated static final String WCB_RESOURCE_JELLY_ICON_PREFIX
Deprecated.prefix for media item icons- See Also:
- Constant Field Values
-
WCB_RESOURCE_SMALL_JELLY_ICON_PREFIX
static final String WCB_RESOURCE_SMALL_JELLY_ICON_PREFIX
prefix for small media item icons.- See Also:
- Constant Field Values
-
WCB_RESOURCE_LARGE_JELLY_ICON_PREFIX
static final String WCB_RESOURCE_LARGE_JELLY_ICON_PREFIX
prefix for large media item icons.- See Also:
- Constant Field Values
-
WCB_RESOURCE_CONTENTITEM_DIR
static final String WCB_RESOURCE_CONTENTITEM_DIR
Directory with backend contentitems.- See Also:
- Constant Field Values
-
ICON_DIR
static final String ICON_DIR
Directory with backend icons.- See Also:
- Constant Field Values
-
WCB_RESOURCE_TOOLBAR_DIR
@Deprecated static final String WCB_RESOURCE_TOOLBAR_DIR
Deprecated.Directory with backend toolbar items- See Also:
- Constant Field Values
-
ELEMENT_SCOPE
static final String ELEMENT_SCOPE
Defines the property name that can be used to retrieve the element's presentation scope value.- See Also:
- Constant Field Values
-
ELEMENT_CLASSNAME
static final String ELEMENT_CLASSNAME
Defines the property name that can be used to retrieve the element's fully qualified class name value.- See Also:
- Constant Field Values
-
ELEMENT_NAME
static final String ELEMENT_NAME
Defines the property name that can be used to retrieve the element's name value.- See Also:
- Constant Field Values
-
ELEMENT_DESCRIPTION
static final String ELEMENT_DESCRIPTION
Defines the property name that can be used to retrieve the element's description value.- See Also:
- Constant Field Values
-
EDIT_PRESENTATION
static final String EDIT_PRESENTATION
Defines the property name that can be used to retrieve the element's edit presentation location value.- See Also:
- Constant Field Values
-
SHOW_PRESENTATION
static final String SHOW_PRESENTATION
Defines the property name that can be used to retrieve the element's show presentation location value.- See Also:
- Constant Field Values
-
LARGE_ICON_FILENAME
static final String LARGE_ICON_FILENAME
Defines the property name that can be used to retrieve the element's show large icon location value.- See Also:
- Constant Field Values
-
SMALL_ICON_FILENAME
static final String SMALL_ICON_FILENAME
Defines the property name that can be used to retrieve the element's show small icon location value.- See Also:
- Constant Field Values
-
APPLICATION_MANAGER_PERMISSION_GROUP
static final String APPLICATION_MANAGER_PERMISSION_GROUP
Static value identifying the administrator website permission group.- See Also:
- Constant Field Values
-
CASUAL_USER_PERMISSION_GROUP
static final String CASUAL_USER_PERMISSION_GROUP
Static value identifying the maintain all content permission group.- See Also:
- Constant Field Values
-
DEVELOPER_PERMISSION_GROUP
static final String DEVELOPER_PERMISSION_GROUP
Static value identifying the develop website permission group.- See Also:
- Constant Field Values
-
EDITOR_PERMISSION_GROUP
static final String EDITOR_PERMISSION_GROUP
Static value identifying the maintain all content permission group.- See Also:
- Constant Field Values
-
MAIN_EDITOR_PERMISSION_GROUP
static final String MAIN_EDITOR_PERMISSION_GROUP
Static value identifying the maintain all content permission group.- See Also:
- Constant Field Values
-
ALL_PERMISSION_GROUPS
static final String[] ALL_PERMISSION_GROUPS
Enumeration containing all permission groups
-
-