public interface DescriptorMergeStrategyResolver
DescriptorMergeStrategy to use for a given descriptor.| Modifier and Type | Method and Description |
|---|---|
DescriptorMergeStrategy |
getStrategy(String descriptorUrl,
org.dom4j.Document descriptorDom)
Returns a
DescriptorMergeStrategy for a given descriptor. |
DescriptorMergeStrategy getStrategy(String descriptorUrl, org.dom4j.Document descriptorDom) throws CrafterException
DescriptorMergeStrategy for a given descriptor.descriptorUrl - the URL that identifies the descriptordescriptorDom - the XML DOM of the descriptorDescriptorMergeStrategy for the descriptor.CrafterException - if an error occurs while resolving the strategyCopyright © 2018 CrafterCMS. All rights reserved.