public class XBeanXmlBeanFactory
extends org.springframework.beans.factory.support.DefaultListableBeanFactory
logger, NULL_OBJECTAUTOWIRE_AUTODETECT, AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_CONSTRUCTOR, AUTOWIRE_NO| Constructor and Description |
|---|
XBeanXmlBeanFactory(org.springframework.core.io.Resource resource)
Create a new XBeanXmlBeanFactory with the given resource,
which must be parsable using DOM.
|
XBeanXmlBeanFactory(org.springframework.core.io.Resource resource,
org.springframework.beans.factory.BeanFactory parentBeanFactory)
Create a new XBeanXmlBeanFactory with the given input stream,
which must be parsable using DOM.
|
XBeanXmlBeanFactory(org.springframework.core.io.Resource resource,
org.springframework.beans.factory.BeanFactory parentBeanFactory,
List xmlPreprocessors)
Create a new XBeanXmlBeanFactory with the given input stream,
which must be parsable using DOM.
|
XBeanXmlBeanFactory(org.springframework.core.io.Resource resource,
List xmlPreprocessors)
Create a new XBeanXmlBeanFactory with the given input stream,
which must be parsable using DOM.
|
allowAliasOverriding, containsBeanDefinition, copyConfigurationFrom, determinePrimaryCandidate, findAutowireCandidates, freezeConfiguration, getAutowireCandidateResolver, getBeanDefinition, getBeanDefinitionCount, getBeanDefinitionNames, getBeanNamesForType, getBeanNamesForType, getBeansOfType, getBeansOfType, isAutowireCandidate, isAutowireCandidate, isBeanEligibleForMetadataCaching, isConfigurationFrozen, isPrimary, preInstantiateSingletons, registerBeanDefinition, registerResolvableDependency, removeBeanDefinition, resetBeanDefinition, resolveDependency, setAllowBeanDefinitionOverriding, setAllowEagerClassLoading, setAutowireCandidateResolver, toStringapplyBeanPostProcessorsAfterInitialization, applyBeanPostProcessorsBeforeInitialization, applyBeanPostProcessorsBeforeInstantiation, applyBeanPropertyValues, applyMergedBeanDefinitionPostProcessors, applyPropertyValues, autowire, autowireBean, autowireBeanProperties, autowireByName, autowireByType, autowireConstructor, checkDependencies, configureBean, createBean, createBean, createBean, createBeanInstance, determineConstructorsFromBeanPostProcessors, doCreateBean, filterPropertyDescriptorsForDependencyCheck, getEarlyBeanReference, getInstantiationStrategy, getTypeForFactoryBean, getTypeForFactoryMethod, ignoreDependencyInterface, ignoreDependencyType, initializeBean, initializeBean, instantiateBean, instantiateUsingFactoryMethod, invokeCustomInitMethod, invokeInitMethods, isExcludedFromDependencyCheck, populateBean, postProcessObjectFromFactoryBean, predictBeanType, removeSingleton, resolveBeforeInstantiation, resolveDependency, setAllowCircularReferences, setAllowRawInjectionDespiteWrapping, setInstantiationStrategy, unsatisfiedNonSimplePropertiesaddBeanPostProcessor, addPropertyEditorRegistrar, afterPrototypeCreation, beforePrototypeCreation, checkMergedBeanDefinition, clearMergedBeanDefinition, containsBean, containsLocalBean, copyRegisteredEditorsTo, destroyBean, destroyBean, destroyScopedBean, doGetBean, getAliases, getBean, getBean, getBean, getBean, getBeanClassLoader, getBeanPostProcessorCount, getBeanPostProcessors, getCustomEditors, getCustomTypeConverter, getMergedBeanDefinition, getMergedBeanDefinition, getMergedBeanDefinition, getMergedLocalBeanDefinition, getObjectForBeanInstance, getParentBeanFactory, getPropertyEditorRegistrars, getRegisteredScope, getRegisteredScopeNames, getTempClassLoader, getType, getTypeConverter, hasDestructionAwareBeanPostProcessors, hasInstantiationAwareBeanPostProcessors, initBeanWrapper, isBeanNameInUse, isCacheBeanMetadata, isCurrentlyInCreation, isFactoryBean, isFactoryBean, isPrototype, isPrototypeCurrentlyInCreation, isSingleton, isTypeMatch, markBeanAsCreated, originalBeanName, registerCustomEditor, registerCustomEditor, registerCustomEditors, registerDisposableBeanIfNecessary, registerScope, removeSingletonIfCreatedForTypeCheckOnly, requiresDestruction, resolveBeanClass, resolveBeanClass, setBeanClassLoader, setCacheBeanMetadata, setParentBeanFactory, setTempClassLoader, setTypeConverter, transformedBeanNamegetCachedObjectForFactoryBean, getFactoryBean, getObjectFromFactoryBean, getTypeForFactoryBeanaddSingleton, addSingletonFactory, afterSingletonCreation, beforeSingletonCreation, containsSingleton, destroyBean, destroySingleton, destroySingletons, getDependenciesForBean, getDependentBeans, getSingleton, getSingleton, getSingleton, getSingletonCount, getSingletonMutex, getSingletonNames, hasDependentBean, isSingletonCurrentlyInCreation, onSuppressedException, registerContainedBean, registerDependentBean, registerDisposableBean, registerSingletoncanonicalName, isAlias, registerAlias, removeAlias, resolveAliasesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitignoreDependencyInterface, ignoreDependencyTypeapplyBeanPostProcessorsAfterInitialization, applyBeanPostProcessorsBeforeInitialization, applyBeanPropertyValues, autowire, autowireBean, autowireBeanProperties, configureBean, createBean, createBean, initializeBean, resolveDependencyaddBeanPostProcessor, addPropertyEditorRegistrar, copyRegisteredEditorsTo, destroyBean, destroyScopedBean, destroySingletons, getBeanClassLoader, getBeanPostProcessorCount, getDependenciesForBean, getDependentBeans, getMergedBeanDefinition, getRegisteredScope, getRegisteredScopeNames, getTempClassLoader, getTypeConverter, isCacheBeanMetadata, isCurrentlyInCreation, isFactoryBean, registerAlias, registerCustomEditor, registerCustomEditor, registerDependentBean, registerScope, resolveAliases, setBeanClassLoader, setCacheBeanMetadata, setParentBeanFactory, setTempClassLoader, setTypeConvertercontainsLocalBean, getParentBeanFactorycontainsBean, getAliases, getBean, getBean, getBean, getType, isPrototype, isSingleton, isTypeMatchcontainsSingleton, getSingleton, getSingletonCount, getSingletonNames, registerSingletonpublic XBeanXmlBeanFactory(org.springframework.core.io.Resource resource)
throws org.springframework.beans.BeansException
resource - XML resource to load bean definitions fromorg.springframework.beans.BeansException - in case of loading or parsing errorspublic XBeanXmlBeanFactory(org.springframework.core.io.Resource resource,
org.springframework.beans.factory.BeanFactory parentBeanFactory)
throws org.springframework.beans.BeansException
resource - XML resource to load bean definitions fromparentBeanFactory - parent bean factoryorg.springframework.beans.BeansException - in case of loading or parsing errorspublic XBeanXmlBeanFactory(org.springframework.core.io.Resource resource,
List xmlPreprocessors)
throws org.springframework.beans.BeansException
resource - XML resource to load bean definitions fromxmlPreprocessors - the preprocessors to apply the DOM before passing to Spring for processingorg.springframework.beans.BeansException - in case of loading or parsing errorspublic XBeanXmlBeanFactory(org.springframework.core.io.Resource resource,
org.springframework.beans.factory.BeanFactory parentBeanFactory,
List xmlPreprocessors)
throws org.springframework.beans.BeansException
resource - XML resource to load bean definitions fromparentBeanFactory - parent bean factoryxmlPreprocessors - the preprocessors to apply the DOM before passing to Spring for processingorg.springframework.beans.BeansException - in case of loading or parsing errorsCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.