程序包 | 说明 |
---|---|
org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
org.opencms.xml.page |
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<java.util.Locale> |
CmsGalleryDocumentXmlContent.getLocalesToStore(A_CmsXmlDocument content)
Gets the locales which should be stored in the locale field of the document for the given content.
|
protected java.util.List<java.util.Locale> |
CmsGalleryDocumentXmlContent.getTargetLocalesForField(A_CmsXmlDocument xmlContent,
java.lang.String fieldName,
java.util.Locale sourceLocale)
Returns the locales which the given field should be written to in the document.
|
protected boolean |
CmsGalleryDocumentXmlContent.isGroup(A_CmsXmlDocument content)
Helper method to check whether the content is an element group.
|
protected void |
CmsGalleryDocumentXmlContent.putMappingValue(A_CmsXmlDocument xmlContent,
java.lang.String fieldName,
java.util.Locale sourceLocale,
java.util.Map<java.lang.String,java.lang.String> items,
java.lang.String value)
Adds the given value to the document items for all target locales.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlContainerPage
Implementation of a object used to access and manage the xml data of a container page.
|
class |
CmsXmlGroupContainer
Implementation of a object used to access and manage the xml data of a group container.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlContent
Implementation of a XML content object,
used to access and manage structured content.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsXmlPage
Implementation of a page object used to access and manage xml data.
|