Package | Description |
---|---|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
Modifier and Type | Method and Description |
---|---|
protected BeanDefinitionParserDelegate |
DefaultBeanDefinitionDocumentReader.createDelegate(XmlReaderContext readerContext,
Element root,
BeanDefinitionParserDelegate parentDelegate) |
BeanDefinitionParserDelegate |
ParserContext.getDelegate() |
Modifier and Type | Method and Description |
---|---|
protected BeanDefinitionParserDelegate |
DefaultBeanDefinitionDocumentReader.createDelegate(XmlReaderContext readerContext,
Element root,
BeanDefinitionParserDelegate parentDelegate) |
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) |