Uses of Class
org.opencms.ade.configuration.formatters.CmsFormatterChangeSet
-
Packages that use CmsFormatterChangeSet Package Description org.opencms.ade.configuration Contains the ade configuration classes. -
-
Uses of CmsFormatterChangeSet in org.opencms.ade.configuration
Fields in org.opencms.ade.configuration declared as CmsFormatterChangeSet Modifier and Type Field Description protected CmsFormatterChangeSet
CmsADEConfigDataInternal. m_formatterChangeSet
The configured formatter changes.Methods in org.opencms.ade.configuration that return CmsFormatterChangeSet Modifier and Type Method Description CmsFormatterChangeSet
CmsADEConfigDataInternal. getFormatterChangeSet()
Gets the formatter change set.CmsFormatterChangeSet
CmsADEConfigData. getOwnFormatterChangeSet()
Gets the formatter changes for this sitemap configuration.protected CmsFormatterChangeSet
CmsConfigurationReader. parseFormatterChangeSet(java.lang.String basePath, I_CmsXmlContentLocation node, boolean removeAllFormatters, boolean removeFunctions, java.util.Set<CmsUUID> functions, java.util.Set<CmsUUID> functionsToRemove)
Parses the formatter change set.Methods in org.opencms.ade.configuration that return types with arguments of type CmsFormatterChangeSet Modifier and Type Method Description java.util.List<CmsFormatterChangeSet>
CmsADEConfigData. getFormatterChangeSets()
Returns the formatter change sets for this and all parent sitemaps, ordered by increasing folder depth of the sitemap.Constructors in org.opencms.ade.configuration with parameters of type CmsFormatterChangeSet Constructor Description CmsADEConfigDataInternal(CmsObject cms, CmsResource resource, boolean isModuleConfig, java.lang.String basePath, java.util.List<CmsUUID> masterConfigs, java.util.List<CmsResourceTypeConfig> resourceTypeConfig, CmsGalleryDisabledTypesMode galleryDisabledTypesMode, CmsGalleryDisabledTypesMode galleryDisabledFunctionsMode, boolean discardInheritedTypes, java.util.List<CmsPropertyConfig> propertyConfig, org.opencms.ade.configuration.CmsConfigurationReader.DiscardPropertiesMode discardPropertiesMode, java.util.List<CmsDetailPageInfo> detailPageInfos, java.util.List<CmsModelPageConfigWithoutResource> modelPages, java.util.List<CmsFunctionReference> functionReferences, boolean discardInheritedModelPages, boolean createContentsLocally, boolean preferDetailPagesForLocalContents, boolean excludeExternalDetailContents, boolean includeInSiteSelector, CmsFormatterChangeSet formatterChangeSet, boolean removeAllFunctions, java.util.Set<CmsUUID> functionIds, java.util.Set<CmsUUID> functionsToRemove, boolean removeAllPlugins, java.util.Set<CmsUUID> addedPlugins, java.util.Set<CmsUUID> removedPlugins, java.lang.Boolean useFormatterKeys, CmsTypeOrderingMode orderingMode, CmsAddContentRestriction restriction, CmsUUID sharedSettingOverride, boolean removeSharedSettingOverrides, CmsUUID attributeEditorConfigId, java.util.Map<java.lang.String,java.lang.String> attributes)
Creates a new configuration data instance.CmsADEConfigDataInternal(CmsResource resource, boolean isModuleConfig, java.lang.String basePath, java.util.List<CmsUUID> masterConfigs, java.util.List<CmsResourceTypeConfig> resourceTypeConfig, boolean discardInheritedTypes, java.util.List<CmsPropertyConfig> propertyConfig, org.opencms.ade.configuration.CmsConfigurationReader.DiscardPropertiesMode discardPropertiesMode, java.util.List<CmsDetailPageInfo> detailPageInfos, java.util.List<CmsModelPageConfig> modelPages, java.util.List<CmsFunctionReference> functionReferences, boolean discardInheritedModelPages, boolean createContentsLocally, boolean preferDetailPagesForLocalContents, boolean excludeExternalDetailContents, boolean includeInSiteSelector, CmsFormatterChangeSet formatterChangeSet, boolean removeAllFunctions, java.util.Set<CmsUUID> functionIds)
Creates a new configuration data instance.
-