Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.beans.factory.xml Classes and Interfaces - 27 results found.
NameDescriptionTypePackageFramework
AbstractBeanDefinitionParserAbstract BeanDefinitionParser implementation providinga number of convenience methods and aClassorg.springframework.beans.factory.xmlSpring MVC
AbstractSimpleBeanDefinitionParserConvenient base class for when there exists a one-to-one mappingbetween attribute names on the element that is to be parsed andClassorg.springframework.beans.factory.xmlSpring MVC
AbstractSingleBeanDefinitionParserBase class for those BeanDefinitionParser implementations thatneed to parse and define just a single BeanDefinition.Classorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionDecoratorInterface used by the DefaultBeanDefinitionDocumentReaderto handle custom, nested (directly under a ) tags.Interfaceorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionDocumentReaderSPI for parsing an XML document that contains Spring bean definitions.Interfaceorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionParserInterface used by the DefaultBeanDefinitionDocumentReader to handle custom,top-level (directly under ) tags.Interfaceorg.springframework.beans.factory.xmlSpring MVC
BeanDefinitionParserDelegateStateful delegate class used to parse XML bean definitions.Classorg.springframework.beans.factory.xmlSpring MVC
BeansDtdResolverEntityResolver implementation for the Spring beans DTD,to load the DTD from the Spring class path (or JAR file).Classorg.springframework.beans.factory.xmlSpring MVC
DefaultBeanDefinitionDocumentReaderDefault implementation of the BeanDefinitionDocumentReader interface thatreads bean definitions according to the spring-beans DTD and XSD formatClassorg.springframework.beans.factory.xmlSpring MVC
DefaultDocumentLoaderSpring's default DocumentLoader implementation.Classorg.springframework.beans.factory.xmlSpring MVC
DefaultNamespaceHandlerResolverDefault implementation of the NamespaceHandlerResolver interface.Classorg.springframework.beans.factory.xmlSpring MVC
DelegatingEntityResolverEntityResolver implementation that delegates to a BeansDtdResolverand a PluggableSchemaResolver for DTDs and XML schemas, respectively.Classorg.springframework.beans.factory.xmlSpring MVC
DocumentDefaultsDefinitionSimple JavaBean that holds the defaults specified at the level in a standard Spring XML bean definition document:Classorg.springframework.beans.factory.xmlSpring MVC
DocumentLoaderStrategy interface for loading an XML Document.Interfaceorg.springframework.beans.factory.xmlSpring MVC
NamespaceHandlerBase interface used by the DefaultBeanDefinitionDocumentReaderfor handling custom namespaces in a Spring XML configuration file.Interfaceorg.springframework.beans.factory.xmlSpring MVC
NamespaceHandlerResolverUsed by the DefaultBeanDefinitionDocumentReader tolocate a NamespaceHandler implementation for a particular namespace URI.Interfaceorg.springframework.beans.factory.xmlSpring MVC
NamespaceHandlerSupportSupport class for implementing custom NamespaceHandlers.Classorg.springframework.beans.factory.xmlSpring MVC
ParserContextContext that gets passed along a bean definition parsing process,encapsulating all relevant configuration as well as state.Classorg.springframework.beans.factory.xmlSpring MVC
PluggableSchemaResolverEntityResolver implementation that attempts to resolve schema URLs intolocal classpath resources using a set of mappings files.Classorg.springframework.beans.factory.xmlSpring MVC
ResourceEntityResolverEntityResolver implementation that tries to resolve entity referencesthrough a ResourceLoader (usually,Classorg.springframework.beans.factory.xmlSpring MVC
SimpleConstructorNamespaceHandlerSimple NamespaceHandler implementation that maps customattributes directly through to bean properties.Classorg.springframework.beans.factory.xmlSpring MVC
SimplePropertyNamespaceHandlerSimple NamespaceHandler implementation that maps custom attributesdirectly through to bean properties.Classorg.springframework.beans.factory.xmlSpring MVC
UtilNamespaceHandlerNamespaceHandler for the util namespace.Classorg.springframework.beans.factory.xmlSpring MVC
XmlBeanDefinitionReaderBean definition reader for XML bean definitions.Classorg.springframework.beans.factory.xmlSpring MVC
XmlBeanDefinitionStoreExceptionXML-specific BeanDefinitionStoreException subclass that wraps aSAXException, typically a SAXParseExceptionClassorg.springframework.beans.factory.xmlSpring MVC
XmlBeanFactoryConvenience extension of DefaultListableBeanFactory that reads bean definitionsfrom an XML document.Classorg.springframework.beans.factory.xmlSpring MVC
XmlReaderContextExtension of ReaderContext,specific to use with an XmlBeanDefinitionReader.Classorg.springframework.beans.factory.xmlSpring MVC