public class AopProxyFactoryImpl
extends Object
implements com.liferay.portal.kernel.spring.aop.AopProxyFactory, org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
AopProxyFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.portal.kernel.spring.aop.AopProxy |
getAopProxy(com.liferay.portal.kernel.spring.aop.AdvisedSupport advisedSupport) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setMethodInterceptor(org.aopalliance.intercept.MethodInterceptor methodInterceptor) |
public void afterPropertiesSet()
public void destroy()
public com.liferay.portal.kernel.spring.aop.AopProxy getAopProxy(com.liferay.portal.kernel.spring.aop.AdvisedSupport advisedSupport)
getAopProxy in interface com.liferay.portal.kernel.spring.aop.AopProxyFactorypublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setMethodInterceptor(org.aopalliance.intercept.MethodInterceptor methodInterceptor)