| Package | Description |
|---|---|
| org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsCategoryXmlContentHandler
Deprecated.
no longer needed since logic was moved to the default handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsHtmlRedirectHandler
Content handler for HTML redirects.
|
class |
CmsXmlContainerPageHandler
Container page handler to validate consistency.
|
class |
CmsXmlDynamicFunctionHandler
This is the XML content handler class for the "dynamic functionality" resource type.
|
class |
CmsXmlGroupContainerHandler
The XML content handler class for group containers.
|
class |
CmsXmlInheritGroupContainerHandler
The XML content handler class for inheritance groups.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultXmlContentHandler
Default implementation for the XML content handler, will be used by all XML contents that do not
provide their own handler.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsXmlContentVisibilityHandler |
CmsDefaultXmlContentHandler.VisibilityConfiguration.getHandler()
Returns the visibility handler instance.
|
| Constructor and Description |
|---|
VisibilityConfiguration(I_CmsXmlContentVisibilityHandler handler,
java.lang.String params)
Constructor.
|