A B C D E F G H I L M N O P Q R S T U V W X

A

AbstractSpringVisitor - Class in org.apache.xbean.spring.util
Default do nothing implementation of SpringVisitor.
AbstractSpringVisitor() - Constructor for class org.apache.xbean.spring.util.AbstractSpringVisitor
 
addAttribute(String, String) - Method in class org.apache.xbean.spring.generator.XmlWriter
 
addAttributeProperties(BeanDefinitionHolder, MappingMetaData, String, Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Parses attribute names and values as being bean property expressions
addAttributeProperty(BeanDefinitionHolder, MappingMetaData, Element, Attr) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
addContentProperty(BeanDefinitionHolder, MappingMetaData, Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
addDefaultValue(String, Class, Object) - Method in class org.apache.xbean.spring.context.impl.NamedConstructorArgs
Adds a default value for a property with the specified name and type.
addNestedPropertyElements(BeanDefinitionHolder, MappingMetaData, String, Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Lets iterate through the children of this element and create any nested child properties
addProperty(BeanDefinitionHolder, MappingMetaData, Element, String, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Add a property onto the current BeanDefinition.
addPropertyValue(MutablePropertyValues, String, Object) - Static method in class org.apache.xbean.spring.context.impl.QNameHelper
 
addSpringAttributeValues(String, Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
addToEnvironment(String, Object) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
addValueToMap(Map, Object, Object, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
AttributeMapping - Class in org.apache.xbean.spring.generator
 
AttributeMapping(String, String, String, Type, String, boolean, boolean, String) - Constructor for class org.apache.xbean.spring.generator.AttributeMapping
 

B

bind(Name, Object) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
bind(String, Object) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
bindings - Variable in class org.apache.xbean.spring.jndi.DefaultContext
 

C

checkFrozen() - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
ClassPathXmlApplicationContext - Class in org.apache.xbean.spring.context
An XBean version of the regular Spring class to provide improved XML handling.
ClassPathXmlApplicationContext(String) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified location on the class path.
ClassPathXmlApplicationContext(String[]) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
ClassPathXmlApplicationContext(String[], boolean) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
ClassPathXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
ClassPathXmlApplicationContext(String, List) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified location on the class path.
ClassPathXmlApplicationContext(String[], List) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
ClassPathXmlApplicationContext(String[], boolean, List) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
ClassPathXmlApplicationContext(String[], ApplicationContext, List) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
ClassPathXmlApplicationContext(String[], boolean, ApplicationContext, List) - Constructor for class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
Creates a ClassPathXmlApplicationContext which loads the configuration at the specified locations on the class path.
cloneElement(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Creates a clone of the element and its attribute (though not its content)
close() - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
coerceMethod - Static variable in class org.apache.xbean.spring.context.impl.QNameReflectionHelper
 
coerceNamespaceAwarePropertyValues(AbstractBeanDefinition, Element, PropertyDescriptor[], int) - Static method in class org.apache.xbean.spring.context.impl.QNameHelper
 
coerceNamespaceAwarePropertyValues(AbstractBeanDefinition, Element, PropertyDescriptor[], int) - Static method in class org.apache.xbean.spring.context.impl.QNameReflectionHelper
 
coerceNamespaceAwarePropertyValues(BeanDefinition, Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanQNameHelper
Any namespace aware property values (such as QNames) need to be coerced while we still have access to the XML Element from which its value comes - so lets do that now before we trash the DOM and just have the bean definition.
coerceQNamePropertyValues(QNameReflectionParams) - Static method in class org.apache.xbean.spring.context.impl.QNameHelper
 
compareTo(Object) - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
compareTo(Object) - Method in class org.apache.xbean.spring.generator.ElementMapping
 
compareTo(Object) - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
composeName(Name, Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
composeName(String, String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
configure(AbstractApplicationContext, XmlBeanDefinitionReader) - Static method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Configures the XmlBeanDefinitionReader to work nicely with extensible XML using this reader implementation.
constructorToPropertyName(Constructor) - Static method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
createBeanDefinitionReader(SpringApplicationContext, BeanDefinitionRegistry, List) - Static method in class org.apache.xbean.spring.context.impl.XBeanHelper
 
createContext(Resource) - Method in class org.apache.xbean.spring.jndi.SpringInitialContextFactory
 
createDefaultNamespaceHandlerResolver() - Method in class org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader
 
createDiscoveryOldPathName(String) - Static method in class org.apache.xbean.spring.context.impl.NamespaceHelper
Creates the old URI for backwards compatibility
createDiscoveryPathName(String, String) - Static method in class org.apache.xbean.spring.context.impl.NamespaceHelper
Converts the namespace and localName into a valid path name we can use on the classpath to discover a text file
createDiscoveryPathName(String) - Static method in class org.apache.xbean.spring.context.impl.NamespaceHelper
Converts the namespace and localName into a valid path name we can use on the classpath to discover a text file
createHelper(XmlReaderContext, Element) - Method in class org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader
 
createMethod - Static variable in class org.apache.xbean.spring.context.impl.QNameReflectionHelper
 
createNamespaceHandler() - Static method in class org.apache.xbean.spring.context.v2.XBeanV2Helper
 
createParser(XmlReaderContext) - Static method in class org.apache.xbean.spring.context.v2.XBeanV2Helper
 
createPropertyEditor(String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
createQName(Element, String) - Static method in class org.apache.xbean.spring.context.impl.QNameHelper
 
createQName(Element, String) - Static method in class org.apache.xbean.spring.context.impl.QNameReflectionHelper
 
createSubcontext(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
createSubcontext(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 

D

DateEditor - Class in org.apache.xbean.spring.context.impl
Editor for java.util.Date
DateEditor() - Constructor for class org.apache.xbean.spring.context.impl.DateEditor
 
decapitalise(String) - Static method in class org.apache.xbean.spring.generator.Utils
 
declareLifecycleMethods(BeanDefinitionHolder, MappingMetaData, Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
DefaultContext - Class in org.apache.xbean.spring.jndi
A simple spring based JNDI context which is mutable
DefaultContext() - Constructor for class org.apache.xbean.spring.jndi.DefaultContext
 
DefaultContext(Hashtable) - Constructor for class org.apache.xbean.spring.jndi.DefaultContext
 
DefaultContext(Hashtable, Map) - Constructor for class org.apache.xbean.spring.jndi.DefaultContext
 
DefaultContext(Hashtable, Map, String) - Constructor for class org.apache.xbean.spring.jndi.DefaultContext
 
DefaultContext(DefaultContext, Hashtable) - Constructor for class org.apache.xbean.spring.jndi.DefaultContext
 
DefaultContext(DefaultContext, Hashtable, String) - Constructor for class org.apache.xbean.spring.jndi.DefaultContext
 
DefaultProperty - Class in org.apache.xbean.spring.context.impl
DefaultProperty contains the default value assigned to a property with a specific name and type.
DefaultProperty() - Constructor for class org.apache.xbean.spring.context.impl.DefaultProperty
Creates a new empty default property.
DefaultProperty(String, Class, Object) - Constructor for class org.apache.xbean.spring.context.impl.DefaultProperty
Creates new default property value for a property with the specified name and type.
DESTROY_METHOD_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
destroySubcontext(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
destroySubcontext(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
DocumentationGenerator - Class in org.apache.xbean.spring.generator
 
DocumentationGenerator(File) - Constructor for class org.apache.xbean.spring.generator.DocumentationGenerator
 

E

ELEMENT_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
ElementMapping - Class in org.apache.xbean.spring.generator
 
ElementMapping(String, String, String, String, boolean, String, String, String, String, Set, List, List, Map, Map, List, HashSet) - Constructor for class org.apache.xbean.spring.generator.ElementMapping
 
endElement() - Method in class org.apache.xbean.spring.generator.XmlWriter
 
endOfLine() - Method in class org.apache.xbean.spring.generator.XmlWriter
 
environment - Variable in class org.apache.xbean.spring.jndi.DefaultContext
 
equals(Object) - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
equals(Object) - Method in class org.apache.xbean.spring.generator.ElementMapping
 
equals(Object) - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
equals(Object) - Method in class org.apache.xbean.spring.generator.Type
 
execute() - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 

F

FACTORY_METHOD_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
FileEditor - Class in org.apache.xbean.spring.context.impl
Editor for java.io.File
FileEditor() - Constructor for class org.apache.xbean.spring.context.impl.FileEditor
 
FileSystemXmlApplicationContext - Class in org.apache.xbean.spring.context
An XBean version of the regular Spring class to provide improved XML handling.
FileSystemXmlApplicationContext(String) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified location on the file system.
FileSystemXmlApplicationContext(String[]) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
FileSystemXmlApplicationContext(String[], boolean) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
FileSystemXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
FileSystemXmlApplicationContext(String, List) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified location on the file system.
FileSystemXmlApplicationContext(String[], List) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
FileSystemXmlApplicationContext(String[], boolean, List) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
FileSystemXmlApplicationContext(String[], ApplicationContext, List) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
FileSystemXmlApplicationContext(String[], boolean, ApplicationContext, List) - Constructor for class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
Creates a FileSystemXmlApplicationContext which loads the configuration at the specified locations on the file system.
findImplementationsOf(NamespaceMapping, Type) - Static method in class org.apache.xbean.spring.generator.Utils
 
findMethod(String) - Static method in class org.apache.xbean.spring.context.impl.QNameReflectionHelper
 
findNamespaceProperties(String, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Uses META-INF/services discovery to find a Properties file with the XML marshaling configuration
FLAT_COLLECTION_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
FLAT_PROPERTY_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 

G

generate(NamespaceMapping) - Method in class org.apache.xbean.spring.generator.DocumentationGenerator
 
generate(NamespaceMapping) - Method in interface org.apache.xbean.spring.generator.GeneratorPlugin
 
generate() - Method in class org.apache.xbean.spring.generator.SchemaGenerator
 
generate(NamespaceMapping) - Method in class org.apache.xbean.spring.generator.WikiDocumentationGenerator
 
generate(NamespaceMapping) - Method in class org.apache.xbean.spring.generator.XmlMetadataGenerator
 
generate(NamespaceMapping) - Method in class org.apache.xbean.spring.generator.XsdGenerator
 
GeneratorPlugin - Interface in org.apache.xbean.spring.generator
 
getApplicationContext() - Method in class org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader
Gets the application context for which the bean definitons will be loaded.
getAsText() - Method in class org.apache.xbean.spring.context.impl.DateEditor
 
getAsText() - Method in class org.apache.xbean.spring.context.impl.FileEditor
 
getAsText() - Method in class org.apache.xbean.spring.context.impl.ObjectNameEditor
 
getAsText() - Method in class org.apache.xbean.spring.context.impl.URIEditor
 
getAttribute(String) - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getAttributeName() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
getAttributes() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getBeanDefinition() - Method in class org.apache.xbean.spring.context.impl.QNameReflectionParams
 
getBeanFactoryPostProcessors() - Method in interface org.apache.xbean.spring.context.SpringApplicationContext
Gets the list of BeanPostProcessors that will get applied to beans created with this factory.
getBeanInfo(String) - Method in class org.apache.xbean.spring.context.v2c.XBeanQNameHelper
 
getClassLoader() - Method in interface org.apache.xbean.spring.context.SpringApplicationContext
Return the ClassLoader to load class path resources with, or null if using the thread context class loader on actual access (applying to the thread that does ClassPathResource calls).
getClassName(String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
Returns the Java class name for the given XML element name
getClassName() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getConfigLocations() - Method in class org.apache.xbean.spring.context.ResourceXmlApplicationContext
getConstructors() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getContentProperty(String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getContentProperty() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getDefaultKey() - Method in class org.apache.xbean.spring.generator.MapMapping
 
getDefaultNamespace() - Method in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
getDefaultValues() - Method in class org.apache.xbean.spring.context.impl.NamedConstructorArgs
Gets the default values that are assigned to constructor arguments without a defined value.
getDescription() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
getDescription() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getDescriptors() - Method in class org.apache.xbean.spring.context.impl.QNameReflectionParams
 
getDestFile() - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
getDestroyMethod() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getDestroyMethodName(String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getDupsMode() - Method in class org.apache.xbean.spring.generator.MapMapping
 
getElement() - Method in class org.apache.xbean.spring.context.impl.QNameReflectionParams
 
getElement(String) - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
getElementName() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getElements() - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
getElementText(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
 
getElementText(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Returns the text of the element
getEntries() - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
getEntryName() - Method in class org.apache.xbean.spring.generator.MapMapping
 
getEnvironment() - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
getFactoryMethod() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getFactoryMethodName(String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getFirstChildElement(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
getFlatCollectionProperty(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getFlatCollections() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getFlatProperties() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getIndex() - Method in class org.apache.xbean.spring.context.impl.QNameReflectionParams
 
getInitialContext(Hashtable) - Method in class org.apache.xbean.spring.jndi.SpringInitialContextFactory
 
getInitMethod() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getInitMethodName(String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getInterfaces() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getKeyName() - Method in class org.apache.xbean.spring.generator.MapMapping
 
getLocalName(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
getLog() - Method in class org.apache.xbean.spring.generator.DocumentationGenerator
 
getLog() - Method in interface org.apache.xbean.spring.generator.GeneratorPlugin
 
getLog() - Method in class org.apache.xbean.spring.generator.WikiDocumentationGenerator
 
getLog() - Method in class org.apache.xbean.spring.generator.XmlMetadataGenerator
 
getLog() - Method in class org.apache.xbean.spring.generator.XsdGenerator
 
getMapDefaultKey(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getMapDupsMode(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getMapEntryName(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getMapKeyName(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getMapMapping(String) - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getMapMappings() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getMetaInfDir() - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
getName() - Method in class org.apache.xbean.spring.context.impl.DefaultProperty
Gets the property name.
getName() - Method in class org.apache.xbean.spring.generator.ParameterMapping
 
getName() - Method in class org.apache.xbean.spring.generator.Type
 
getNameInNamespace() - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
getNameParser(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
getNameParser(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
getNamespace() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getNamespace() - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
getNamespace() - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
getNestedListProperty(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
Returns a valid property name if the childElementName maps to a nested list property
getNestedProperty(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
Returns a valid property name if the childElementName maps to a nested bean property
getNestedType() - Method in class org.apache.xbean.spring.generator.Type
 
getObject() - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
getObjectType() - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
getParameterNames(Constructor) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getParameterNames(Class, Method) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getPropertyDescriptor(String, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Looks up the property decriptor for the given class and property name
getPropertyEditor(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
getPropertyEditor() - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
getPropertyEditor() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
getPropertyEditorPaths() - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
getPropertyName(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
Returns the property name for the given element and attribute name
getPropertyName() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
getRootElement() - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
getSrcDir() - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
getSrcDirs() - Method in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
getSuperClasses() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
getType() - Method in class org.apache.xbean.spring.context.impl.DefaultProperty
Gets the property type.
getType() - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
getType() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
getType() - Method in class org.apache.xbean.spring.generator.ParameterMapping
 
getValue() - Method in class org.apache.xbean.spring.context.impl.DefaultProperty
Gets the default value.
getValue() - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
getValue(String, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
getValue() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
getXsdType(Type) - Static method in class org.apache.xbean.spring.generator.Utils
 

H

hashCode() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
hashCode() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
hashCode() - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
hashCode() - Method in class org.apache.xbean.spring.generator.Type
 

I

importBeanDefinitionResource(Element) - Method in class org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader
Parse an "import" element and load the bean definitions from the given resource into the bean factory.
init() - Method in class org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
 
init() - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
INIT_METHOD_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
internalBind(String, Object) - Method in class org.apache.xbean.spring.jndi.DefaultContext
internalBind is intended for use only during setup or possibly by suitably synchronized superclasses.
internalBind(String, Object, boolean) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
InvalidModelException - Exception in org.apache.xbean.spring.generator
 
InvalidModelException(String) - Constructor for exception org.apache.xbean.spring.generator.InvalidModelException
 
isCollection(Class) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Returns true if the given type is a collection type or an array
isCollection() - Method in class org.apache.xbean.spring.generator.Type
 
isDefaultConstructor(Constructor) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
isDefaultFactoryMethod(Class, Method) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
isDefaultNamespace(String) - Method in class org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
 
isDefaultNamespace(String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
isEmpty(String) - Static method in class org.apache.xbean.spring.context.impl.NamespaceHelper
 
isEmpty(String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
isFixed() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
isFlat() - Method in class org.apache.xbean.spring.generator.MapMapping
 
isFlatMap(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
isFlatProperty(String, String) - Method in class org.apache.xbean.spring.context.impl.MappingMetaData
 
isFreeze() - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
isMap(Class) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
isPrimitive() - Method in class org.apache.xbean.spring.generator.Type
 
isQnameIsOnClassPath() - Method in class org.apache.xbean.spring.context.v2c.XBeanQNameHelper
 
isRequired() - Method in class org.apache.xbean.spring.generator.AttributeMapping
 
isRootElement() - Method in class org.apache.xbean.spring.generator.ElementMapping
 
isSimpleType(Type) - Method in class org.apache.xbean.spring.generator.NamespaceMapping
 
isSimpleType(Type) - Static method in class org.apache.xbean.spring.generator.Utils
 
isSingleton() - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 

L

list(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
list(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
listBindings(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
listBindings(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.apache.xbean.spring.context.ClassPathXmlApplicationContext
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.apache.xbean.spring.context.FileSystemXmlApplicationContext
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.apache.xbean.spring.context.ResourceXmlApplicationContext
 
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.apache.xbean.spring.context.ResourceXmlApplicationContext
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.apache.xbean.spring.context.XmlWebApplicationContext
loadClass(String) - Static method in class org.apache.xbean.spring.context.impl.PropertyEditorHelper
 
loadClass(String) - Method in class org.apache.xbean.spring.context.v2c.XBeanQNameHelper
Attempts to load the class on the current thread context class loader or the class loader which loaded us
loadContext(Resource, String) - Method in class org.apache.xbean.spring.jndi.SpringInitialContextFactory
 
loadNamespaces() - Method in interface org.apache.xbean.spring.generator.MappingLoader
 
loadNamespaces() - Method in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
loadResource(String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Loads the resource from the given URI
log(String) - Method in interface org.apache.xbean.spring.generator.LogFacade
 
log(String, int) - Method in interface org.apache.xbean.spring.generator.LogFacade
 
LogFacade - Interface in org.apache.xbean.spring.generator
 
lookup(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
lookup(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
lookupLink(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
lookupLink(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 

M

makeInitialContext() - Static method in class org.apache.xbean.spring.jndi.SpringInitialContextFactory
A factory method which can be used to initialise a singleton JNDI context from inside a Spring.xml such that future calls to new InitialContext() will reuse it
MAP_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
MapMapping - Class in org.apache.xbean.spring.generator
 
MapMapping(String, String, boolean, String, String) - Constructor for class org.apache.xbean.spring.generator.MapMapping
 
MappingGeneratorTask - Class in org.apache.xbean.spring.generator
An Ant task for executing generating mapping metadata.
MappingGeneratorTask() - Constructor for class org.apache.xbean.spring.generator.MappingGeneratorTask
 
MappingLoader - Interface in org.apache.xbean.spring.generator
 
MappingMetaData - Class in org.apache.xbean.spring.context.impl
A helper class which understands how to map an XML namespaced element to Spring bean configurations
MappingMetaData(String) - Constructor for class org.apache.xbean.spring.context.impl.MappingMetaData
Creates an empty MappingMetaData for the specified Java package.
MappingMetaData(Properties) - Constructor for class org.apache.xbean.spring.context.impl.MappingMetaData
Creates MappingMetaData using the specified properties which contan the package name.
META_INF_PREFIX - Static variable in class org.apache.xbean.spring.context.impl.NamespaceHelper
 
methodToPropertyName(Class, Method) - Static method in class org.apache.xbean.spring.context.impl.MappingMetaData
 

N

NamedConstructorArgs - Class in org.apache.xbean.spring.context.impl
NamedConstructorArgs is a BeanFactoryPostProcessor that converts property declarations into indexed constructor args based on the the constructor parameter names annotation.
NamedConstructorArgs() - Constructor for class org.apache.xbean.spring.context.impl.NamedConstructorArgs
 
namedConstructorArgs - Variable in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
nameParser - Static variable in class org.apache.xbean.spring.jndi.DefaultContext
 
NameParserImpl - Class in org.apache.xbean.spring.jndi
A default implementation of NameParser
NameParserImpl() - Constructor for class org.apache.xbean.spring.jndi.NameParserImpl
 
NAMESPACE_HANDLER - Static variable in class org.apache.xbean.spring.generator.XmlMetadataGenerator
 
NamespaceHelper - Class in org.apache.xbean.spring.context.impl
A helper class for turning namespaces into META-INF/services URIs
NamespaceHelper() - Constructor for class org.apache.xbean.spring.context.impl.NamespaceHelper
 
NamespaceMapping - Class in org.apache.xbean.spring.generator
 
NamespaceMapping(String, Set, ElementMapping) - Constructor for class org.apache.xbean.spring.generator.NamespaceMapping
 
newArrayType(String, int) - Static method in class org.apache.xbean.spring.generator.Type
 
newCollectionType(String, Type) - Static method in class org.apache.xbean.spring.generator.Type
 
newContext() - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
newSimpleType(String) - Static method in class org.apache.xbean.spring.generator.Type
 

O

ObjectNameEditor - Class in org.apache.xbean.spring.context.impl
Editor for java.net.URI
ObjectNameEditor() - Constructor for class org.apache.xbean.spring.context.impl.ObjectNameEditor
 
OLD_META_INF_PREFIX - Static variable in class org.apache.xbean.spring.context.impl.NamespaceHelper
 
org.apache.xbean.spring.context - package org.apache.xbean.spring.context
 
org.apache.xbean.spring.context.impl - package org.apache.xbean.spring.context.impl
 
org.apache.xbean.spring.context.v2 - package org.apache.xbean.spring.context.v2
 
org.apache.xbean.spring.context.v2c - package org.apache.xbean.spring.context.v2c
 
org.apache.xbean.spring.generator - package org.apache.xbean.spring.generator
 
org.apache.xbean.spring.jndi - package org.apache.xbean.spring.jndi
 
org.apache.xbean.spring.util - package org.apache.xbean.spring.util
 

P

ParameterMapping - Class in org.apache.xbean.spring.generator
 
ParameterMapping(String, Type) - Constructor for class org.apache.xbean.spring.generator.ParameterMapping
 
parse(Element, ParserContext) - Method in class org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
parse(String) - Method in class org.apache.xbean.spring.jndi.NameParserImpl
 
parseBeanDefinitionElement(Element, String, BeanDefinition) - Method in class org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
 
parseBeanDefinitions(Element, BeanDefinitionParserDelegate) - Method in class org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader
 
parseBeanFromExtensionElement(Element, String, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Parses the non-standard XML element as a Spring bean definition
parseBeanFromExtensionElement(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Parses the non-standard XML element as a Spring bean definition
parseChildExtensionBean(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Iterates the children of this element to find the first nested bean
parseCustomMapElement(MappingMetaData, Element, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
parseListElement(Element, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
parsePropertySubElement(Element, BeanDefinition, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
 
parseQNameElement(Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
 
preprocess(SpringApplicationContext, XmlBeanDefinitionReader, Document) - Method in interface org.apache.xbean.spring.context.SpringXmlPreprocessor
Preprocesses the xml document which is being loaded by the specified application context and is being read by the specified xml reader.
processAliasRegistration(Element) - Method in class org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader
Process the given alias element, registering the alias with the registry.
processBeanDefinition(Element, BeanDefinitionParserDelegate) - Method in class org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader
Process the given bean element, parsing the bean definition and registering it with the registry.
processParameters(BeanDefinitionHolder, MappingMetaData) - Method in class org.apache.xbean.spring.context.impl.NamedConstructorArgs
 
PROPERTY_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
PROPERTY_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.Utils
 
PropertyEditorFactory - Class in org.apache.xbean.spring.context.v2c
 
PropertyEditorFactory() - Constructor for class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
PropertyEditorHelper - Class in org.apache.xbean.spring.context.impl
A helper method to register some custom editors
PropertyEditorHelper() - Constructor for class org.apache.xbean.spring.context.impl.PropertyEditorHelper
 

Q

QdoxMappingLoader - Class in org.apache.xbean.spring.generator
 
QdoxMappingLoader(String, File[], String[]) - Constructor for class org.apache.xbean.spring.generator.QdoxMappingLoader
 
QNAME_ELEMENT - Static variable in class org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
 
QNameHelper - Class in org.apache.xbean.spring.context.impl
 
QNameHelper() - Constructor for class org.apache.xbean.spring.context.impl.QNameHelper
 
QNameReflectionHelper - Class in org.apache.xbean.spring.context.impl
To avoid a runtime dependency on the QName class lets use reflection to process QName instances.
QNameReflectionHelper() - Constructor for class org.apache.xbean.spring.context.impl.QNameReflectionHelper
 
QNameReflectionParams - Class in org.apache.xbean.spring.context.impl
 
QNameReflectionParams(AbstractBeanDefinition, Element, PropertyDescriptor[], int) - Constructor for class org.apache.xbean.spring.context.impl.QNameReflectionParams
 

R

rebind(Name, Object) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
rebind(String, Object) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
recursiveGetAttributeValue(Element, String) - Static method in class org.apache.xbean.spring.context.impl.QNameHelper
Recursive method to find a given attribute value
registerBeanDefinitions(Document, Resource) - Method in class org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader
registerCustomEditors() - Static method in class org.apache.xbean.spring.context.impl.PropertyEditorHelper
 
registerCustomEditors(DefaultListableBeanFactory) - Static method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Registers whatever custom editors we need
registerEditor(String, String) - Static method in class org.apache.xbean.spring.context.impl.PropertyEditorHelper
 
removeFromEnvironment(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
rename(Name, Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
rename(String, String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
RESERVED_BEAN_ATTRIBUTE_NAMES - Static variable in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
RESERVED_ELEMENT_NAMES - Static variable in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
All the reserved Spring XML element names which cannot be overloaded by an XML extension
resolve(String) - Method in class org.apache.xbean.spring.context.v2.XBeanNamespaceHandlerResolver
 
resolveBeanClass(AbstractBeanDefinition, String) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
ResourceXmlApplicationContext - Class in org.apache.xbean.spring.context
An XBean version of a regular Spring ApplicationContext which takes a Resource as a parameter to load the application context
ResourceXmlApplicationContext(Resource) - Constructor for class org.apache.xbean.spring.context.ResourceXmlApplicationContext
Creates a ResourceXmlApplicationContext which loads the configuration from the specified Resource.
ResourceXmlApplicationContext(Resource, List) - Constructor for class org.apache.xbean.spring.context.ResourceXmlApplicationContext
Creates a ResourceXmlApplicationContext which loads the configuration from the specified Resource.
ResourceXmlApplicationContext(Resource, ApplicationContext) - Constructor for class org.apache.xbean.spring.context.ResourceXmlApplicationContext
 
ResourceXmlApplicationContext(Resource, List, ApplicationContext) - Constructor for class org.apache.xbean.spring.context.ResourceXmlApplicationContext
 
ResourceXmlApplicationContext(Resource, List, ApplicationContext, List) - Constructor for class org.apache.xbean.spring.context.ResourceXmlApplicationContext
 
ResourceXmlApplicationContext(Resource, List, ApplicationContext, List, boolean) - Constructor for class org.apache.xbean.spring.context.ResourceXmlApplicationContext
 

S

SchemaGenerator - Class in org.apache.xbean.spring.generator
 
SchemaGenerator(LogFacade, MappingLoader, GeneratorPlugin[]) - Constructor for class org.apache.xbean.spring.generator.SchemaGenerator
 
SEPARATOR - Static variable in class org.apache.xbean.spring.jndi.DefaultContext
 
setAsText(String) - Method in class org.apache.xbean.spring.context.impl.DateEditor
 
setAsText(String) - Method in class org.apache.xbean.spring.context.impl.FileEditor
 
setAsText(String) - Method in class org.apache.xbean.spring.context.impl.ObjectNameEditor
 
setAsText(String) - Method in class org.apache.xbean.spring.context.impl.URIEditor
 
setClassLoader(ClassLoader) - Method in interface org.apache.xbean.spring.context.SpringApplicationContext
Specify the ClassLoader to load class path resources with, or null if using the thread context class loader on actual access (applying to the thread that does ClassPathResource calls).
setDefaultValues(List) - Method in class org.apache.xbean.spring.context.impl.NamedConstructorArgs
Sets the default values that are assigned to constructor arguments without a defined value.
setDestFile(File) - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
setDisplayName(String) - Method in interface org.apache.xbean.spring.context.SpringApplicationContext
Set a friendly name for this context.
setEntries(Map) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
setFreeze(boolean) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
setLog(LogFacade) - Method in class org.apache.xbean.spring.generator.DocumentationGenerator
 
setLog(LogFacade) - Method in interface org.apache.xbean.spring.generator.GeneratorPlugin
 
setLog(LogFacade) - Method in class org.apache.xbean.spring.generator.WikiDocumentationGenerator
 
setLog(LogFacade) - Method in class org.apache.xbean.spring.generator.XmlMetadataGenerator
 
setLog(LogFacade) - Method in class org.apache.xbean.spring.generator.XsdGenerator
 
setMetaInfDir(String) - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
setName(String) - Method in class org.apache.xbean.spring.context.impl.DefaultProperty
Sets the property name.
setNamespace(String) - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
setPropertyEditor(PropertyEditor) - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
setPropertyEditorPaths(String) - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
setSrcDir(Path) - Method in class org.apache.xbean.spring.generator.MappingGeneratorTask
 
setType(Class) - Method in class org.apache.xbean.spring.context.impl.DefaultProperty
Sets the property type.
setType(Class) - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
setValue(Object) - Method in class org.apache.xbean.spring.context.impl.DefaultProperty
Sets the default value.
setValue(String) - Method in class org.apache.xbean.spring.context.v2c.PropertyEditorFactory
 
SPRING_SCHEMA - Static variable in class org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
 
SPRING_SCHEMA - Static variable in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
SPRING_SCHEMA_COMPAT - Static variable in class org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
 
SPRING_SCHEMA_COMPAT - Static variable in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
SpringApplicationContext - Interface in org.apache.xbean.spring.context
SpringApplicationContext is an interface that defines the actual interface exposed by the application contexts provided by Spring.
SpringInitialContextFactory - Class in org.apache.xbean.spring.jndi
A simple JNDI initial context which loads the JNDI namespace from a spring.xml configuration file.
SpringInitialContextFactory() - Constructor for class org.apache.xbean.spring.jndi.SpringInitialContextFactory
 
SpringVisitor - Interface in org.apache.xbean.spring.util
Walks a spring bean factory tree.
SpringXmlPreprocessor - Interface in org.apache.xbean.spring.context
SpringXmlPreprocessor preprocesses the xml Document before it is passed to Spring for processing.
startElement(String) - Method in class org.apache.xbean.spring.generator.XmlWriter
 

T

toString() - Method in class org.apache.xbean.spring.context.impl.DefaultProperty
treeBindings - Variable in class org.apache.xbean.spring.jndi.DefaultContext
 
tryParseNestedPropertyViaIntrospection(MappingMetaData, String, Element) - Method in class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
Attempts to use introspection to parse the nested property element.
Type - Class in org.apache.xbean.spring.generator
 

U

unbind(Name) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
unbind(String) - Method in class org.apache.xbean.spring.jndi.DefaultContext
 
unregisterCustomEditors() - Static method in class org.apache.xbean.spring.context.impl.PropertyEditorHelper
 
unregisterEditor(String) - Static method in class org.apache.xbean.spring.context.impl.PropertyEditorHelper
 
URIEditor - Class in org.apache.xbean.spring.context.impl
Editor for java.net.URI
URIEditor() - Constructor for class org.apache.xbean.spring.context.impl.URIEditor
 
Utils - Class in org.apache.xbean.spring.generator
 

V

version - Static variable in class org.apache.xbean.spring.context.v2.XBeanV2Helper
 
visitBeanDefinition(String, BeanDefinition, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitBeanDefinition(BeanDefinition, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitBeanDefinition(String, BeanDefinition, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitBeanDefinition(BeanDefinition, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitBeanDefinitionHolder(BeanDefinitionHolder, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitBeanDefinitionHolder(BeanDefinitionHolder, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitBeanFactory(ConfigurableListableBeanFactory, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitBeanFactory(ConfigurableListableBeanFactory, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitCollection(Collection, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitCollection(Collection, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitConstructorArgumentValue(ConstructorArgumentValues.ValueHolder, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitConstructorArgumentValue(ConstructorArgumentValues.ValueHolder, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitConstructorArgumentValues(ConstructorArgumentValues, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitConstructorArgumentValues(ConstructorArgumentValues, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitMap(Map, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitMap(Map, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitMutablePropertyValues(MutablePropertyValues, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitMutablePropertyValues(MutablePropertyValues, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitNext(Object, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitObject(Object, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitObject(Object, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitPropertyValue(PropertyValue, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitPropertyValue(PropertyValue, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 
visitRuntimeBeanReference(RuntimeBeanReference, Object) - Method in class org.apache.xbean.spring.util.AbstractSpringVisitor
 
visitRuntimeBeanReference(RuntimeBeanReference, Object) - Method in interface org.apache.xbean.spring.util.SpringVisitor
 

W

WikiDocumentationGenerator - Class in org.apache.xbean.spring.generator
 
WikiDocumentationGenerator(File) - Constructor for class org.apache.xbean.spring.generator.WikiDocumentationGenerator
 
writeMarkup(String) - Method in class org.apache.xbean.spring.generator.XmlWriter
 
writeText(String) - Method in class org.apache.xbean.spring.generator.XmlWriter
 

X

XBEAN_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.QdoxMappingLoader
 
XBEAN_ANNOTATION - Static variable in class org.apache.xbean.spring.generator.Utils
 
XBeanBeanDefinitionDocumentReader - Class in org.apache.xbean.spring.context.v2
 
XBeanBeanDefinitionDocumentReader() - Constructor for class org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader
 
XBeanBeanDefinitionParserDelegate - Class in org.apache.xbean.spring.context.v2c
 
XBeanBeanDefinitionParserDelegate(XmlReaderContext) - Constructor for class org.apache.xbean.spring.context.v2c.XBeanBeanDefinitionParserDelegate
 
XBeanHelper - Class in org.apache.xbean.spring.context.impl
 
XBeanHelper() - Constructor for class org.apache.xbean.spring.context.impl.XBeanHelper
 
XBeanNamespaceHandler - Class in org.apache.xbean.spring.context.v2
An enhanced XML parser capable of handling custom XML schemas.
XBeanNamespaceHandler() - Constructor for class org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
 
XBeanNamespaceHandler - Class in org.apache.xbean.spring.context.v2c
An enhanced XML parser capable of handling custom XML schemas.
XBeanNamespaceHandler() - Constructor for class org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler
 
XBeanNamespaceHandlerResolver - Class in org.apache.xbean.spring.context.v2
 
XBeanNamespaceHandlerResolver(ClassLoader) - Constructor for class org.apache.xbean.spring.context.v2.XBeanNamespaceHandlerResolver
 
XBeanQNameHelper - Class in org.apache.xbean.spring.context.v2c
 
XBeanQNameHelper(XmlReaderContext) - Constructor for class org.apache.xbean.spring.context.v2c.XBeanQNameHelper
 
XBeanV2Helper - Class in org.apache.xbean.spring.context.v2
 
XBeanV2Helper() - Constructor for class org.apache.xbean.spring.context.v2.XBeanV2Helper
 
XBeanXmlBeanDefinitionReader - Class in org.apache.xbean.spring.context.v2
XBeanXmlBeanDefinitionReader extends XmlBeanDefinitionReader adds support for SpringXMLPreprocessors which can modify the DOM before it is passed to Spring for reading.
XBeanXmlBeanDefinitionReader(SpringApplicationContext, BeanDefinitionRegistry, List) - Constructor for class org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader
Creates a XBeanXmlBeanDefinitionReader for the specified applicationContext and beanFactory which will apply the xmlPreprocessors before passing the DOM to Spring for processing.
XBeanXmlBeanFactory - Class in org.apache.xbean.spring.context.impl
 
XBeanXmlBeanFactory(Resource) - Constructor for class org.apache.xbean.spring.context.impl.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given resource, which must be parsable using DOM.
XBeanXmlBeanFactory(Resource, BeanFactory) - Constructor for class org.apache.xbean.spring.context.impl.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given input stream, which must be parsable using DOM.
XBeanXmlBeanFactory(Resource, List) - Constructor for class org.apache.xbean.spring.context.impl.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given input stream, which must be parsable using DOM.
XBeanXmlBeanFactory(Resource, BeanFactory, List) - Constructor for class org.apache.xbean.spring.context.impl.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given input stream, which must be parsable using DOM.
XBeanXmlBeanFactory - Class in org.apache.xbean.spring.context.v2
 
XBeanXmlBeanFactory(Resource) - Constructor for class org.apache.xbean.spring.context.v2.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given resource, which must be parsable using DOM.
XBeanXmlBeanFactory(Resource, BeanFactory) - Constructor for class org.apache.xbean.spring.context.v2.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given input stream, which must be parsable using DOM.
XBeanXmlBeanFactory(Resource, List) - Constructor for class org.apache.xbean.spring.context.v2.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given input stream, which must be parsable using DOM.
XBeanXmlBeanFactory(Resource, BeanFactory, List) - Constructor for class org.apache.xbean.spring.context.v2.XBeanXmlBeanFactory
Create a new XBeanXmlBeanFactory with the given input stream, which must be parsable using DOM.
XmlMetadataGenerator - Class in org.apache.xbean.spring.generator
 
XmlMetadataGenerator(String, File) - Constructor for class org.apache.xbean.spring.generator.XmlMetadataGenerator
 
XmlMetadataGenerator(String, File, boolean, boolean) - Constructor for class org.apache.xbean.spring.generator.XmlMetadataGenerator
 
XmlWebApplicationContext - Class in org.apache.xbean.spring.context
An XBean version of the regular Spring class to provide improved XML handling.
XmlWebApplicationContext() - Constructor for class org.apache.xbean.spring.context.XmlWebApplicationContext
Creates a XmlWebApplicationContext which loads the configuration from the a web application context.
XmlWebApplicationContext(List) - Constructor for class org.apache.xbean.spring.context.XmlWebApplicationContext
Creates a XmlWebApplicationContext which loads the configuration from the a web application context.
XmlWriter - Class in org.apache.xbean.spring.generator
 
XmlWriter(PrintWriter, String) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XmlWriter(Writer, String) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XmlWriter(PrintWriter) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XmlWriter(Writer) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XmlWriter(PrintWriter, String, String, String) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XmlWriter(Writer, String, String, String) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XmlWriter(PrintWriter, String, String) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XmlWriter(Writer, String, String) - Constructor for class org.apache.xbean.spring.generator.XmlWriter
 
XSD_TYPES - Static variable in class org.apache.xbean.spring.generator.Utils
 
XsdGenerator - Class in org.apache.xbean.spring.generator
 
XsdGenerator(File) - Constructor for class org.apache.xbean.spring.generator.XsdGenerator
 

A B C D E F G H I L M N O P Q R S T U V W X

Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.