Class ContentBundleMergeStrategy

java.lang.Object
org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
All Implemented Interfaces:
DescriptorMergeStrategy

public class ContentBundleMergeStrategy extends Object implements DescriptorMergeStrategy
DescriptorMergeStrategy that 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)). E.g., for a descriptor path folder1/folder2_es/file.xml, the descriptor folder1/folder2/file.xml is returned for the merge.
Author:
Sumer Jabri, Alfonso Vásquez
  • Constructor Details

    • ContentBundleMergeStrategy

      public ContentBundleMergeStrategy()
  • Method Details