Uses of Class
org.opencms.xml.containerpage.CmsDynamicFunctionBean.Format
Packages that use CmsDynamicFunctionBean.Format
Package
Description
Utility classes to be used for JSP pages.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsDynamicFunctionBean.Format in org.opencms.jsp.util
Constructors in org.opencms.jsp.util with parameters of type CmsDynamicFunctionBean.FormatModifierConstructorDescriptionCreates a new wrapper instance for a given format. -
Uses of CmsDynamicFunctionBean.Format in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that return CmsDynamicFunctionBean.FormatModifier and TypeMethodDescriptionCmsDynamicFunctionBean.getFormatForContainer
(CmsObject cms, String type, int width) Finds the correct format for a given container type and width.CmsDynamicFunctionBean.getMainFormat()
Gets the main format.protected CmsDynamicFunctionBean.Format
CmsDynamicFunctionParser.getMainFormat
(CmsObject cms, I_CmsXmlContentLocation location, CmsResource functionRes) Parses the main format from the XML content.protected CmsDynamicFunctionBean.Format
CmsDynamicFunctionParser.parseAdditionalFormat
(CmsObject cms, I_CmsXmlContentValueLocation location, CmsResource functionRes) Parses an additional format from the XML content.Methods in org.opencms.xml.containerpage that return types with arguments of type CmsDynamicFunctionBean.FormatModifier and TypeMethodDescriptionprotected List<CmsDynamicFunctionBean.Format>
CmsDynamicFunctionParser.getAdditionalFormats
(CmsObject cms, I_CmsXmlContentLocation location, CmsResource functionRes) Parses all the additional formats from the XML content.Methods in org.opencms.xml.containerpage with parameters of type CmsDynamicFunctionBean.FormatModifier and TypeMethodDescriptionprotected CmsFormatterBean
CmsDynamicFunctionBean.createFormatterBean
(CmsDynamicFunctionBean.Format format, boolean isPreview) Helper method to create a formatter bean from a format.Constructors in org.opencms.xml.containerpage with parameters of type CmsDynamicFunctionBean.FormatModifierConstructorDescriptionCmsDynamicFunctionBean
(CmsDynamicFunctionBean.Format mainFormat, List<CmsDynamicFunctionBean.Format> otherFormats, Map<String, CmsXmlContentProperty> settingConfig, CmsResource resource, CmsResource functionFormatter) Creates a new dynamic function bean.Constructor parameters in org.opencms.xml.containerpage with type arguments of type CmsDynamicFunctionBean.FormatModifierConstructorDescriptionCmsDynamicFunctionBean
(CmsDynamicFunctionBean.Format mainFormat, List<CmsDynamicFunctionBean.Format> otherFormats, Map<String, CmsXmlContentProperty> settingConfig, CmsResource resource, CmsResource functionFormatter) Creates a new dynamic function bean.