java.lang.Object
org.broadleafcommerce.common.extensibility.context.merge.ImportProcessor

public class ImportProcessor extends Object
This class serves to parse any passed in source application context files and look for the Spring "import" element. If found, the resource of the import element is retrieved and set as another source element after the current one. Also, once the resource is retrieved and included, the import element is deleted from the source document.
Author:
Jeff Fischer