Package com.liferay.portal.spring.aop
Class BaseServiceBeanAutoProxyCreator
Object
com.liferay.portal.spring.aop.BaseServiceBeanAutoProxyCreator
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
,org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
,org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
public abstract class BaseServiceBeanAutoProxyCreator
extends Object
implements org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
- Author:
- Shuyang Zhou
-
Constructor Summary
ConstructorsConstructorDescriptionBaseServiceBeanAutoProxyCreator
(BeanMatcher beanMatcher, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AopInvocationHandler
Constructor<?>[]
determineCandidateConstructors
(Class<?> beanClass, String beanName) getEarlyBeanReference
(Object bean, String beanName) postProcessAfterInitialization
(Object bean, String beanName) boolean
postProcessAfterInstantiation
(Object bean, String beanName) postProcessBeforeInitialization
(Object bean, String beanName) postProcessBeforeInstantiation
(Class<?> beanClass, String beanName) org.springframework.beans.PropertyValues
postProcessPropertyValues
(org.springframework.beans.PropertyValues propertyValues, PropertyDescriptor[] propertyDescriptors, Object bean, String beanName) Class<?>
predictBeanType
(Class<?> beanClass, String beanName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
postProcessProperties
-
Constructor Details
-
BaseServiceBeanAutoProxyCreator
-
-
Method Details
-
determineCandidateConstructors
- Specified by:
determineCandidateConstructors
in interfaceorg.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
getEarlyBeanReference
- Specified by:
getEarlyBeanReference
in interfaceorg.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
postProcessAfterInitialization
- Specified by:
postProcessAfterInitialization
in interfaceorg.springframework.beans.factory.config.BeanPostProcessor
-
postProcessAfterInstantiation
- Specified by:
postProcessAfterInstantiation
in interfaceorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
postProcessBeforeInitialization
- Specified by:
postProcessBeforeInitialization
in interfaceorg.springframework.beans.factory.config.BeanPostProcessor
-
postProcessBeforeInstantiation
- Specified by:
postProcessBeforeInstantiation
in interfaceorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
postProcessPropertyValues
public org.springframework.beans.PropertyValues postProcessPropertyValues(org.springframework.beans.PropertyValues propertyValues, PropertyDescriptor[] propertyDescriptors, Object bean, String beanName) - Specified by:
postProcessPropertyValues
in interfaceorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
predictBeanType
- Specified by:
predictBeanType
in interfaceorg.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
createAopInvocationHandler
-