| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
CmsGalleryNameMacroResolver(CmsObject cms,
A_CmsXmlDocument content,
java.util.Locale locale)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsXmlContent
Implementation of a XML content object,
used to access and manage structured content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsXmlPage
Implementation of a page object used to access and manage xml data.
|