Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opencms.core
Interface I_CmsConstants  view I_CmsConstants download I_CmsConstants.java

All Known Implementing Classes:
CmsCoreSession, CmsSession, CmsShell, CmsShellCommands, CmsStaticExportProperties, OpenCms, OpenCmsHttpServlet

public interface I_CmsConstants

This interface is a pool for constants in OpenCms.

Other classes may implement this class to get easy access to this constants.

Version:
$Revision: 1.220.2.1 $ $Date: 2004/01/07 11:11:12 $

Field Summary
static int C_ACCESS_DEFAULT_FLAGS
          The default-flags for a new resource.
static int C_ACCESS_GROUP
          Group has full access to this resource.
static int C_ACCESS_GROUP_READ
          Group may read this resource
static int C_ACCESS_GROUP_VISIBLE
          Group may view this resource
static int C_ACCESS_GROUP_WRITE
          Group may write this resource
static int C_ACCESS_INTERNAL_READ
          This is an internal resource, it can't be launched directly.
static int C_ACCESS_OWNER
          Owner has full access to this resource.
static int C_ACCESS_OWNER_READ
          Owner may read this resource
static int C_ACCESS_OWNER_VISIBLE
          Owner may view this resource
static int C_ACCESS_OWNER_WRITE
          Owner may write this resource
static int C_ACCESS_PUBLIC
          has full access to this resource.
static int C_ACCESS_PUBLIC_READ
          may read this resource
static int C_ACCESS_PUBLIC_VISIBLE
          may view this resource
static int C_ACCESS_PUBLIC_WRITE
          may write this resource
static int C_ACCESS_READ
          All may read this resource.
static int C_ACCESS_VISIBLE
          All may view this resource.
static int C_ACCESS_WRITE
          All may write this resource.
static java.lang.String C_ADDITIONAL_INFO_EXPLORERSETTINGS
          Key for additional info explorer settings.
static java.lang.String C_ADDITIONAL_INFO_PREFERENCES
          Key for additional info flags.
static java.lang.String C_ADDITIONAL_INFO_STARTSETTINGS
          Key for additional info start settings.
static java.lang.String C_ADDITIONAL_INFO_TASKSETTINGS
          Key for additional info task settings.
static java.lang.String C_ADDITIONAL_INFO_TOWN
          Key for additional info address.
static java.lang.String C_ADDITIONAL_INFO_ZIPCODE
          Key for additional info address.
static int C_AT_LEAST_ONCE
          wasLoggedIn
static java.lang.String C_CLUSTERURL
          A string in the configuration-file.
static java.lang.String C_CONFIGURATION_CACHE
          A string in the configuration-file.
static java.lang.String C_CONFIGURATION_CLASS
          A string in the configuration-file.
static java.lang.String C_CONFIGURATION_REGISTRY
          A string in the configuration-file.
static java.lang.String C_CONFIGURATION_RESOURCEBROKER
          A string in the configuration-file.
static java.lang.String[] C_COPYRIGHT
          The copyright message for OpenCms.
static java.lang.String C_DEFAULT_SITE
          The name of the default site
static java.lang.String C_DELETE_HISTORY
          The name of the tag in registry if versions of the history should be deleted
static java.lang.String C_ENABLE_HISTORY
          The name of the tag in registry if history is enabled.
static java.lang.String C_ERRPREFIX
          The name of the error tag prefix in backoffice templates
static java.lang.String C_ERRSPERATOR
          The name of the error tag seperator in backoffice templates
static java.lang.String C_EXPORT_TAG_ACCESS
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_ADDRESS
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_CREATOR
          A tag in the export manifest-file, used as subtag of C_EXPORT_TAG_INFO.
static java.lang.String C_EXPORT_TAG_DATE
          A tag in the export manifest-file, used as subtag of C_EXPORT_TAG_INFO.
static java.lang.String C_EXPORT_TAG_DEFAULTGROUP
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_DESCRIPTION
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_DESTINATION
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_EMAIL
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_EXPORT
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_FILE
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_FIRSTNAME
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_FLAGS
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_GROUP
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_GROUPDATA
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_GROUPNAME
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_INFO
          A tag in the export manifest-file.
static java.lang.String C_EXPORT_TAG_LASTMODIFIED
          The "lastmodified" tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_LASTNAME
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_LAUNCHER_START_CLASS
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_MODULEXPORT
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_NAME
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_OC_VERSION
          A tag in the export manifest-file, used as subtag of C_EXPORT_TAG_INFO.
static java.lang.String C_EXPORT_TAG_PARENTGROUP
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_PASSWORD
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_PROJECT
          A tag in the manifest-file, used as subtag of C_EXPORT_TAG_INFO.
static java.lang.String C_EXPORT_TAG_PROPERTIES
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_PROPERTY
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_RECOVERYPASSWORD
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_SECTION
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_SOURCE
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_TYPE
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_USER
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_USERDATA
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_USERGROUPDATA
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_USERGROUPS
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_USERINFO
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_VALUE
          A tag in the manifest-file.
static java.lang.String C_EXPORT_TAG_VERSION
          A tag in the export manifest-file, used as subtag of C_EXPORT_TAG_INFO.
static java.lang.String C_EXPORT_VERSION
          The version of the opencms export (appears in the export manifest-file).
static java.lang.String C_EXPORT_XMLFILENAME
          The filename of the xml manifest.
static int C_EXPORTONLYFILES
          Export type value - exports only resources
static int C_EXPORTONLYUSERS
          Export type value - exports only users
static java.lang.String C_EXPORTPOINT
          A string in the configuration-file.
static java.lang.String C_EXPORTPOINT_PATH
          A string in the configuration-file.
static int C_EXPORTUSERSFILES
          Export type value - exports users and resources
static java.lang.String C_FCONTENT
          XML tag to defines the resource content if resource is a file
static java.lang.String C_FELEMENT
          root element in the XML file (the document node) needed, to insert other elements
static java.lang.String C_FILE
           
static java.lang.String C_FILECONTENT
           
static int C_FILES_IMPORTED
          Are files imported - yes
static int C_FLAG_DISABLED
          This flag is set for disabled entrys in the database.
static int C_FLAG_ENABLED
          This flag is set for enabled entrys in the database.
static int C_FLAG_GROUP_PROJECTCOWORKER
          Flag constant: ProjectCoWorker flag for groups
static int C_FLAG_GROUP_PROJECTMANAGER
          Flag constant: Projectmanager flag for groups
static int C_FLAG_GROUP_ROLE
          Flag constant: Role (for coworkers) flag for groups
static java.lang.String C_FOLDER
           
static java.lang.String C_FOLDER_SEPARATOR
          The folder - seberator in this system
static java.lang.String C_GROUP
           
static java.lang.String C_GROUP_ADMIN
          This is the group for administrators.
static java.lang.String C_GROUP_GUEST
          This is the group for guests.
static java.lang.String C_GROUP_PROJECTLEADER
          This is the group for projectleaders.
static java.lang.String C_GROUP_USERS
          This is the group for users.
static java.lang.String C_LINKCHECKTABLE_DATE
          The key for the date of the last linkcheck in the linkchecktable
static int C_MAX_LENGTH_RESOURCE_NAME
          The maximum length of a resource name (incl.
static java.lang.String C_MODULE_PROPERTY_ADDITIONAL_RESOURCES
          The module property key name to specifiy additional resources which are part of a module outside of {system/modules}.
static java.lang.String C_MODULE_PROPERTY_ADDITIONAL_RESOURCES_SEPARATOR
          Character to separate additional resources specified in the module properties.
static int C_MODUS_AUTO
          The modus the cmsObject runs in.
static int C_MODUS_EXPORT
           
static int C_MODUS_EXTERN
           
static int C_MODUS_OFFLINE
           
static int C_MODUS_ONLINE
           
static int C_MOUNTPOINT_FILESYSTEM
          This is the defintion for a filesystem mountpoint.
static int C_MOUNTPOINT_MYSQL
          This is the defintion for a database mountpoint.
static int C_NEVER
          wasLoggedIn
static int C_NO_FILES_IMPORTED
          Are files imported - NO
static java.lang.String C_ORDER_AGENTUSER
          Task order value
static java.lang.String C_ORDER_ENDTIME
          Task order value
static java.lang.String C_ORDER_ID
          Task order value
static java.lang.String C_ORDER_INITIATORUSER
          Task order value
static java.lang.String C_ORDER_NAME
          Task order value
static java.lang.String C_ORDER_ORIGINALUSER
          Task order value
static java.lang.String C_ORDER_PERCENTAGE
          Task order value
static java.lang.String C_ORDER_PRIORITY
          Task order value
static java.lang.String C_ORDER_ROLE
          Task order value
static java.lang.String C_ORDER_STARTTIME
          Task order value
static java.lang.String C_ORDER_STATE
          Task order value
static java.lang.String C_ORDER_TASKTYPE
          Task order value
static java.lang.String C_ORDER_TIMEOUT
          Task order value
static java.lang.String C_ORDER_WAKEUPTIME
          Task order value
static int C_PASSWORD_MINIMUMSIZE
          The minimum-size of a passwordstring.
static java.lang.String C_PROJECT_ONLINE
          This constant defines the onlineproject.
static int C_PROJECT_ONLINE_ID
          This constant defines the onlineproject.
static int C_PROJECT_STATE_ARCHIVE
          This constant defines a project in a archive.
static int C_PROJECT_STATE_INVISIBLE
          This constant defines a project that is invisible.
static int C_PROJECT_STATE_LOCKED
          This constant defines a locked project.
static int C_PROJECT_STATE_UNLOCKED
          This constant defines a unlocked project.
static int C_PROJECT_TYPE_INVISIBLE
          This constant defines a invisible project-type.
static int C_PROJECT_TYPE_NORMAL
          This constant defines a normal project-type.
static int C_PROJECT_TYPE_TEMPORARY
          This constant defines a temporary project-type.
static java.lang.String C_PROPERTY_ACTIV
          Property for resource navigation title
static java.lang.String C_PROPERTY_CHANNELID
          Property for the description
static java.lang.String C_PROPERTY_CONTENT_ENCODING
          Property for content encoding
static java.lang.String C_PROPERTY_DEFAULT_FILE
          Property for default file in folders
static java.lang.String C_PROPERTY_DESCRIPTION
          Property for the description
static java.lang.String C_PROPERTY_EXPORT
          Property for resource export name.
static java.lang.String C_PROPERTY_EXPORTNAME
          Property for resource export name.
static java.lang.String C_PROPERTY_KEYWORDS
          Property for keywords
static java.lang.String C_PROPERTY_NAVPOS
          Property for resource navigation position
static java.lang.String C_PROPERTY_NAVTEXT
          Property for resource navigation title
static java.lang.String C_PROPERTY_RELATIVEROOT
          Property for relative root link substitution
static java.lang.String C_PROPERTY_TEMPLATETYPE
          Property for template type
static java.lang.String C_PROPERTY_TITLE
          Property for resource title
static java.lang.String C_PROPERTY_VISIBLE
          Property for resource navigation title
static java.lang.String C_PUBLISH_METHOD_LINK
          The attribute of the publishclass tag in the modules registry used to show that this method needs the vector of the changed links for publishing.
static java.lang.String C_REGISTRY_DESTINATION
          The name of the exportpoint destination tag in registry.
static java.lang.String C_REGISTRY_HISTORY
          The name of the tag in registry for history properties.
static java.lang.String C_REGISTRY_KNOWNLAUNCHERS
          The name of the known launchers tag in registry.
static java.lang.String C_REGISTRY_LAUNCHER
          The name of the launcher tag in registry.
static java.lang.String C_REGISTRY_SOURCE
          The name of the exportpoint source tag in registry.
static int C_REQUEST_CONSOLE
          Identifier for request type console
static int C_REQUEST_HTTP
          Identifier for request type http
static int C_RESPONSE_CONSOLE
          Identifier for request type console
static int C_RESPONSE_HTTP
          Identifier for request type http
static java.lang.String C_ROOT
          The name of the rood folder
static java.lang.String C_ROOT_TEMPLATE_NAME
          Template element name used for the canonical root template
static java.lang.String C_ROOTNAME_COS
          The root name of the COS
static java.lang.String C_ROOTNAME_VFS
          The root name of the VFS
static java.lang.String C_SESSION_ADMIN_POS
          Session key for storing the possition in the administration navigation
static java.lang.String C_SESSION_BROADCASTMESSAGE
          The key for the session to store Broadcast messages.
static java.lang.String C_SESSION_CONTENT_ENCODING
          Session key for storing the current charcter encoding to be used in HTTP requests and responses.
static java.lang.String C_SESSION_CURRENTGROUP
          The key for the current usergroup the user information hashtable.
static java.lang.String C_SESSION_DATA
          The key for the original session to store the session data.
static java.lang.String C_SESSION_IS_DIRTY
          The key for the dirty-flag in the session.
static java.lang.String C_SESSION_MESSAGEPENDING
          The key for the session to store, if a message is pending for this user.
static java.lang.String C_SESSION_MODULE_VECTOR
          Session key for storing the files Vector for moduleimport.
static java.lang.String C_SESSION_PROJECT
          The key for the project in the user information hashtable.
static java.lang.String C_SESSION_THREAD_ERROR
          Session key for storing a possible error while executing a thread
static java.lang.String C_SESSION_USERNAME
          The key for the username in the user information hashtable.
static java.lang.String C_SORT_ASC
          Task sort value ascending
static java.lang.String C_SORT_DESC
          Task sort value descending
static java.lang.String C_START_ACCESSFLAGS
          Start preferenses AccessFlags
static java.lang.String C_START_DEFAULTGROUP
          Start preferenses DefaultGroup
static java.lang.String C_START_LANGUAGE
          Start preferenses Language
static java.lang.String C_START_LOCKDIALOG
          Start preferenses lock dialog
static java.lang.String C_START_PROJECT
          Start preferenses Project
static java.lang.String C_START_VIEW
          Start preferenses View
static int C_STATE_CHANGED
          Is set, if the resource was changed in this project.
static int C_STATE_DELETED
          Is set, if the resource was deleted in this project.
static int C_STATE_NEW
          Is set, if the resource is new in this project.
static int C_STATE_UNCHANGED
          Is set, if the resource is unchanged in this project.
static java.lang.String C_STATICEXPORT_PATH
          A string in the configuration-file.
static java.lang.String C_STATICEXPORT_START
          A string in the configuration-file.
static java.lang.String C_SYNCHRONISATION_PATH
          The name of the synchronizationpath-tag in registry.
static java.lang.String C_SYNCHRONISATION_PROJECT
          The name of the synchronizationproject-tag in registry.
static java.lang.String C_SYNCHRONISATION_RESOURCE
          The name of the synchronizationresource-tag in registry.
static java.lang.String C_SYNCHRONISATION_RESOURCETAG
          The name of the synchronizationresource-tag in registry.
static java.lang.String C_SYSTEMPROPERTY_CRONTABLE
          The name of the exportpath-systemproperty.
static java.lang.String C_SYSTEMPROPERTY_EXPORTPATH
          The name of the exportpath-systemproperty.
static java.lang.String C_SYSTEMPROPERTY_EXTENSIONS
          The name of the resourcetype-extension.
static java.lang.String C_SYSTEMPROPERTY_LINKCHECKTABLE
          The name of the linkchecktable-systemproperty.
static java.lang.String C_SYSTEMPROPERTY_MIMETYPES
          The name of the mimetypes-systemproperty.
static java.lang.String C_SYSTEMPROPERTY_MOUNTPOINT
          The name of the mountpoint-systemproperty.
static java.lang.String C_SYSTEMPROPERTY_RESOURCE_TYPE
          The name of the resourcetype-systemproperty.
static java.lang.String C_TABLE_CHANNELID
          The name of the entry for the id generator to create new channelid's
static java.lang.String C_TASK_FILTER
          Task preferenses filter
static java.lang.String C_TASK_MESSAGES
          Task preferenses message flags
static int C_TASK_MESSAGES_ACCEPTED
          state values of task messages when accepted
static int C_TASK_MESSAGES_COMPLETED
          state values of task messages when completed
static int C_TASK_MESSAGES_FORWARDED
          state values of task messages when forwared
static int C_TASK_MESSAGES_MEMBERS
          state values of task messages when members
static int C_TASK_ORDER_BY_DATE
          This constant is used to order the tasks by date.
static int C_TASK_ORDER_BY_NAME
          This constant is used to order the tasks by name.
static int C_TASK_PRIORITY_HIGH
          Task priority high
static int C_TASK_PRIORITY_LOW
          Task priority low
static int C_TASK_PRIORITY_NORMAL
          Task priority normal
static int C_TASK_STATE_ENDED
          state values of a task ended
static int C_TASK_STATE_HALTED
          state values of a task halted
static int C_TASK_STATE_NOTENDED
          state values of a task ready to end
static int C_TASK_STATE_PREPARE
          state values of a task prepared to start
static int C_TASK_STATE_START
          state values of a task ready to start
static int C_TASK_STATE_STARTED
          state values of a task started
static java.lang.String C_TASK_VIEW_ALL
          Task preferenses view all
static int C_TASKLOG_SYSTEM
          System type values for the task log
static int C_TASKLOG_USER
          User type value for the task log
static int C_TASKORDER_NONE
          Value for order tasks by none
static int C_TASKORDER_STARTDATE
          Value for order tasks by startdate
static int C_TASKORDER_TIMEOUT
          Value for order tasks by timeout
static int C_TASKS_ACTIVE
          Task type value of getting active tasks
static int C_TASKS_ALL
          Task type value of getting all tasks
static int C_TASKS_DONE
          Task type value of getting done tasks
static int C_TASKS_NEW
          Task type value of getting new tasks
static int C_TASKS_OPEN
          Task type value of getting open tasks
static int C_TASKSORDER_TASKNAME
          Value for order tasks by taskname
static java.lang.String C_TEMP_PREFIX
          prefix for temporary files
static java.lang.String C_TFACCESS
          XML tag to defines file acces
static java.lang.String C_TFGROUP
          XML tag to defines group acces
static java.lang.String C_TFILEOBJ
          XML tag to defines one resource
static java.lang.String C_TFILES
          first XML element tag for the resources
static java.lang.String C_TFNAME
          XML tag to defines the resource name
static java.lang.String C_TFPROPERTYINFO
          XML tag to defines the resource property
static java.lang.String C_TFPROPERTYNAME
          XML tag to defines the resource property
static java.lang.String C_TFPROPERTYTYPE
          XML tag to defines the resource propertytype
static java.lang.String C_TFPROPERTYVALUE
          XML tag to defines the resource propertyvalue
static java.lang.String C_TFTYPE
          XML tag to defines the resource type
static java.lang.String C_TFTYPENAME
          XML tag to defines the resource typename
static java.lang.String C_TFUSER
          XML tag to defines user acces
static java.lang.String C_TGDESC
          XML tag to defines the description of group
static java.lang.String C_TGFLAG
          XML tag to defines the flag of group
static java.lang.String C_TGNAME
          XML tag to defines the group name
static java.lang.String C_TGPARENTGROUP
          XML tag to defines the parentgroup name
static java.lang.String C_TGROUPOBJ
          XML tag to defines one group
static java.lang.String C_TGROUPS
          first XML element tag for the groups
static java.lang.String C_TGROUPUSERS
          XML tag to defines all users of the group
static java.lang.String C_TGUSER
          XML tag to defines the name of user in group
static java.lang.String C_TUADDINFO
          XML tag to defines additional user info
static java.lang.String C_TUDESC
          XML tag to defines the user Description
static java.lang.String C_TUDGROUP
          XML tag to defines the user defaultgroup
static java.lang.String C_TUDISABLED
          XML tag to defines if the user is disabled
static java.lang.String C_TUEMAIL
          XML tag to defines the user EMail
static java.lang.String C_TUFIRSTNAME
          XML tag to defines the user Firstname
static java.lang.String C_TUFLAG
          XML tag to defines the user flag
static java.lang.String C_TUGROUP
          XML tag to defines the user group name
static java.lang.String C_TUINFOKEY
          XML tag to defines additional user info key
static java.lang.String C_TUINFOVALUE
          XML tag to defines additional user info value
static java.lang.String C_TULOGIN
          XML tag to defines the user login
static java.lang.String C_TUNAME
          XML tag to defines the user Lastname
static java.lang.String C_TUPASSWD
          XML tag to defines the user PASSWD default "Kennwort"
static java.lang.String C_TUSERGROUPS
          XML tag to defines the groups in which the user is in
static java.lang.String C_TUSEROBJ
          XML tag to defines one user
static java.lang.String C_TUSERS
          first XML element tag for the users
static java.lang.String C_TYPE_BODY_NAME
          The resource type-name for body files.
static java.lang.String C_TYPE_COMPATIBLEPLAIN_NAME
          The resource type-name for compatiblePlain files.
static int C_TYPE_FOLDER
          The resource type-id for a folder.
static java.lang.String C_TYPE_FOLDER_NAME
          The resource type-id for a folder.
static java.lang.String C_TYPE_IMAGE_NAME
          The resource type-name for an image.
static java.lang.String C_TYPE_LAST_INDEX
          The last index, that was used for resource-types.
static java.lang.String C_TYPE_PAGE_NAME
          The resource type-name for a page file.
static java.lang.String C_TYPE_PLAIN_NAME
          The resource type-name for plain files.
static int C_UNKNOWN_ID
          This id will be returned for resources with no id.
static int C_UNKNOWN_INT
          This value will be returned for int's withaout a value.
static java.lang.String C_UNKNOWN_LAUNCHER
          This is the classname for an undefined launcher.
static int C_UNKNOWN_LAUNCHER_ID
          This is the id for an undefined launcher.
static int C_UNKNOWN_LONG
          This value will be returned for long's withaout a value.
static java.lang.String C_URL_PREFIX_EXPORT
          A string in the configuration-file.
static java.lang.String C_URL_PREFIX_HTTP
          A string in the configuration-file.
static java.lang.String C_URL_PREFIX_HTTPS
          A string in the configuration-file.
static java.lang.String C_URL_PREFIX_SERVERNAME
          A string in the configuration-file.
static java.lang.String C_USER
           
static java.lang.String C_USER_ADMIN
          This is the group for administrators.
static java.lang.String C_USER_GUEST
          This is the group for guests.
static int C_USER_TYPE_SYSTEMANDWEBUSER
          A user-type
static int C_USER_TYPE_SYSTEMUSER
          A user-type
static int C_USER_TYPE_WEBUSER
          A user-type
static java.lang.String C_WEB_APP_REPLACE_KEY
          Replacekey for the webapplication name (used in opencms.properties)
static java.lang.String C_WEEKS_HISTORY
          The name of the tag in registry for the number of weeks the versions should remain in the history.
static int C_WHATEVER
          wasLoggedIn
static java.lang.String C_XML_BODY_ELEMENT
          name of the special body element from an XMLTemplate
 

Field Detail

C_COPYRIGHT

public static final java.lang.String[] C_COPYRIGHT
The copyright message for OpenCms.


C_WEB_APP_REPLACE_KEY

public static final java.lang.String C_WEB_APP_REPLACE_KEY
Replacekey for the webapplication name (used in opencms.properties)

See Also:
Constant Field Values

C_PASSWORD_MINIMUMSIZE

public static final int C_PASSWORD_MINIMUMSIZE
The minimum-size of a passwordstring.

See Also:
Constant Field Values

C_MAX_LENGTH_RESOURCE_NAME

public static final int C_MAX_LENGTH_RESOURCE_NAME
The maximum length of a resource name (incl. path).

See Also:
Constant Field Values

C_FLAG_ENABLED

public static final int C_FLAG_ENABLED
This flag is set for enabled entrys in the database. (GROUP_FLAGS for example)

See Also:
Constant Field Values

C_FLAG_DISAB