| Interfaces | |
|---|---|
| BeanDefinitionDecorator | Interface used by the DefaultBeanDefinitionDocumentReader
to handle custom, nested (directly under a <bean>) tags. |
| BeanDefinitionDocumentReader | SPI for parsing an XML document that contains Spring bean definitions. |
| BeanDefinitionParser | Interface used by the
DefaultBeanDefinitionDocumentReader to
handle custom, top-level (directly under <beans>) tags. |
| DocumentLoader | No description provided. |
| NamespaceHandler | Base interface used by the DefaultBeanDefinitionDocumentReader handling custom namespaces in a Spring XML configuration file. |
| NamespaceHandlerResolver | Used by the DefaultBeanDefinitionDocumentReader to locate a NamespaceHandler implementation for a particular namespace URI. |
| XmlBeanDefinitionParser | Strategy interface for parsing XML bean definitions. |
| Classes | |
|---|---|
| AbstractBeanDefinitionParser | Abstract BeanDefinitionParser implementation providing a number of convenience methods and a template method that subclasses must override to provide the actual parsing logic. |
| AbstractSimpleBeanDefinitionParser | No description provided. |
| AbstractSingleBeanDefinitionParser | No description provided. |
| BeanDefinitionParserDelegate | Stateful delegate class used to parse XML bean definitions. |
| BeansDtdResolver | EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file). |
| DefaultBeanDefinitionDocumentReader | Default implementation of the BeanDefinitionDocumentReader interface. |
| DefaultDocumentLoader | No description provided. |
| DefaultNamespaceHandlerResolver | Default implementation of the NamespaceHandler . |
| DelegatingEntityResolver | EntityResolver implementation that delegates to a BeansDtdResolver and a PluggableSchemaResolver for DTDs and XML schemas, respectively. |
| NamespaceHandlerSupport | Support class for implementing custom NamespaceHandlers . |
| ParserContext | No description provided. |
| PluggableSchemaResolver | EntityResolver implementation that attempts to resolve schema URLs into local classpath resources using a set of mappings files. |
| ResourceEntityResolver | EntityResolver implementation that tries to resolve entity references through a ResourceLoader (usually, relative to the resource base of an ApplicationContext), if applicable. |
| SimplePropertyNamespaceHandler | Simple NamespaceHandler implementation that maps custom attributes directly through
to bean properties. |
| UtilNamespaceHandler | NamespaceHandler for the util namespace. |
| UtilNamespaceHandler.ConstantBeanDefinitionParser | No description provided. |
| UtilNamespaceHandler.ListBeanDefinitionParser | No description provided. |
| UtilNamespaceHandler.MapBeanDefinitionParser | No description provided. |
| UtilNamespaceHandler.PropertiesBeanDefinitionParser | No description provided. |
| UtilNamespaceHandler.SetBeanDefinitionParser | No description provided. |
| XmlBeanDefinitionReader | Bean definition reader for XML bean definitions. |
| XmlBeanFactory | Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document. |
| XmlReaderContext | Extension of ReaderContext specific to use with an XmlBeanDefinitionReader . |