Uses of Class
org.opencms.xml.containerpage.CmsFormatterBean
Packages that use CmsFormatterBean
Package
Description
Contains the ade configuration classes.
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 CmsFormatterBean in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return CmsFormatterBeanModifier and TypeMethodDescriptionCmsConfigurationReader.parseFormatter(String typeName, I_CmsXmlContentLocation node) Parses a formatter bean. -
Uses of CmsFormatterBean in org.opencms.xml.containerpage
Subclasses of CmsFormatterBean in org.opencms.xml.containerpageModifier and TypeClassDescriptionclassFormatter configuration for flex formatters.classA bean containing formatter configuration data as strings.classFormatter configuration for macro formatters.Methods in org.opencms.xml.containerpage that return CmsFormatterBeanModifier and TypeMethodDescriptionprotected CmsFormatterBeanCmsDynamicFunctionBean.createFormatterBean(CmsDynamicFunctionBean.Format format, boolean isPreview) Helper method to create a formatter bean from a format.Methods in org.opencms.xml.containerpage that return types with arguments of type CmsFormatterBeanModifier and TypeMethodDescriptionCmsDynamicFunctionBean.getFormatters()Creates the formatter list for this dynamic function. -
Uses of CmsFormatterBean in org.opencms.xml.content
Fields in org.opencms.xml.content with type parameters of type CmsFormatterBeanModifier and TypeFieldDescriptionprotected List<CmsFormatterBean> CmsDefaultXmlContentHandler.m_formattersThe list of formatters from the XSD.