Uses of Class
org.opencms.ade.containerpage.inherited.CmsContainerConfigurationGroup
Package
Description
Contains classes used for reading and caching inheritance groups.
-
Uses of CmsContainerConfigurationGroup in org.opencms.ade.containerpage.inherited
Modifier and TypeMethodDescriptionprotected Map<CmsUUID,
CmsContainerConfigurationGroup> CmsContainerConfigurationCache.load
(Collection<CmsResource> resources) Loads the inheritance groups from a list of resources.protected Map<CmsUUID,
CmsContainerConfigurationGroup> CmsContainerConfigurationCache.loadFromIds
(Collection<CmsUUID> structureIds) Loads the inheritance groups from the resources with structure ids from the given list.Modifier and TypeMethodDescriptionCmsContainerConfigurationCacheState.updateWithChangedGroups
(Map<CmsUUID, CmsContainerConfigurationGroup> updateGroups) Creates a new inheritance container cache state, which is based on this instance, but with some changed configurations.ModifierConstructorDescriptionCreates a new cache state.