Uses of Class
org.opencms.xml.containerpage.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
Modifier and TypeMethodDescriptionCmsConfigurationReader.parseFormatter
(String typeName, I_CmsXmlContentLocation node) Parses a formatter bean. -
Uses of CmsFormatterBean in org.opencms.xml.containerpage
Modifier and TypeClassDescriptionclass
Formatter configuration for flex formatters.class
A bean containing formatter configuration data as strings.class
Formatter configuration for macro formatters.Modifier and TypeMethodDescriptionprotected CmsFormatterBean
CmsDynamicFunctionBean.createFormatterBean
(CmsDynamicFunctionBean.Format format, boolean isPreview) Helper method to create a formatter bean from a format.Modifier and TypeMethodDescriptionCmsDynamicFunctionBean.getFormatters()
Creates the formatter list for this dynamic function. -
Uses of CmsFormatterBean in org.opencms.xml.content
Modifier and TypeFieldDescriptionprotected List<CmsFormatterBean>
CmsDefaultXmlContentHandler.m_formatters
The list of formatters from the XSD.