Package | Description |
---|---|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" DTD. |
Modifier and Type | Method and Description |
---|---|
protected BeanDefinitionParserDelegate |
DefaultBeanDefinitionDocumentReader.createDelegate(XmlReaderContext readerContext,
Element root,
BeanDefinitionParserDelegate parentDelegate) |
protected BeanDefinitionParserDelegate |
DefaultBeanDefinitionDocumentReader.createHelper(XmlReaderContext readerContext,
Element root,
BeanDefinitionParserDelegate parentDelegate)
Deprecated.
|
BeanDefinitionParserDelegate |
ParserContext.getDelegate() |
Modifier and Type | Method and Description |
---|---|
protected BeanDefinitionParserDelegate |
DefaultBeanDefinitionDocumentReader.createDelegate(XmlReaderContext readerContext,
Element root,
BeanDefinitionParserDelegate parentDelegate) |
protected BeanDefinitionParserDelegate |
DefaultBeanDefinitionDocumentReader.createHelper(XmlReaderContext readerContext,
Element root,
BeanDefinitionParserDelegate parentDelegate)
Deprecated.
|
void |
BeanDefinitionParserDelegate.initDefaults(Element root,
BeanDefinitionParserDelegate parent)
Initialize the default lazy-init, autowire, dependency check settings,
init-method, destroy-method and merge settings.
|
protected void |
DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(Element root,
BeanDefinitionParserDelegate delegate)
Parse the elements at the root level in the document:
"import", "alias", "bean".
|
protected void |
DefaultBeanDefinitionDocumentReader.processBeanDefinition(Element ele,
BeanDefinitionParserDelegate delegate)
Process the given bean element, parsing the bean definition
and registering it with the registry.
|
Constructor and Description |
---|
ParserContext(XmlReaderContext readerContext,
BeanDefinitionParserDelegate delegate) |
ParserContext(XmlReaderContext readerContext,
BeanDefinitionParserDelegate delegate,
BeanDefinition containingBeanDefinition) |
Copyright © 2015. All rights reserved.