Uses of Interface
org.opencms.xml.content.I_CmsXmlContentVisibilityHandler
Packages that use I_CmsXmlContentVisibilityHandler
Package
Description
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
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.
-
Uses of I_CmsXmlContentVisibilityHandler in org.opencms.widgets
Classes in org.opencms.widgets that implement I_CmsXmlContentVisibilityHandlerModifier and TypeClassDescriptionclass
Deprecated.no longer needed since logic was moved to the default handler -
Uses of I_CmsXmlContentVisibilityHandler in org.opencms.xml.containerpage
Classes in org.opencms.xml.containerpage that implement I_CmsXmlContentVisibilityHandlerModifier 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. -
Uses of I_CmsXmlContentVisibilityHandler in org.opencms.xml.content
Classes in org.opencms.xml.content that implement I_CmsXmlContentVisibilityHandlerModifier and TypeClassDescriptionclass
Default implementation for the XML content handler, will be used by all XML contents that do not provide their own handler.Methods in org.opencms.xml.content that return I_CmsXmlContentVisibilityHandlerModifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.VisibilityConfiguration.getHandler()
Returns the visibility handler instance.Constructors in org.opencms.xml.content with parameters of type I_CmsXmlContentVisibilityHandlerModifierConstructorDescriptionprotected
VisibilityConfiguration
(I_CmsXmlContentVisibilityHandler handler, String params) Constructor.