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 SummaryConstructorsModifierConstructorDescriptionprotectedVisibilityConfiguration(I_CmsXmlContentVisibilityHandler handler, String params) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the visibility handler instance.Returns the visibility handler configuration parameters.
- 
Constructor Details- 
VisibilityConfigurationConstructor.- Parameters:
- handler- the handler instance
- params- the handler configuration parameteres
 
 
- 
- 
Method Details- 
getHandlerReturns the visibility handler instance.- Returns:
- the handler instance
 
- 
getParamsReturns the visibility handler configuration parameters.- Returns:
- the configuration parameters
 
 
-