Serialized Form


Package org.opencms.ade.containerpage

Class org.opencms.ade.containerpage.CmsContainerpageService extends CmsGwtService implements Serializable

serialVersionUID: -6188370638303594280L

Serialized Fields

m_sessionCache

CmsADESessionCache m_sessionCache
The session cache.


Package org.opencms.ade.detailpage

Class org.opencms.ade.detailpage.CmsDetailPageInfo extends Object implements Serializable

serialVersionUID: 7714334294682534900L

Serialized Fields

m_id

CmsUUID m_id
The id of the detail page.


m_type

String m_type
The resource type which the detail page should display.


m_uri

String m_uri
The original URI of the detail page (for debugging purposes only).


Package org.opencms.ade.galleries

Class org.opencms.ade.galleries.CmsGalleryService extends CmsGwtService implements Serializable

serialVersionUID: 1673026761080584889L

Serialized Fields

m_resourceManager

CmsResourceManager m_resourceManager
The instance of the resource manager.


m_galleryMode

I_CmsGalleryProviderConstants.GalleryMode m_galleryMode
The gallery mode.


m_workplaceSettings

CmsWorkplaceSettings m_workplaceSettings
The workplace settings of the current user.


m_wpLocale

Locale m_wpLocale
The workplace locale from the current user's settings.

Class org.opencms.ade.galleries.CmsPreviewService extends CmsGwtService implements Serializable

serialVersionUID: -8175522641937277445L


Package org.opencms.ade.publish

Class org.opencms.ade.publish.CmsPublishService extends CmsGwtService implements Serializable

serialVersionUID: 3852074177607037076L


Package org.opencms.ade.sitemap

Class org.opencms.ade.sitemap.CmsVfsSitemapService extends CmsGwtService implements Serializable

serialVersionUID: -7236544324371767330L

Serialized Fields

m_navBuilder

CmsJspNavBuilder m_navBuilder
The navigation builder.


Package org.opencms.ade.sitemap.shared

Class org.opencms.ade.sitemap.shared.CmsDetailPageTable extends Object implements Serializable

serialVersionUID: -4561142050519767250L

Serialized Fields

m_infoById

Map<K,V> m_infoById
The detail page info beans indexed by id.


m_map

com.google.common.collect.ArrayListMultimap<K,V> m_map
The detail page info beans, indexed by type.

Class org.opencms.ade.sitemap.shared.CmsNewResourceInfo extends Object implements Serializable

serialVersionUID: -4731814848380350682L

Serialized Fields

m_copyResourceId

CmsUUID m_copyResourceId
The structure id of the copy resource.


m_createParameter

String m_createParameter
The additional parameter used for creating new resources.


m_date

String m_date
Date.


m_description

String m_description
The description.


m_editable

boolean m_editable
True if the user can edit the resource.


m_id

int m_id
The id.


m_isFunction

boolean m_isFunction
The flag which determines whether this bean is for a function page or for a normal detail page.


m_navPos

Float m_navPos
Navigation position, used for ordering.


m_subtitle

String m_subtitle
Subtitle.


m_title

String m_title
The title.


m_typeName

String m_typeName
The type name.


m_vfsPath

String m_vfsPath
VFS path.


Package org.opencms.ade.upload

Class org.opencms.ade.upload.CmsUploadException extends RuntimeException implements Serializable

serialVersionUID: 5436746014936990102L

Class org.opencms.ade.upload.CmsUploadListener extends Object implements Serializable

serialVersionUID: -6431275569719042836L

Serialized Fields

m_contentLength

long m_contentLength
The content length of the request (larger than the sum of file sizes).


m_exception

RuntimeException m_exception
Stores the exception if one has been occurred.


m_exceptionTrhown

boolean m_exceptionTrhown
Signals that there occurred an exception before.


m_bytesRead

long m_bytesRead
The bytes read so far.


m_delay

int m_delay
The upload delay.


m_finished

boolean m_finished
A flag that signals if the upload is finished.


m_id

CmsUUID m_id
The UUID for this listener.


m_item

int m_item
Stores the current item.


m_watcher

CmsUploadTimeoutWatcher m_watcher
The timeout watch dog for this listener.

Class org.opencms.ade.upload.CmsUploadService extends CmsGwtService implements Serializable

serialVersionUID: -2235662141861687012L

Class org.opencms.ade.upload.CmsUploadTimeoutWatcher extends Thread implements Serializable

serialVersionUID: -649803529271569237L

Serialized Fields

m_lastBytesRead

long m_lastBytesRead
Last bytes read.


m_lastData

long m_lastData
Timestamp for the last received data.


m_listener

CmsUploadListener m_listener
The listener to watch.


Package org.opencms.configuration

Class org.opencms.configuration.CmsConfigurationException extends CmsException implements Serializable

serialVersionUID: -5455695221600757274L

Class org.opencms.configuration.CmsDefaultUserSettings.CmsPublishRelatedResourcesMode extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: -2665888243460791770L


Package org.opencms.db

Class org.opencms.db.CmsDbConsistencyException extends CmsDbException implements Serializable

serialVersionUID: -3783277873180369592L

Class org.opencms.db.CmsDbEntryAlreadyExistsException extends CmsDbException implements Serializable

serialVersionUID: -3605466011434350322L

Class org.opencms.db.CmsDbEntryNotFoundException extends CmsDbException implements Serializable

serialVersionUID: -2579588428436942854L

Class org.opencms.db.CmsDbException extends CmsDataAccessException implements Serializable

serialVersionUID: -5828372003570766471L

Class org.opencms.db.CmsDbIoException extends CmsDbException implements Serializable

serialVersionUID: -2591688110837459803L

Class org.opencms.db.CmsDbKeyException extends CmsDbException implements Serializable

serialVersionUID: -7443542835892758391L

Class org.opencms.db.CmsDbSqlException extends CmsDbException implements Serializable

serialVersionUID: -286617872967617367L

Class org.opencms.db.CmsPublishedResource extends Object implements Serializable

serialVersionUID: -1054065812825770479L

Serialized Fields

m_isFolder

boolean m_isFolder
Indicates if the published resource is a folder or a file.


m_isMoved

boolean m_isMoved
Flag to signal if the resource was moved.


m_publishTag

int m_publishTag
The publish tag of the published resource.


m_resourceId

CmsUUID m_resourceId
The resource ID of the published resource.


m_resourceState

CmsResourceState m_resourceState
The state of the resource *before* it was published.


m_resourceType

int m_resourceType
The type of the published resource.


m_rootPath

String m_rootPath
The root path of the published resource.


m_siblingCount

int m_siblingCount
The count of siblings of the published resource.


m_structureId

CmsUUID m_structureId
The structure ID of the published resource.

Class org.opencms.db.CmsPublishedResource.CmsPublishedResourceState extends CmsResourceState implements Serializable

serialVersionUID: -2901049208546972463L

Class org.opencms.db.CmsPublishList extends Object implements Serializable

serialVersionUID: -2578909250462750927L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Throws:
IOException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.opencms.db.CmsResourceState extends Object implements Serializable

serialVersionUID: -2704354453252295414L

Serialized Fields

m_abbrev

char m_abbrev
The state abbreviation character.


m_state

int m_state
The integer state representation.

Class org.opencms.db.CmsSubscriptionReadMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 7547476104782346902L

Class org.opencms.db.CmsUserSettings.CmsSearchResultStyle extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: 6611568161885127011L

Serialized Fields

m_key

String m_key
The localization key for this style.

Class org.opencms.db.CmsVfsOnlineResourceAlreadyExistsException extends CmsVfsException implements Serializable

serialVersionUID: -3683047201439382951L


Package org.opencms.db.jpa.persistence

Class org.opencms.db.jpa.persistence.CmsDAOContents.CmsDAOContentsPK extends Object implements Serializable

serialVersionUID: -6613485187813913967L

Serialized Fields

m_publishTagFrom

int m_publishTagFrom
The publish tag from.


m_resourceId

String m_resourceId
The resource id.

Class org.opencms.db.jpa.persistence.CmsDAOGroupUsers.CmsDAOGroupUsersPK extends Object implements Serializable

serialVersionUID: 244258933522671742L

Serialized Fields

m_groupId

String m_groupId
The group id.


m_userId

String m_userId
The user id.

Class org.opencms.db.jpa.persistence.CmsDAOHistoryProjectResources.CmsDAOHistoryProjectResourcesPK extends Object implements Serializable

serialVersionUID: 7234143431518918990L

Serialized Fields

m_projectId

String m_projectId
The project id.


m_publishTag

int m_publishTag
The publish tag.


m_resourcePath

String m_resourcePath
The resource path.

Class org.opencms.db.jpa.persistence.CmsDAOHistoryProperties.CmsDAOHistoryPropertiesPK extends Object implements Serializable

serialVersionUID: 3076741403580490854L

Serialized Fields

m_propertyDefId

String m_propertyDefId
The property definition id.


m_propertyMappingType

int m_propertyMappingType
The property mapping type.


m_publishTag

int m_publishTag
The publish tag.


m_structureId

String m_structureId
The structure id.

Class org.opencms.db.jpa.persistence.CmsDAOHistoryResources.CmsDAOHistoryResourcesPK extends Object implements Serializable

serialVersionUID: 2279429675070947072L

Serialized Fields

m_publishTag

int m_publishTag
The publish tag.


m_resourceId

String m_resourceId
The resource id.

Class org.opencms.db.jpa.persistence.CmsDAOHistoryStructure.CmsDAOHistoryStructurePK extends Object implements Serializable

serialVersionUID: -1634835068964793024L

Serialized Fields

m_publishTag

int m_publishTag
The publish tag.


m_structureId

String m_structureId
The structure id.


m_version

int m_version
The version.

Class org.opencms.db.jpa.persistence.CmsDAOLog.CmsDAOLogPK extends Object implements Serializable

serialVersionUID: -2970988269297688935L

Serialized Fields

m_logDate

long m_logDate
The log date.


m_logType

int m_logType
The log type.


m_userId

String m_userId
The user id.

Class org.opencms.db.jpa.persistence.CmsDAOOfflineAccessControl.CmsDAOOfflineAccessControlPK extends Object implements Serializable

serialVersionUID: -5461218404739272590L

Serialized Fields

m_principalId

String m_principalId
The principal id.


m_resourceId

String m_resourceId
The resource id.

Class org.opencms.db.jpa.persistence.CmsDAOOfflineResourceRelations.CmsDAOOfflineResourceRelationsPK extends Object implements Serializable

serialVersionUID: 7268452936498382758L

Serialized Fields

m_relationSourceId

String m_relationSourceId
The relation source id.


m_relationSourcePath

String m_relationSourcePath
The relation source path.


m_relationTargetId

String m_relationTargetId
The relation target id.


m_relationTargetPath

String m_relationTargetPath
The relation target path.


m_relationType

int m_relationType
The relation type.

Class org.opencms.db.jpa.persistence.CmsDAOOfflineUrlNameMappings.CmsDAOOfflineUrlNameMappingsPK extends Object implements Serializable

serialVersionUID: -6197236906954843220L

Serialized Fields

m_dateChanged

long m_dateChanged
The date changed.


m_name

String m_name
The name.


m_state

int m_state
The state.


m_structureId

String m_structureId
The structure id.

Class org.opencms.db.jpa.persistence.CmsDAOOnlineAccessControl.CmsDAOOnlineAccessControlPK extends Object implements Serializable

serialVersionUID: 1790569689289360171L

Serialized Fields

m_principalId

String m_principalId
The principal id.


m_resourceId

String m_resourceId
The resource id.

Class org.opencms.db.jpa.persistence.CmsDAOOnlineResourceRelations.CmsDAOOnlineResourceRelationsPK extends Object implements Serializable

serialVersionUID: -7530492380913825353L

Serialized Fields

m_relationSourceId

String m_relationSourceId
The relation source id.


m_relationSourcePath

String m_relationSourcePath
The relation source path.


m_relationTargetId

String m_relationTargetId
The relation target id.


m_relationTargetPath

String m_relationTargetPath
The relation target path.


m_relationType

int m_relationType
The relation type.

Class org.opencms.db.jpa.persistence.CmsDAOOnlineUrlNameMappings.CmsDAOOnlineUrlNameMappingsPK extends Object implements Serializable

serialVersionUID: -6569284891719573461L

Serialized Fields

m_dateChanged

long m_dateChanged
The date changed.


m_name

String m_name
The name.


m_state

int m_state
The state.


m_structureId

String m_structureId
The structure id.

Class org.opencms.db.jpa.persistence.CmsDAOProjectResources.CmsDAOProjectResourcesPK extends Object implements Serializable

serialVersionUID: 6018720614639293842L

Serialized Fields

m_projectId

String m_projectId
The project id.


m_resourcePath

String m_resourcePath
The resource path.

Class org.opencms.db.jpa.persistence.CmsDAOPublishHistory.CmsDAOPublishHistoryPK extends Object implements Serializable

serialVersionUID: -1996080800534364421L

Serialized Fields

m_historyId

String m_historyId
The history id.


m_publishTag

int m_publishTag
The publish tag.


m_resourcePath

String m_resourcePath
The resource path.


m_structureId

String m_structureId
The structure id.

Class org.opencms.db.jpa.persistence.CmsDAOSubscription.CmsDAOSubscriptionPK extends Object implements Serializable

serialVersionUID: -9211500430127470632L

Serialized Fields

m_principalId

String m_principalId
The principal id.


m_structureId

String m_structureId
The structure id.

Class org.opencms.db.jpa.persistence.CmsDAOSubscriptionVisit.CmsDAOSubscriptionVisitPK extends Object implements Serializable

serialVersionUID: -6575619743632823038L

Serialized Fields

m_userId

String m_userId
The user id.


m_visitDate

long m_visitDate
The visit date.

Class org.opencms.db.jpa.persistence.CmsDAOUserData.CmsDAOUserDataPK extends Object implements Serializable

serialVersionUID: 6035468570220023953L

Serialized Fields

m_dataKey

String m_dataKey
The data key.


m_userId

String m_userId
The user id.


Package org.opencms.file

Class org.opencms.file.CmsDataAccessException extends CmsException implements Serializable

serialVersionUID: 2531036451365546672L

Class org.opencms.file.CmsDataNotImplementedException extends CmsDataAccessException implements Serializable

serialVersionUID: -2896104363126492116L

Class org.opencms.file.CmsFile extends CmsResource implements Serializable

serialVersionUID: -5201022482708455620L

Serialized Fields

m_fileContent

byte[] m_fileContent
The content of this file.

Class org.opencms.file.CmsFolder extends CmsResource implements Serializable

serialVersionUID: 5527163725725725452L

Class org.opencms.file.CmsProject.CmsProjectType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: -8701314451776599534L

Class org.opencms.file.CmsProperty extends Object implements Serializable

serialVersionUID: 93613508924212782L

Serialized Fields

m_autoCreatePropertyDefinition

boolean m_autoCreatePropertyDefinition
Boolean flag to decide if the property definition for this property should be created implicitly on any write operation if doesn't exist already.


m_frozen

boolean m_frozen
Indicates if the property is frozen (required for NULL_PROPERTY).


m_name

String m_name
The name of this property.


m_origin

String m_origin
The origin root path of the property.


m_resourceValue

String m_resourceValue
The value of this property attached to the resource record.


m_resourceValueList

List<E> m_resourceValueList
The (optional) value list of this property attached to the resource record.


m_resourceValueMap

Map<K,V> m_resourceValueMap
The (optional) value map of this property attached to the resource record.


m_structureValue

String m_structureValue
The value of this property attached to the structure record.


m_structureValueList

List<E> m_structureValueList
The (optional) value list of this property attached to the structure record.


m_structureValueMap

Map<K,V> m_structureValueMap
The (optional) value map of this property attached to the structure record.

Class org.opencms.file.CmsPropertyDefinition.CmsPropertyType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 74746076708908673L

Class org.opencms.file.CmsResource extends Object implements Serializable

serialVersionUID: 257325098790850498L

Serialized Fields

m_dateContent

long m_dateContent
The date of the last modification of the content of this resource.


m_length

int m_length
The size of the content.


m_dateCreated

long m_dateCreated
The creation date of this resource.


m_dateExpired

long m_dateExpired
The expiration date of this resource.


m_dateLastModified

long m_dateLastModified
The date of the last modification of this resource.


m_dateReleased

long m_dateReleased
The release date of this resource.


m_flags

int m_flags
The flags of this resource.


m_isFolder

boolean m_isFolder
Indicates if this resource is a folder or not.


m_isTouched

boolean m_isTouched
Boolean flag whether the timestamp of this resource was modified by a touch command.


m_projectLastModified

CmsUUID m_projectLastModified
The project id where this resource has been last modified in.


m_resourceId

CmsUUID m_resourceId
The id of the resource database record.


m_rootPath

String m_rootPath
The name of a resource with it's full path from the root folder including the current site root.


m_siblingCount

int m_siblingCount
The number of links that point to this resource.


m_state

CmsResourceState m_state
The state of this resource.


m_structureId

CmsUUID m_structureId
The id of the structure database record.


m_typeId

int m_typeId
The resource type id of this resource.


m_userCreated

CmsUUID m_userCreated
The id of the user who created this resource.


m_userLastModified

CmsUUID m_userLastModified
The id of the user who modified this resource last.


m_version

int m_version
The version number of this resource.

Class org.opencms.file.CmsResource.CmsResourceCopyMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 9081630878178799137L

Class org.opencms.file.CmsResource.CmsResourceDeleteMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 2010402524576925865L

Class org.opencms.file.CmsResource.CmsResourceUndoMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 3521620626485212068L

Class org.opencms.file.CmsVfsException extends CmsDataAccessException implements Serializable

serialVersionUID: 3412336809721934632L

Class org.opencms.file.CmsVfsResourceAlreadyExistsException extends CmsVfsException implements Serializable

serialVersionUID: -3746588003217008115L

Class org.opencms.file.CmsVfsResourceNotFoundException extends CmsVfsException implements Serializable

serialVersionUID: -1452653602127533185L


Package org.opencms.file.collectors

Class org.opencms.file.collectors.CmsPriorityDateResourceComparator extends Object implements Serializable

serialVersionUID: 5316136357328564518L

Serialized Fields

m_asc

boolean m_asc
The date sort order.


m_date

long m_date
The date of this comparator key.


m_keys

Map<K,V> m_keys
The internal map of comparator keys.


m_priority

int m_priority
The priority of this comparator key.

Class org.opencms.file.collectors.CmsPriorityTitleResourceComparator extends Object implements Serializable

serialVersionUID: -6815638350803584422L

Serialized Fields

m_keys

Map<K,V> m_keys
The internal map of comparator keys.


m_priority

int m_priority
The priority of this comparator key.


m_title

String m_title
The title of this comparator key.


Package org.opencms.file.history

Class org.opencms.file.history.CmsHistoryFile extends CmsFile implements Serializable

serialVersionUID: 4073076414399668662L

Serialized Fields

m_parentId

CmsUUID m_parentId
The structure id of the parent of this historical resource.


m_publishTag

int m_publishTag
The publish tag of this historical resource.


m_structureVersion

int m_structureVersion
The version number of the structure part for this historical resource.


m_resourceVersion

int m_resourceVersion
The version number of the resource part for this historical resource.

Class org.opencms.file.history.CmsHistoryFolder extends CmsFolder implements Serializable

serialVersionUID: -374285965677032786L

Serialized Fields

m_parentId

CmsUUID m_parentId
The structure id of the parent of this historical resource.


m_publishTag

int m_publishTag
The publish tag of this historical resource.


m_resourceVersion

int m_resourceVersion
The version number of the resource part for this historical resource.


m_structureVersion

int m_structureVersion
The version number of the structure part for this historical resource.


Package org.opencms.flex

Class org.opencms.flex.CmsFlexCacheException extends CmsException implements Serializable

serialVersionUID: 1169608208297722055L


Package org.opencms.gwt

Class org.opencms.gwt.CmsCoreService extends CmsGwtService implements Serializable

serialVersionUID: 5915848952948986278L

Serialized Fields

m_sessionCache

CmsADESessionCache m_sessionCache
The session cache.

Class org.opencms.gwt.CmsGwtService extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

serialVersionUID: 8119684308154724518L

Serialized Fields

m_context

CmsGwtServiceContext m_context
The service class context.


m_perThreadCmsObject

ThreadLocal<T> m_perThreadCmsObject
The current CMS context.

Class org.opencms.gwt.CmsLogService extends CmsGwtService implements Serializable

serialVersionUID: -7136544324371767330L

Class org.opencms.gwt.CmsRpcException extends Exception implements Serializable

serialVersionUID: 7582056307629544840L

Serialized Fields

m_originalCauseMessage

String m_originalCauseMessage
The original cause message.


m_originalClassName

String m_originalClassName
The original class name.


m_originalMessage

String m_originalMessage
The original message.


m_originalStackTrace

StackTraceElement[] m_originalStackTrace
The original stack trace.

Class org.opencms.gwt.CmsVfsService extends CmsGwtService implements Serializable

serialVersionUID: -383483666952834348L


Package org.opencms.gwt.shared

Class org.opencms.gwt.shared.CmsPrepareEditResponse extends Object implements Serializable

serialVersionUID: 6147076596551311120L

Serialized Fields

m_rootPath

String m_rootPath
The resource root path.


m_sitePath

String m_sitePath
The resource site path.


m_structureId

CmsUUID m_structureId
The resource structure id.


Package org.opencms.i18n

Class org.opencms.i18n.CmsLocaleComparator extends Object implements Serializable

serialVersionUID: -690619562147670465L

Class org.opencms.i18n.CmsMessageContainer extends Object implements Serializable

serialVersionUID: 2844402574674092147L

Serialized Fields

m_args

Object[] m_args
The message arguments to use.


m_bundle

I_CmsMessageBundle m_bundle
The OpenCms message bundle to read the message from.


m_key

String m_key
The message key to use.

Class org.opencms.i18n.CmsMessageException extends CmsException implements Serializable

serialVersionUID: -7012912310293845492L


Package org.opencms.importexport

Class org.opencms.importexport.CmsImportExportException extends CmsException implements Serializable

serialVersionUID: -5010535524516515412L


Package org.opencms.json

Class org.opencms.json.JSONException extends Exception implements Serializable

serialVersionUID: 5155325235329055833L

Serialized Fields

m_cause

Throwable m_cause

Package org.opencms.jsp

Class org.opencms.jsp.CmsJspScopedVarBodyTagSuport extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 6521418315921327927L

Serialized Fields

m_scope

int m_scope
The scope under which the content info is saved in the page context.


m_variable

String m_variable
The name of the variable under which the content info bean should be saved in the page context.

Class org.opencms.jsp.CmsJspTagContainer extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -1228397990961282556L

Serialized Fields

m_detailView

boolean m_detailView
The detail-view attribute value.


m_maxElements

String m_maxElements
The maxElements attribute value.


m_name

String m_name
The name attribute value.


m_tag

String m_tag
The tag attribute value.


m_tagClass

String m_tagClass
The class attribute value.


m_type

String m_type
The type attribute value.


m_width

String m_width
The container width as a string.

Class org.opencms.jsp.CmsJspTagContentAccess extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: -9015874900596113856L

Serialized Fields

m_locale

Locale m_locale
Locale of the content node element to show.


m_value

String m_value
Optional name for the attribute that provides direct access to the content value map.

Class org.opencms.jsp.CmsJspTagContentCheck extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -5996702196453747182L

Serialized Fields

m_checkall

boolean m_checkall
Condition for element check.


m_checknone

boolean m_checknone
Condition for negative element check.


m_elementList

String m_elementList
The list of element to check.


m_locale

Locale m_locale
The locale to check for.

Class org.opencms.jsp.CmsJspTagContentInfo extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: -1955531050687258685L

Serialized Fields

m_value

String m_value
The name of the content info's value that should be printed out.

Class org.opencms.jsp.CmsJspTagContentLoad extends CmsJspTagResourceLoad implements Serializable

serialVersionUID: 981176995635225294L

Serialized Fields

m_contentLocale

Locale m_contentLocale
The locale to use for displaying the current content.

Initially, this is equal to the locale set using CmsJspTagContentLoad.setLocale(String). However, the content locale may change in case a loaded XML content does not have the selected locale available. In this case the next default locale that is available in the content will be used as content locale.


m_directEditFollowButtons

CmsDirectEditButtonSelection m_directEditFollowButtons
The "direct edit" button selection to use for the 2nd to the last element.


m_directEditLinkForNew

String m_directEditLinkForNew
The link for creation of a new element, specified by the selected collector.


m_directEditMode

CmsDirectEditMode m_directEditMode
The direct edit mode.


m_directEditOpen

boolean m_directEditOpen
Indicates if the last element was direct editable.


m_isFirstLoop

boolean m_isFirstLoop
Indicates if this is the first content iteration loop.


m_locale

Locale m_locale
Reference to the currently selected locale.

Class org.opencms.jsp.CmsJspTagContentLoop extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 8832749526732064836L

Serialized Fields

m_currentElement

String m_currentElement
Name of the current element (including the index).


m_element

String m_element
Name of the content node element to show.


m_firstLoop

boolean m_firstLoop
Indicates if this is the first content iteration loop.


m_index

int m_index
Index of the content node element to show.


m_locale

Locale m_locale
Reference to the currently selected locale.

Class org.opencms.jsp.CmsJspTagContentShow extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -6776067180965738432L

Serialized Fields

m_element

String m_element
Name of the content node element to show.


m_escapeHtml

boolean m_escapeHtml
Indicates if HTML should be escaped.


m_locale

Locale m_locale
Locale of the content node element to show.

Class org.opencms.jsp.CmsJspTagDecorate extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 3072561342127379294L

Serialized Fields

m_file

String m_file
The configuration.


m_locale

String m_locale
The decoration locale.


m_noAutoCloseTags

List<E> m_noAutoCloseTags
List of upper case tag name strings of tags that should not be auto-corrected if closing divs are missing.

Class org.opencms.jsp.CmsJspTagDevice extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 9175484824140856283L

Serialized Fields

m_type

String m_type
Device for output.

Class org.opencms.jsp.CmsJspTagEditable extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 4137789622146499225L

Serialized Fields

m_file

String m_file
File with editable elements.


m_provider

String m_provider
Class name of the direct edit provider.


m_firstOnPage

boolean m_firstOnPage
Indicates if the tag is the first on the page, this mean the header file must be included.


m_manualPlacement

boolean m_manualPlacement
Indicates if the direct edit HTML is to be placed manually.

Class org.opencms.jsp.CmsJspTagElementSetting extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -7847101480288189549L

Serialized Fields

m_defaultValue

String m_defaultValue
The default value.


m_elementSetting

String m_elementSetting
The name of the element setting to read.


m_escapeHtml

boolean m_escapeHtml
Indicates if HTML should be escaped.

Class org.opencms.jsp.CmsJspTagEnableAde extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 8447599916548975733L

Class org.opencms.jsp.CmsJspTagExport extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 6326430271724241959L

Class org.opencms.jsp.CmsJspTagFormatter extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: -8232834808735187624L

Serialized Fields

m_controller

CmsFlexController m_controller
The FlexController for the current request.


m_element

CmsContainerElementBean m_element
The current container element.


m_locale

Locale m_locale
Reference to the currently selected locale.


m_value

String m_value
Optional name for the attribute that provides direct access to the content value map.

Class org.opencms.jsp.CmsJspTagHeadIncludes extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 5496349529835666345L

Serialized Fields

m_closeTags

String m_closeTags
The value of the closetags attribute.


m_defaults

String m_defaults
The default include resources separated by '|'.


m_parameterMap

Map<K,V> m_parameterMap
Map to save parameters to the include in.


m_type

String m_type
The include type.

Class org.opencms.jsp.CmsJspTagImage extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 6513320107441256414L

Serialized Fields

m_attributes

Map<K,V> m_attributes
Map with additionally set image attributes not needed by the image scaler.


m_partialTag

boolean m_partialTag
Controls if the created HTML image tag is a full or partial tag.


m_src

String m_src
The image source.

Class org.opencms.jsp.CmsJspTagInclude extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 705978510743164951L

Serialized Fields

m_attribute

String m_attribute
The value of the "attribute" attribute.


m_cacheable

boolean m_cacheable
The value of the "cacheable" attribute.


m_editable

boolean m_editable
The value of the "editable" attribute.


m_element

String m_element
The value of the "element" attribute.


m_parameterMap

Map<K,V> m_parameterMap
Map to save parameters to the include in.


m_property

String m_property
The value of the "property" attribute.


m_suffix

String m_suffix
The value of the "suffix" attribute.


m_target

String m_target
The value of the "page" attribute.

Class org.opencms.jsp.CmsJspTagInfo extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -3881095296148023924L

Serialized Fields

m_property

String m_property
The value of the property attribute.

Class org.opencms.jsp.CmsJspTagJQuery extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 3257908962507552558L

Serialized Fields

m_css

String m_css
The optional css file to include.


m_dynamic

String m_dynamic
If the inclusion should be dynamic with js or not.


m_js

String m_js
The javascript file to include.

Class org.opencms.jsp.CmsJspTagLabel extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 5720473164730803034L

Class org.opencms.jsp.CmsJspTagLink extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -2361021288258405388L

Serialized Fields

m_baseUri

String m_baseUri
The optional base URI to create the link from.

Class org.opencms.jsp.CmsJspTagNavigation extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: 8589202895748764705L

Serialized Fields

m_endLevel

String m_endLevel
The optional end level for the navigation.


m_param

String m_param
The optional parameter for the navigation.


m_resource

String m_resource
The optional resource for the navigation.


m_startLevel

String m_startLevel
The optional start level for the navigation.


m_type

CmsJspTagNavigation.Type m_type
The navigation type.

Class org.opencms.jsp.CmsJspTagNoCache extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -3571347942237415254L

Class org.opencms.jsp.CmsJspTagParam extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -1057768160264355211L

Serialized Fields

m_encode

boolean m_encode
There used to be an 'encode' attribute; I've left this as a vestige in case custom subclasses want to use our functionality but NOT encode parameters.


m_name

String m_name
The name of the parameter.


m_value

String m_value
The value of the parameter.

Class org.opencms.jsp.CmsJspTagParse extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -6541745426202242240L

Serialized Fields

m_configuredParserClassname

String m_configuredParserClassname
The visitor / parser class name to use.


m_noAutoCloseTags

List<E> m_noAutoCloseTags
List of upper case tag name strings of tags that should not be auto-corrected if closing divs are missing.


m_param

String m_param
The attribute value of the param attribute.

Class org.opencms.jsp.CmsJspTagProperty extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -4040833541258687977L

Serialized Fields

m_defaultValue

String m_defaultValue
The default value.


m_escapeHtml

boolean m_escapeHtml
Indicates if HTML should be escaped.


m_propertyFile

String m_propertyFile
The file to read the property from.


m_propertyName

String m_propertyName
The name of the property to read.

Class org.opencms.jsp.CmsJspTagResourceAccess extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: 2588220869205763894L

Class org.opencms.jsp.CmsJspTagResourceLoad extends CmsJspScopedVarBodyTagSuport implements Serializable

serialVersionUID: -3753361821868919139L

Serialized Fields

m_collector

String m_collector
The name of the collector to use for list building.


m_collectorName

String m_collectorName
The name of the resource collector used.


m_collectorParam

String m_collectorParam
The parameters of the resource collector uses.


m_collectorResult

List<E> m_collectorResult
The list of collected resource items.


m_contentInfoBean

CmsContentInfoBean m_contentInfoBean
The bean to store information required to make the result list browsable.


m_controller

CmsFlexController m_controller
The FlexController for the current request.


m_pageIndex

String m_pageIndex
The index of the current page that gets displayed.


m_pageNavLength

String m_pageNavLength
The number of page links in the Google-like page navigation.


m_pageSize

String m_pageSize
The size of a page to be displayed.


m_param

String m_param
Parameter used for the collector.


m_preload

boolean m_preload
Indicates if the collector results should be preloaded.


m_property

String m_property
The (optional) property to extend the parameter with.


m_resourceName

String m_resourceName
The file name to load the current content value from.

Class org.opencms.jsp.CmsJspTagTemplate extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: -3773247710025810438L

Serialized Fields

m_checkall

boolean m_checkall
Condition for element check.


m_checknone

boolean m_checknone
Condition for negative element check.


m_element

String m_element
Name of element.


m_elementlist

String m_elementlist
List of elements for element check.

Class org.opencms.jsp.CmsJspTagUser extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 4520173761363738542L

Serialized Fields

m_property

String m_property
The property name.

Class org.opencms.jsp.CmsJspTagUserTracking extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 4253583631739670341L

Serialized Fields

m_action

String m_action
The value of the action attribute.


m_currentuser

boolean m_currentuser
The value of the currentuser attribute.


m_file

String m_file
The value of the file attribute.


m_group

String m_group
The value of the group attribute.


m_includegroups

boolean m_includegroups
The value of the includegroups attribute.


m_online

boolean m_online
The value of the online attribute.


m_subfolder

boolean m_subfolder
The value of the subfolder attribute.


m_user

String m_user
The value of the user attribute.


Package org.opencms.loader

Class org.opencms.loader.CmsLoaderException extends CmsException implements Serializable

serialVersionUID: -6554951600180737353L


Package org.opencms.lock

Class org.opencms.lock.CmsLockException extends CmsException implements Serializable

serialVersionUID: 6287290119009014741L

Class org.opencms.lock.CmsLockType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 5333767594124738789L


Package org.opencms.main

Class org.opencms.main.CmsException extends Exception implements Serializable

serialVersionUID: -1372556209321406104L

Serialized Fields

m_message

CmsMessageContainer m_message
The container for the localized message.

Class org.opencms.main.CmsIllegalArgumentException extends CmsRuntimeException implements Serializable

serialVersionUID: 6191423585672273507L

Class org.opencms.main.CmsIllegalStateException extends CmsRuntimeException implements Serializable

serialVersionUID: 1714975399892060445L

Class org.opencms.main.CmsInitException extends CmsRuntimeException implements Serializable

serialVersionUID: 7705928617426913316L

Serialized Fields

m_newError

boolean m_newError
Indicates that this exception describes a new error.

Class org.opencms.main.CmsMultiException extends CmsException implements Serializable

serialVersionUID: 1197300254684159700L

Serialized Fields

m_exceptions

List<E> m_exceptions
The list of internal exceptions.


m_individualMessage

boolean m_individualMessage
Indicates if the message has been set as individual message.

Class org.opencms.main.CmsResourceInitException extends CmsException implements Serializable

serialVersionUID: 4896514314866157082L

Class org.opencms.main.CmsRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -7855345575622173787L

Serialized Fields

m_message

CmsMessageContainer m_message
The container for the localized message.

Class org.opencms.main.CmsServletContainerSettings.CmsServletContainerCfgMode extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: -8191582624108081577L

Class org.opencms.main.CmsSessionInfo extends Object implements Serializable

serialVersionUID: 927301527031117920L

Serialized Fields

m_maxInactiveInterval

int m_maxInactiveInterval
The maximum time, in seconds, this session info is allowed to be inactive.


m_ouFqn

String m_ouFqn
The fully qualified name of the organizational unit.


m_projectId

CmsUUID m_projectId
The current project id of the user.


m_sessionId

CmsUUID m_sessionId
The id of the (http) session this session info belongs to.


m_siteRoot

String m_siteRoot
The current site of the user.


m_timeCreated

long m_timeCreated
The time this session info was created.


m_timeUpdated

long m_timeUpdated
The time this session info was last updated.


m_userId

CmsUUID m_userId
The id of user to which this session info belongs.

Class org.opencms.main.OpenCmsServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 4729951599966070050L

Class org.opencms.main.OpenCmsServletErrorHandler extends OpenCmsServlet implements Serializable

serialVersionUID: 5316004893684482816L


Package org.opencms.notification

Class org.opencms.notification.CmsNotificationCause extends Object implements Serializable

serialVersionUID: 257325098377830418L

Serialized Fields

m_cause

int m_cause
The reason that the resource occures in the notification.


m_resourceId

CmsUUID m_resourceId
The resource.


Package org.opencms.publish

Class org.opencms.publish.CmsPublishEngineState extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: 4860148946570407490L

Class org.opencms.publish.CmsPublishException extends CmsException implements Serializable

serialVersionUID: 3473723181669539061L

Class org.opencms.publish.CmsPublishListenerCollection extends Vector<I_CmsPublishEventListener> implements Serializable

serialVersionUID: -4945973010986412449L


Package org.opencms.relations

Class org.opencms.relations.CmsCategory extends Object implements Serializable

serialVersionUID: -6395887983124249138L

Serialized Fields

m_basePath

String m_basePath
The category's base path.


m_description

String m_description
The description of the category.


m_path

String m_path
The path of the category.


m_rootPath

String m_rootPath
The category's root path.


m_structureId

CmsUUID m_structureId
The structure id of the resource that this category represents.


m_title

String m_title
The title of the category.

Class org.opencms.relations.CmsRelationType extends Object implements Serializable

serialVersionUID: -4060567973007877250L

Serialized Fields

m_defInContent

boolean m_defInContent
Flag to indicate if the relations of this type are parsed from the content or not.


m_id

int m_id
Internal representation.


m_name

String m_name
Some name for this relation type, ie. for <link> tag representation.


m_strong

boolean m_strong
Flag to indicate if the relations of this type are strong or weak.


Package org.opencms.scheduler

Class org.opencms.scheduler.CmsSchedulerException extends CmsException implements Serializable

serialVersionUID: 7194366869385040053L


Package org.opencms.search

Class org.opencms.search.CmsIndexException extends CmsException implements Serializable

serialVersionUID: 2847764701955156287L

Class org.opencms.search.CmsSearchException extends CmsException implements Serializable

serialVersionUID: -1258168716134101738L

Class org.opencms.search.CmsSearchManager.CmsSearchForceUnlockMode extends A_CmsModeStringEnumeration implements Serializable

serialVersionUID: 74746076708908673L

Class org.opencms.search.CmsSearchResultList extends ArrayList<CmsSearchResult> implements Serializable

serialVersionUID: 606716301025993114L

Serialized Fields

m_categories

Map<K,V> m_categories
The (optional) categories found in the last the search.


m_hitCount

int m_hitCount
The total size of all results found in the last search.

Class org.opencms.search.CmsSearchSimilarity extends org.apache.lucene.search.DefaultSimilarity implements Serializable

serialVersionUID: 3598754228215079733L


Package org.opencms.search.documents

Class org.opencms.search.documents.CmsIndexNoContentException extends CmsIndexException implements Serializable

serialVersionUID: 3349103125695597197L


Package org.opencms.search.extractors

Class org.opencms.search.extractors.CmsExtractionResult extends Object implements Serializable

serialVersionUID: 1465447302192195154L

Serialized Fields

m_contentItems

Map<K,V> m_contentItems
The extracted individual content items.


m_serializedVersion

byte[] m_serializedVersion
The serialized version of this object.


Package org.opencms.search.fields

Class org.opencms.search.fields.CmsSearchFieldMappingType extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 1959271063305411797L


Package org.opencms.search.galleries

Class org.opencms.search.galleries.CmsGallerySearchResultList extends ArrayList<CmsGallerySearchResult> implements Serializable

serialVersionUID: 115646669707330088L

Serialized Fields

m_hitCount

int m_hitCount
The total number of search results matching the query.


m_pageCount

int m_pageCount
The number of pages for the result list.


m_pageIndex

int m_pageIndex
The current result-page-index.


Package org.opencms.security

Class org.opencms.security.CmsAuthentificationException extends CmsSecurityException implements Serializable

serialVersionUID: 1419722344149667453L

Class org.opencms.security.CmsPasswordEncryptionException extends CmsException implements Serializable

serialVersionUID: 2263277458908499751L

Class org.opencms.security.CmsPermissionViolationException extends CmsSecurityException implements Serializable

serialVersionUID: 4290853205159735250L

Class org.opencms.security.CmsRoleViolationException extends CmsSecurityException implements Serializable

serialVersionUID: 8952798944116480269L

Class org.opencms.security.CmsSecurityException extends CmsException implements Serializable

serialVersionUID: 1403034004917689082L

Class org.opencms.security.CmsUserDisabledException extends CmsAuthentificationException implements Serializable

serialVersionUID: 8675541203342229828L

Class org.opencms.security.I_CmsPermissionHandler.CmsPermissionCheckResult extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 2398277834335860916L


Package org.opencms.staticexport

Class org.opencms.staticexport.CmsStaticExportException extends CmsException implements Serializable

serialVersionUID: 7034371829347546644L


Package org.opencms.synchronize

Class org.opencms.synchronize.CmsSynchronizeException extends CmsException implements Serializable

serialVersionUID: -6277141990280647952L

Class org.opencms.synchronize.CmsSynchronizeList extends Object implements Serializable

serialVersionUID: -4460686435282590290L

Serialized Fields

m_modifiedFs

long m_modifiedFs
Last modification data of this resource in the FS.


m_modifiedVfs

long m_modifiedVfs
Last modification date of this resouce in the VFS.


m_resName

String m_resName
Name of the resource stored in the sync list.


m_transResName

String m_transResName
Name of the translated resource stored in the sync list. Its nescessary to translate the resource name, since the server FS does allow different naming conventions than the VFS.

Class org.opencms.synchronize.CmsSynchronizeSettings extends Object implements Serializable

serialVersionUID: 3713893787290111758L

Serialized Fields

m_destinationPathInRfs

String m_destinationPathInRfs
The destination path of the synchronization in the "real" file system.


m_enabled

boolean m_enabled
Indicates if the synchronization is enabled or not.


m_sourceListInVfs

List<E> m_sourceListInVfs
The source path list of the synchronization in the OpenCms VFS.


Package org.opencms.util

Class org.opencms.util.A_CmsModeIntEnumeration extends Object implements Serializable

serialVersionUID: -6652924582255509879L

Serialized Fields

m_mode

int m_mode
The internal mode descriptor.

Class org.opencms.util.A_CmsModeStringEnumeration extends Object implements Serializable

serialVersionUID: 6884841215348447781L

Serialized Fields

m_mode

String m_mode
The internal mode descriptor.

Class org.opencms.util.CmsHtmlTagRemoveFactory extends org.htmlparser.PrototypicalNodeFactory implements Serializable

serialVersionUID: 6961158563666656633L

Serialized Fields

m_invisibleTags

Set<E> m_invisibleTags
The tags to hide tothe node visitors.


m_visibleTags

Set<E> m_visibleTags
The tags to show to the node visitors.

Class org.opencms.util.CmsNoAutoCloseTag extends org.htmlparser.nodes.TagNode implements Serializable

serialVersionUID: 7794834973417480443L

Serialized Fields

m_ids

String[] m_ids
The names of this tag.

Class org.opencms.util.CmsPair extends Object implements Serializable

serialVersionUID: 1185676847810113664L

Serialized Fields

m_first

Object m_first
First component of the pair.


m_second

Object m_second
Second component of the pair.

Class org.opencms.util.CmsRfsException extends CmsException implements Serializable

serialVersionUID: -7842312210220002475L

Class org.opencms.util.CmsUUID extends Object implements Serializable

serialVersionUID: 1736324454709298676L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.opencms.util.StringBean extends org.htmlparser.visitors.NodeVisitor implements Serializable

serialVersionUID: 1596190888769126925L

Serialized Fields

m_buffer

StringBuffer m_buffer
The buffer text is stored in while traversing the HTML.


m_collapse

boolean m_collapse
If true sequences of whitespace characters are replaced with a single space character.


m_isPre

boolean m_isPre
Set true when traversing a PRE tag.


m_isScript

boolean m_isScript
Set true when traversing a SCRIPT tag.


m_isStyle

boolean m_isStyle
Set true when traversing a STYLE tag.


m_links

boolean m_links
If true the link URLs are embedded in the text output.


m_strings

String m_strings
The strings extracted from the URL.


Package org.opencms.webdav

Class org.opencms.webdav.CmsWebdavServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -122598983283724306L

Serialized Fields

m_input

int m_input
The input buffer size to use when serving resources.


m_output

int m_output
The output buffer size to use when serving resources.


m_listings

boolean m_listings
Should we generate directory listings?


m_readOnly

boolean m_readOnly
Read only flag. By default, it's set to true.


m_secret

String m_secret
Secret information used to generate reasonably secure lock ids.


m_session

I_CmsRepositorySession m_session
The session which handles the action made with WebDAV.


m_username

String m_username
The name of the user found in the authorization header.


Package org.opencms.widgets

Class org.opencms.widgets.CmsWidgetException extends CmsException implements Serializable

serialVersionUID: -7003923645953106868L


Package org.opencms.workplace

Class org.opencms.workplace.CmsWorkplaceException extends CmsException implements Serializable

serialVersionUID: 7919575257318170351L


Package org.opencms.workplace.comparison

Class org.opencms.workplace.comparison.CmsDiffViewMode extends Object implements Serializable

serialVersionUID: -9107946096096683776L

Serialized Fields

m_mode

String m_mode
Internal representation.


m_name

CmsMessageContainer m_name
Name to show.


Package org.opencms.workplace.explorer

Class org.opencms.workplace.explorer.CmsResourceUtil.CmsResourceProjectState extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 4580450220255428716L


Package org.opencms.workplace.explorer.menu

Class org.opencms.workplace.explorer.menu.CmsMenuItemVisibilityMode extends A_CmsModeIntEnumeration implements Serializable

serialVersionUID: 2526260041565757791L

Serialized Fields

m_messageKey

String m_messageKey
The name of the message key for the visibility mode.


Package org.opencms.xml

Class org.opencms.xml.CmsXmlException extends CmsException implements Serializable

serialVersionUID: 3306929818516408944L


Package org.opencms.xml.content

Class org.opencms.xml.content.CmsXmlContentProperty extends Object implements Serializable

serialVersionUID: -7718747702874213381L

Serialized Fields

m_default

String m_default
Default value.


m_description

String m_description
The description.


m_error

String m_error
The error message.


m_niceName

String m_niceName
The nice name.


m_preferFolder

String m_preferFolder
The "prefer folder" option.


m_name

String m_name
The name of the property.


m_type

String m_type
The property type.


m_ruleRegex

String m_ruleRegex
The validation rule regex.


m_ruleType

String m_ruleType
The validation rule type.


m_selectInherit

String m_selectInherit
The value which indicates whether the user can influence how this property is going to be inherited.


m_widget

String m_widget
The widget to use in the editor.


m_widgetConfiguration

String m_widgetConfiguration
The widget configuration.