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 TypeClassDescriptionclassDeprecated.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 TypeClassDescriptionclassContent handler for HTML redirects.classSpecial handler for list configurations that rewrites the TypesToCollect field using formatter keys if possible, rather than IDs.classContainer page handler to validate consistency.classThis is the XML content handler class for the "dynamic functionality" resource type.classThe XML content handler class for group containers.classThe 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 TypeClassDescriptionclassDefault 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_CmsXmlContentVisibilityHandlerModifierConstructorDescriptionprotectedVisibilityConfiguration(I_CmsXmlContentVisibilityHandler handler, String params) Constructor.