nl.gx.webmanager.wcb
Interface WCBConstants


public interface WCBConstants

TODO clean this up / depends on MVC dirstructure

Author:
bramk

Nested Class Summary
static class WCBConstants.WCB_RESOURCETYPE
          WCB resource type used for deployment and lookup deploy dirs for specific resource types
 
Field Summary
static java.lang.String[] ALL_PERMISSION_GROUPS
          Enumeration containing all permission groups
static java.lang.String APPLICATION_MANAGER_PERMISSION_GROUP
          Static value identifiying the administrate website permission group.
static java.lang.String CASUAL_USER_PERMISSION_GROUP
          Static value identifiying the maintain all content permission group.
static java.lang.String COMPONENT_ACCESSKEY_PROPERTYNAME
          TODO javadoc
static java.lang.String COMPONENT_EDITPRESENTATIONS_PROPERTYNAME
          TODO javadoc
static java.lang.String COMPONENT_ID_PROPERTYNAME
          name used for serviceregistration properties of componentbundles and their components
static java.lang.String COMPONENT_LANGUAGERESOURCES_PROPERTYNAME
          TODO javadoc
static java.lang.String COMPONENT_LICENSEVALUE_PROPERTYNAME
          TODO javadoc
static java.lang.String COMPONENTBUNDLE_ID_PROPERTYNAME
          name used for serviceregistration properties of componentbundles and their components
static java.lang.String COMPONENTINTERFACE_PROPERTYNAME
          name used for serviceregistration properties of componentbundles and their components
static java.lang.String COMPONENTTYPE_ID_PROPERTYNAME
          name used for serviceregistration properties of componentbundles and their components
static java.lang.String COMPONENTTYPEINTERFACE_PROPERTYNAME
          name used for serviceregistration properties of componentbundles and their components
static java.lang.String DEVELOPER_PERMISSION_GROUP
          Static value identifiying the develop website permission group.
static java.lang.String EDIT_PRESENTATION
          Defines the property name that can be used to retrieve the element's edit presentation location value.
static java.lang.String EDITOR_PERMISSION_GROUP
          Static value identifiying the maintain all content permission group.
static java.lang.String ELEMENT_CLASSNAME
          Defines the property name that can be used to retrieve the element's fully qualified class name value.
static java.lang.String ELEMENT_DESCRIPTION
          Defines the property name that can be used to retrieve the element's description value.
static java.lang.String ELEMENT_NAME
          Defines the property name that can be used to retrieve the element's name value.
static java.lang.String ELEMENT_SCOPE
          Defines the property name that can be used to retrieve the element's presentation scope value.
static java.lang.String LARGE_ICON_FILENAME
          Defines the property name that can be used to retrieve the element's show large icon location value.
static java.lang.String MAIN_EDITOR_PERMISSION_GROUP
          Static value identifiying the maintain all content permission group.
static java.lang.String SHOW_PRESENTATION
          Defines the property name that can be used to retrieve the element's show presentation location value.
static java.lang.String SMALL_ICON_FILENAME
          Defines the property name that can be used to retrieve the element's show small icon location value.
static java.lang.String WCB_CONFIG_FILENAME
          filename of the xml configurationfile expected to be in the META-INF dir of the jar file.
static java.lang.String WCB_JSP_BASE_DIR
          default jsp deploy directory, used as base for specialisations
static java.lang.String WCB_RESOURCE_EDIT_PRESENTATION
          target directory for the edit presentation files.
static java.lang.String WCB_RESOURCE_INSERT_COMPONENT_FILE_ID
          indentification in directory and filename prefixed, replaced runtime with the instance value
static java.lang.String WCB_RESOURCE_JELLY_ICON_PREFIX
          prefix for media item icons
static java.lang.String WCB_RESOURCE_JSPTAGS
          target directory for the jsp tag files (Runtime lookup/deployment target)
static java.lang.String WCB_RESOURCE_MESSAGES
          target directory and filenameprefix for the language resource bundles.
static java.lang.String WCB_RESOURCE_SHOW_PRESENTATION
          target directory for the show presentation files.
static java.lang.String WCB_RESOURCE_SRC_DIR_EDIT_PRESENTATION
          prefix form the WCB edit presentation file in the jar (classpath)
static java.lang.String WCB_RESOURCE_SRC_DIR_JSPTAGS
          Path for the JSP tag files in the jar (classpath)
static java.lang.String WCB_RESOURCE_SRC_DIR_MESSAGES
          prefix form the WCB static resources in the jar (classpath)
static java.lang.String WCB_RESOURCE_SRC_DIR_SHOW_PRESENTATION
          prefix form the WCB show presentation file in the jar (classpath)
static java.lang.String WCB_RESOURCE_SRC_DIR_STATIC_BACKEND
          directory in the bundle jar holding all static backend components
static java.lang.String WCB_RESOURCE_SRC_DIR_STATIC_FRONTEND
          directory in the bundle jar holding all static frontend components
static java.lang.String WCB_RESOURCE_SRC_DIR_TEMP
          prefix for temporary resources
static java.lang.String WCB_RESOURCE_SRC_MESSAGES_PREFIX
          for language bundles the initial part of the sourcefile name is replaced at deployment
static java.lang.String WCB_RESOURCE_STATIC_BACKEND
          target directory for the static backend resources.
static java.lang.String WCB_RESOURCE_STATIC_FRONTEND
          target directory for the static frontend resources.
static java.lang.String WCB_RESOURCE_TOOLBAR_DIR
          Directory with backend toolbar items
 

Field Detail

COMPONENTBUNDLE_ID_PROPERTYNAME

static final java.lang.String COMPONENTBUNDLE_ID_PROPERTYNAME
name used for serviceregistration properties of componentbundles and their components

See Also:
Constant Field Values

COMPONENTTYPE_ID_PROPERTYNAME

static final java.lang.String COMPONENTTYPE_ID_PROPERTYNAME
name used for serviceregistration properties of componentbundles and their components

See Also:
Constant Field Values

COMPONENT_ID_PROPERTYNAME

static final java.lang.String COMPONENT_ID_PROPERTYNAME
name used for serviceregistration properties of componentbundles and their components

See Also:
Constant Field Values

COMPONENTINTERFACE_PROPERTYNAME

static final java.lang.String COMPONENTINTERFACE_PROPERTYNAME
name used for serviceregistration properties of componentbundles and their components

See Also:
Constant Field Values

COMPONENTTYPEINTERFACE_PROPERTYNAME

static final java.lang.String COMPONENTTYPEINTERFACE_PROPERTYNAME
name used for serviceregistration properties of componentbundles and their components

See Also:
Constant Field Values

COMPONENT_LANGUAGERESOURCES_PROPERTYNAME

static final java.lang.String COMPONENT_LANGUAGERESOURCES_PROPERTYNAME
TODO javadoc

See Also:
Constant Field Values

COMPONENT_LICENSEVALUE_PROPERTYNAME

static final java.lang.String COMPONENT_LICENSEVALUE_PROPERTYNAME
TODO javadoc

See Also:
Constant Field Values

COMPONENT_ACCESSKEY_PROPERTYNAME

static final java.lang.String COMPONENT_ACCESSKEY_PROPERTYNAME
TODO javadoc

See Also:
Constant Field Values

COMPONENT_EDITPRESENTATIONS_PROPERTYNAME

static final java.lang.String COMPONENT_EDITPRESENTATIONS_PROPERTYNAME
TODO javadoc

See Also:
Constant Field Values

WCB_CONFIG_FILENAME

static final java.lang.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 java.lang.String WCB_JSP_BASE_DIR
default jsp deploy directory, used as base for specialisations

See Also:
Constant Field Values

WCB_RESOURCE_INSERT_COMPONENT_FILE_ID

static final java.lang.String WCB_RESOURCE_INSERT_COMPONENT_FILE_ID
indentification in directory and filename prefixed, replaced runtime with the instance value

See Also:
Constant Field Values

WCB_RESOURCE_STATIC_BACKEND

static final java.lang.String WCB_RESOURCE_STATIC_BACKEND
target directory for the static backend resources. (Runtime lookup/deployment target)

See Also:
Constant Field Values

WCB_RESOURCE_STATIC_FRONTEND

static final java.lang.String WCB_RESOURCE_STATIC_FRONTEND
target directory for the static frontend resources. (Runtime lookup/deployment target)

See Also:
Constant Field Values

WCB_RESOURCE_SRC_DIR_STATIC_BACKEND

static final java.lang.String WCB_RESOURCE_SRC_DIR_STATIC_BACKEND
directory in the bundle jar holding all static backend components

See Also:
Constant Field Values

WCB_RESOURCE_SRC_DIR_STATIC_FRONTEND

static final java.lang.String WCB_RESOURCE_SRC_DIR_STATIC_FRONTEND
directory in the bundle jar holding all static frontend components

See Also:
Constant Field Values

WCB_RESOURCE_MESSAGES

static final java.lang.String WCB_RESOURCE_MESSAGES
target directory and filenameprefix for the language resource bundles. (Runtime lookup/deployment target)

See Also:
Constant Field Values

WCB_RESOURCE_SRC_DIR_MESSAGES

static final java.lang.String WCB_RESOURCE_SRC_DIR_MESSAGES
prefix form the WCB static resources in the jar (classpath)

See Also:
Constant Field Values

WCB_RESOURCE_SRC_MESSAGES_PREFIX

static final java.lang.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 java.lang.String WCB_RESOURCE_SRC_DIR_TEMP
prefix for temporary resources

See Also:
Constant Field Values

WCB_RESOURCE_EDIT_PRESENTATION

static final java.lang.String WCB_RESOURCE_EDIT_PRESENTATION
target directory for the edit presentation files. (Runtime lookup/deployment target)

See Also:
Constant Field Values

WCB_RESOURCE_SRC_DIR_EDIT_PRESENTATION

static final java.lang.String WCB_RESOURCE_SRC_DIR_EDIT_PRESENTATION
prefix form the WCB edit presentation file in the jar (classpath)

See Also:
Constant Field Values

WCB_RESOURCE_SHOW_PRESENTATION

static final java.lang.String WCB_RESOURCE_SHOW_PRESENTATION
target directory for the show presentation files. (Runtime lookup/deployment target)

See Also:
Constant Field Values

WCB_RESOURCE_SRC_DIR_JSPTAGS

static final java.lang.String WCB_RESOURCE_SRC_DIR_JSPTAGS
Path for the JSP tag files in the jar (classpath)

See Also:
Constant Field Values

WCB_RESOURCE_JSPTAGS

static final java.lang.String WCB_RESOURCE_JSPTAGS
target directory for the jsp tag files (Runtime lookup/deployment target)

See Also:
Constant Field Values

WCB_RESOURCE_JELLY_ICON_PREFIX

static final java.lang.String WCB_RESOURCE_JELLY_ICON_PREFIX
prefix for media item icons

See Also:
Constant Field Values

WCB_RESOURCE_TOOLBAR_DIR

static final java.lang.String WCB_RESOURCE_TOOLBAR_DIR
Directory with backend toolbar items

See Also:
Constant Field Values

WCB_RESOURCE_SRC_DIR_SHOW_PRESENTATION

static final java.lang.String WCB_RESOURCE_SRC_DIR_SHOW_PRESENTATION
prefix form the WCB show presentation file in the jar (classpath)

See Also:
Constant Field Values

ELEMENT_SCOPE

static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String APPLICATION_MANAGER_PERMISSION_GROUP
Static value identifiying the administrate website permission group.

See Also:
Constant Field Values

CASUAL_USER_PERMISSION_GROUP

static final java.lang.String CASUAL_USER_PERMISSION_GROUP
Static value identifiying the maintain all content permission group.

See Also:
Constant Field Values

DEVELOPER_PERMISSION_GROUP

static final java.lang.String DEVELOPER_PERMISSION_GROUP
Static value identifiying the develop website permission group.

See Also:
Constant Field Values

EDITOR_PERMISSION_GROUP

static final java.lang.String EDITOR_PERMISSION_GROUP
Static value identifiying the maintain all content permission group.

See Also:
Constant Field Values

MAIN_EDITOR_PERMISSION_GROUP

static final java.lang.String MAIN_EDITOR_PERMISSION_GROUP
Static value identifiying the maintain all content permission group.

See Also:
Constant Field Values

ALL_PERMISSION_GROUPS

static final java.lang.String[] ALL_PERMISSION_GROUPS
Enumeration containing all permission groups



Copyright © 2007-2011 GX Software BV. All Rights Reserved.