Uses of Class
org.opencms.xml.containerpage.CmsMetaMapping
Package
Description
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsMetaMapping in org.opencms.xml.containerpage
Modifier and TypeFieldDescriptionprotected List<CmsMetaMapping>
CmsFormatterBean.m_metaMappings
The meta mappings.Modifier and TypeMethodDescriptionCmsFormatterBean.getMetaMappings()
CmsSchemaFormatterBeanWrapper.getMetaMappings()
I_CmsFormatterBean.getMetaMappings()
Returns the meta mappings.ModifierConstructorDescriptionCmsFlexFormatterBean
(Set<String> containerTypes, String jspRootPath, CmsUUID jspStructureId, String key, int minWidth, int maxWidth, boolean searchContent, String location, String niceName, String description, Collection<String> resourceTypeNames, int rank, String id, String defaultContentRootPath, CmsUUID defaultContentStructureId, CmsSettingConfiguration settingConfig, boolean isAutoEnabled, boolean isDetail, String displayType, boolean isAllowsSettingsInEditor, String stringTemplate, String placeholderStringTemplate, List<CmsMetaMapping> metaMappings, boolean useMetaMappingsForNormalElements) Constructor for creating a new formatter configuration with resource structure id.CmsMacroFormatterBean
(Set<String> containerTypes, String jspRootPath, CmsUUID jspStructureId, int minWidth, int maxWidth, boolean searchContent, String location, String niceName, String description, Collection<String> resourceTypeNames, int rank, String id, String defaultContentRootPath, CmsUUID defaultContentStructureId, CmsSettingConfiguration settingConfig, boolean isAutoEnabled, boolean isDetail, String displayType, boolean isAllowsSettingsInEditor, String macroInput, String placeholderMacroInput, Map<String, CmsUUID> referencedFormatters, boolean online, List<CmsMetaMapping> metaMappings, boolean useMetaMappingsForNormalElements) Constructor for creating a new formatter configuration with resource structure id.