Package org.craftercms.core.xml.mergers.impl.strategies
package org.craftercms.core.xml.mergers.impl.strategies
-
ClassesClassDescriptionAbstract
DescriptorMergeStrategythat defines the base code for strategies that decide which descriptors to "inherit" from upper levels in the folder hierarchy.Implementation ofAbstractInheritFromHierarchyMergeStrategythat delegates to several otherAbstractInheritFromHierarchyMergeStrategys to determine the descriptors to "inherit" from upper levels in the folder hierarchy.DescriptorMergeStrategythat returns the level descriptors in the hierarchy and the base descriptors when some of the parent folders are part of a content bundle (which is similar to a resource bundle, but instead of simple properties, a content bundle is formed by XML content (descriptors)).Implementation ofDescriptorMergeStrategythat merges the descriptor with an explicitly named parent.Implementation ofAbstractInheritFromHierarchyMergeStrategy.Implementation ofAbstractInheritFromHierarchyMergeStrategy.DescriptorMergeStrategythat returns the same specified descriptor URL.