| org.springframework.beans.factory.BeanClassLoaderAware
All known Subclasses: org.springframework.scripting.support.ScriptFactoryPostProcessor, org.springframework.scripting.jruby.JRubyScriptFactory, org.springframework.remoting.caucho.BurlapProxyFactoryBean, org.springframework.jmx.support.MBeanServerConnectionFactoryBean, org.springframework.scheduling.support.MethodInvokingRunnable, org.springframework.jmx.access.MBeanProxyFactoryBean, org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean, org.springframework.scripting.bsh.BshScriptFactory, org.springframework.beans.factory.config.MethodInvokingFactoryBean, org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean, org.springframework.aop.framework.ProxyFactoryBean, org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource, org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor, org.springframework.jndi.JndiObjectFactoryBean, org.springframework.aop.framework.AbstractSingletonProxyFactoryBean, org.springframework.beans.factory.config.FieldRetrievingFactoryBean, org.springframework.jms.remoting.JmsInvokerProxyFactoryBean, org.springframework.scripting.groovy.GroovyScriptFactory, org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean, org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean, org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor, org.springframework.context.support.ResourceBundleMessageSource, org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler, org.springframework.remoting.jaxrpc.support.AxisBeanMappingServicePostProcessor, org.springframework.remoting.rmi.JndiRmiProxyFactoryBean, org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator, org.springframework.remoting.caucho.HessianProxyFactoryBean, org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor, org.springframework.jmx.export.MBeanExporter, org.springframework.remoting.rmi.RmiProxyFactoryBean, org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean, org.springframework.beans.factory.config.CustomEditorConfigurer, org.springframework.remoting.support.RemoteExporter, org.springframework.orm.toplink.LocalSessionFactoryBean,
BeanClassLoaderAware | public interface BeanClassLoaderAware (Code) | | Callback that allows a bean to be aware of the bean
ClassLoader class loader ; that is, the class loader used by the
present bean factory to load bean classes.
This is mainly intended to be implemented by framework classes which
have to pick up application classes by name despite themselves potentially
being loaded from a shared class loader.
For a list of all bean lifecycle methods, see the
BeanFactory BeanFactory javadocs .
author: Juergen Hoeller since: 2.0 See Also: BeanNameAware See Also: BeanFactoryAware See Also: InitializingBean |
|
|