public class AdvisedSupportAdapter
extends java.lang.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 |
|---|---|
java.lang.Class<?>[] |
getProxiedInterfaces() |
java.lang.Object |
getTarget() |
void |
setTarget(java.lang.Object target) |
void |
setTarget(java.lang.Object target,
java.lang.Class<?> targetClass)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
public AdvisedSupportAdapter(org.springframework.aop.framework.AdvisedSupport advisedSupport)
public java.lang.Class<?>[] getProxiedInterfaces()
getProxiedInterfaces in interface com.liferay.portal.kernel.spring.aop.AdvisedSupportpublic java.lang.Object getTarget()
getTarget in interface com.liferay.portal.kernel.spring.aop.AdvisedSupportpublic void setTarget(java.lang.Object target)
setTarget in interface com.liferay.portal.kernel.spring.aop.AdvisedSupport@Deprecated
public void setTarget(java.lang.Object target,
java.lang.Class<?> targetClass)
setTarget in interface com.liferay.portal.kernel.spring.aop.AdvisedSupport