Package com.liferay.portal.spring.aop
Class AopMethodInvocationImpl
Object
com.liferay.portal.spring.aop.AopMethodInvocationImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.aop.AopMethodInvocation
public class AopMethodInvocationImpl
extends Object
implements com.liferay.portal.kernel.aop.AopMethodInvocation
- Author:
- Shuyang Zhou
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AopMethodInvocationImpl
(Object target, Method method, Object adviceMethodContext, com.liferay.portal.kernel.aop.ChainableMethodAdvice nextChainableMethodAdvice, com.liferay.portal.kernel.aop.AopMethodInvocation nextAopMethodInvocation) -
Method Summary
-
Constructor Details
-
AopMethodInvocationImpl
-
-
Method Details
-
getAdviceMethodContext
public <T> T getAdviceMethodContext()- Specified by:
getAdviceMethodContext
in interfacecom.liferay.portal.kernel.aop.AopMethodInvocation
-
getMethod
- Specified by:
getMethod
in interfacecom.liferay.portal.kernel.aop.AopMethodInvocation
-
getThis
- Specified by:
getThis
in interfacecom.liferay.portal.kernel.aop.AopMethodInvocation
-
proceed
- Specified by:
proceed
in interfacecom.liferay.portal.kernel.aop.AopMethodInvocation
- Throws:
Throwable
-
toString
-