Uses of Class
org.opencms.xml.containerpage.CmsMetaMapping
Packages that use CmsMetaMapping
Package
Description
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsMetaMapping in org.opencms.xml.containerpage
Fields in org.opencms.xml.containerpage with type parameters of type CmsMetaMappingModifier and TypeFieldDescriptionprotected List<CmsMetaMapping> CmsFormatterBean.m_metaMappingsThe meta mappings.Methods in org.opencms.xml.containerpage that return types with arguments of type CmsMetaMappingModifier and TypeMethodDescriptionCmsFormatterBean.getMetaMappings()CmsSchemaFormatterBeanWrapper.getMetaMappings()I_CmsFormatterBean.getMetaMappings()Returns the meta mappings.Constructor parameters in org.opencms.xml.containerpage with type arguments of type CmsMetaMappingModifierConstructorDescriptionCmsFlexFormatterBean(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.