public class AdvisedSupportAdapter
extends Object
implements com.liferay.portal.kernel.spring.aop.AdvisedSupport
| Constructor and Description |
|---|
AdvisedSupportAdapter(org.springframework.aop.framework.AdvisedSupport advisedSupport) |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getProxiedInterfaces() |
Object |
getTarget() |
void |
setTarget(Object target) |
void |
setTarget(Object target,
Class<?> targetClass) |
public AdvisedSupportAdapter(org.springframework.aop.framework.AdvisedSupport advisedSupport)
public Class<?>[] getProxiedInterfaces()
getProxiedInterfaces in interface com.liferay.portal.kernel.spring.aop.AdvisedSupportpublic Object getTarget()
throws Exception
getTarget in interface com.liferay.portal.kernel.spring.aop.AdvisedSupportExceptionpublic void setTarget(Object target)
setTarget in interface com.liferay.portal.kernel.spring.aop.AdvisedSupportpublic void setTarget(Object target,
Class<?> targetClass)
setTarget in interface com.liferay.portal.kernel.spring.aop.AdvisedSupport