| java.lang.Object com.tcspring.BeanDefinitionProtocol
captureIdentity | public void captureIdentity(StaticJoinPoint jp, Resource resource, BeanDefinitionReader reader) throws Throwable(Code) | | Invoked after loadBeanDefinitions method in BeanDefinitionReader. Adds resource location to the DistributableBeanFactory mixin.
See Also: org.springframework.beans.factory.support.BeanDefinitionReader.loadBeanDefinitions(org.springframework.core.io.Resource) |
collectDefinitions | public Object collectDefinitions(StaticJoinPoint jp, DefaultListableBeanFactory beanFactory) throws Throwable(Code) | | Collects the different spring bean configuration files.
Advices: Around(
execution(* org.springframework.context.support.AbstractRefreshableApplicationContext+.loadBeanDefinitions(..))
AND args(beanFactory))
|
disableClassForName | public Object disableClassForName(String className, ClassLoader loader) throws Exception(Code) | | Since Spring 2.0m5 ClassUtils.forName() is not called when bean definitions are created
See Also: org.springframework.beans.factory.support.BeanDefinitionReaderUtils.createBeanDefinition |
saveBeanDefinition | public void saveBeanDefinition(StaticJoinPoint jp, BeanDefinitionHolder holder)(Code) | | Called after constructor initialization on BeanDefinitionHolder class
See Also: org.springframework.beans.factory.config.BeanDefinitionHolder |
|
|