public class BeansDefinitionImportParser extends AbstractMultipleBeanParser
import-modules tag.
Parser iterates over all defined backoffice modules and imports their spring beans configuration files.
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ELEMENT_NAME |
| Constructor and Description |
|---|
BeansDefinitionImportParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Resource[] |
getResources(org.w3c.dom.Element element,
ParserContext parserContext) |
protected java.util.Optional<java.lang.String> |
getResourcesPattern(org.w3c.dom.Element element) |
protected void |
importResources(Resource[] resources,
ParserContext parserContext) |
protected AbstractBeanDefinition |
parseInternal(org.w3c.dom.Element element,
ParserContext parserContext) |
registerBeanDefinitionprotected static final java.lang.String ELEMENT_NAME
protected AbstractBeanDefinition parseInternal(org.w3c.dom.Element element,
ParserContext parserContext)
protected Resource[] getResources(org.w3c.dom.Element element,
ParserContext parserContext)
throws java.io.IOException
java.io.IOExceptionprotected java.util.Optional<java.lang.String> getResourcesPattern(org.w3c.dom.Element element)
protected void importResources(Resource[] resources,
ParserContext parserContext)
throws java.io.IOException
java.io.IOExceptionCopyright © 2018 SAP SE. All Rights Reserved.