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