Uses of Interface
org.opencms.xml.content.I_CmsXmlContentHandler
Package
Description
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
-
Uses of I_CmsXmlContentHandler in org.opencms.widgets
Modifier and TypeClassDescriptionclass
Deprecated.no longer needed since logic was moved to the default handler -
Uses of I_CmsXmlContentHandler in org.opencms.xml
Modifier and TypeMethodDescriptionCmsXmlContentDefinition.getContentHandler()
Returns the selected XML content handler for this XML content definition.CmsXmlContentTypeManager.getContentHandler
(String className, String schemaLocation) Returns the XML content handler instance class for the specified class name.static I_CmsXmlContentHandler
CmsXmlContentDefinition.getContentHandlerForResource
(CmsObject cms, CmsResource resource) Returns a content handler instance for the given resource.CmsXmlContentTypeManager.getFreshContentHandler
(String className) Returns a fresh XML content handler instance for the specified class name.I_CmsXmlDocument.getHandler()
Returns the content handler associated with the content definition of this XML document. -
Uses of I_CmsXmlContentHandler in org.opencms.xml.containerpage
Modifier and TypeClassDescriptionclass
Content handler for HTML redirects.class
Special handler for list configurations that rewrites the TypesToCollect field using formatter keys if possible, rather than IDs.class
Container page handler to validate consistency.class
This is the XML content handler class for the "dynamic functionality" resource type.class
The XML content handler class for group containers.class
The XML content handler class for inheritance groups.ModifierConstructorDescriptionCmsSchemaFormatterBeanWrapper
(CmsObject cms, I_CmsFormatterBean wrappedBean, I_CmsXmlContentHandler contentHandler, CmsResource resource) Creates a new wrapper instance. -
Uses of I_CmsXmlContentHandler in org.opencms.xml.content
Modifier and TypeClassDescriptionclass
Default implementation for the XML content handler, will be used by all XML contents that do not provide their own handler.Modifier and TypeMethodDescriptionstatic CmsMacroResolver
CmsXmlContentPropertyHelper.getMacroResolverForProperties
(CmsObject cms, I_CmsXmlContentHandler contentHandler, CmsXmlContent content, Function<String, String> stringtemplateSource, CmsResource containerPage) Creates and configures a new macro resolver for resolving macros which occur in property definitions. -
Uses of I_CmsXmlContentHandler in org.opencms.xml.page