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 AopInvocationHandlerConstructor<?>[]determineCandidateConstructors(Class<?> beanClass, String beanName) getEarlyBeanReference(Object bean, String beanName) postProcessAfterInitialization(Object bean, String beanName) booleanpostProcessAfterInstantiation(Object bean, String beanName) postProcessBeforeInitialization(Object bean, String beanName) postProcessBeforeInstantiation(Class<?> beanClass, String beanName) org.springframework.beans.PropertyValuespostProcessPropertyValues(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, waitMethods inherited from interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
postProcessProperties
-
Constructor Details
-
BaseServiceBeanAutoProxyCreator
-
-
Method Details
-
determineCandidateConstructors
- Specified by:
determineCandidateConstructorsin interfaceorg.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
getEarlyBeanReference
- Specified by:
getEarlyBeanReferencein interfaceorg.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
postProcessAfterInitialization
- Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor
-
postProcessAfterInstantiation
- Specified by:
postProcessAfterInstantiationin interfaceorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
postProcessBeforeInitialization
- Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor
-
postProcessBeforeInstantiation
- Specified by:
postProcessBeforeInstantiationin 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:
postProcessPropertyValuesin interfaceorg.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
predictBeanType
- Specified by:
predictBeanTypein interfaceorg.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
createAopInvocationHandler
-