Package org.opencms.xml.content
Class CmsDefaultXmlContentHandler.VisibilityConfiguration
java.lang.Object
org.opencms.xml.content.CmsDefaultXmlContentHandler.VisibilityConfiguration
- Enclosing class:
- CmsDefaultXmlContentHandler
Contains the visibility handler configuration for a content field path.
-
Constructor Summary
ModifierConstructorDescriptionprotected
VisibilityConfiguration
(I_CmsXmlContentVisibilityHandler handler, String params) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the visibility handler instance.Returns the visibility handler configuration parameters.
-
Constructor Details
-
VisibilityConfiguration
Constructor.- Parameters:
handler
- the handler instanceparams
- the handler configuration parameteres
-
-
Method Details
-
getHandler
Returns the visibility handler instance.- Returns:
- the handler instance
-
getParams
Returns the visibility handler configuration parameters.- Returns:
- the configuration parameters
-