Uses of Class
org.opencms.ade.configuration.formatters.CmsFormatterChangeSet
Packages that use CmsFormatterChangeSet
Package
Description
Contains the ade configuration classes.
Classes for handling formatter configurations.
-
Uses of CmsFormatterChangeSet in org.opencms.ade.configuration
Fields in org.opencms.ade.configuration declared as CmsFormatterChangeSetModifier and TypeFieldDescriptionprotected CmsFormatterChangeSet
CmsADEConfigDataInternal.m_formatterChangeSet
The configured formatter changes.Methods in org.opencms.ade.configuration that return CmsFormatterChangeSetModifier and TypeMethodDescriptionCmsADEConfigDataInternal.getFormatterChangeSet()
Gets the formatter change set.CmsADEConfigData.getOwnFormatterChangeSet()
Gets the formatter changes for this sitemap configuration.protected CmsFormatterChangeSet
CmsConfigurationReader.parseFormatterChangeSet
(String basePath, I_CmsXmlContentLocation node, boolean removeAllFormatters, boolean removeFunctions, Set<CmsUUID> functions, Set<CmsUUID> functionsToRemove) Parses the formatter change set.Methods in org.opencms.ade.configuration that return types with arguments of type CmsFormatterChangeSetModifier and TypeMethodDescriptionCmsADEConfigData.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 CmsFormatterChangeSetModifierConstructorDescriptionCmsADEConfigDataInternal
(CmsObject cms, CmsResource resource, boolean isModuleConfig, String basePath, List<CmsADEConfigDataInternal.ConfigReference> masterConfigs, List<CmsResourceTypeConfig> resourceTypeConfig, CmsGalleryDisabledTypesMode galleryDisabledTypesMode, CmsGalleryDisabledTypesMode galleryDisabledFunctionsMode, boolean discardInheritedTypes, List<CmsPropertyConfig> propertyConfig, org.opencms.ade.configuration.CmsConfigurationReader.DiscardPropertiesMode discardPropertiesMode, List<CmsDetailPageInfo> detailPageInfos, List<CmsModelPageConfigWithoutResource> modelPages, List<CmsFunctionReference> functionReferences, boolean discardInheritedModelPages, boolean createContentsLocally, boolean preferDetailPagesForLocalContents, boolean excludeExternalDetailContents, boolean includeInSiteSelector, CmsFormatterChangeSet formatterChangeSet, boolean removeAllFunctions, Set<CmsUUID> functionIds, Set<CmsUUID> functionsToRemove, boolean removeAllPlugins, Set<CmsUUID> addedPlugins, Set<CmsUUID> removedPlugins, Boolean useFormatterKeys, CmsTypeOrderingMode orderingMode, CmsAddContentRestriction restriction, CmsUUID sharedSettingOverride, boolean removeSharedSettingOverrides, CmsUUID attributeEditorConfigId, Map<String, String> attributes) Creates a new configuration data instance.protected
CmsADEConfigDataInternal
(CmsResource resource, boolean isModuleConfig, String basePath, List<CmsADEConfigDataInternal.ConfigReference> masterConfigs, List<CmsResourceTypeConfig> resourceTypeConfig, boolean discardInheritedTypes, List<CmsPropertyConfig> propertyConfig, org.opencms.ade.configuration.CmsConfigurationReader.DiscardPropertiesMode discardPropertiesMode, List<CmsDetailPageInfo> detailPageInfos, List<CmsModelPageConfig> modelPages, List<CmsFunctionReference> functionReferences, boolean discardInheritedModelPages, boolean createContentsLocally, boolean preferDetailPagesForLocalContents, boolean excludeExternalDetailContents, boolean includeInSiteSelector, CmsFormatterChangeSet formatterChangeSet, boolean removeAllFunctions, Set<CmsUUID> functionIds) Creates a new configuration data instance. -
Uses of CmsFormatterChangeSet in org.opencms.ade.configuration.formatters
Methods in org.opencms.ade.configuration.formatters that return CmsFormatterChangeSetModifier and TypeMethodDescriptionCmsFormatterChangeSet.cloneWithNoRemovals()
Creates a clone of this object, but with the 'remove all functions/formatters' flags set to false.