Uses of Interface
com.liferay.portal.kernel.aop.AopMethodInvocation
Packages that use AopMethodInvocation
-
Uses of AopMethodInvocation in com.liferay.portal.kernel.aop
Methods in com.liferay.portal.kernel.aop with parameters of type AopMethodInvocationModifier and TypeMethodDescriptionprotected void
ChainableMethodAdvice.afterReturning
(AopMethodInvocation aopMethodInvocation, Object[] arguments, Object result) protected void
ChainableMethodAdvice.afterThrowing
(AopMethodInvocation aopMethodInvocation, Object[] arguments, Throwable throwable) protected Object
ChainableMethodAdvice.before
(AopMethodInvocation aopMethodInvocation, Object[] arguments) protected void
ChainableMethodAdvice.duringFinally
(AopMethodInvocation aopMethodInvocation, Object[] arguments) ChainableMethodAdvice.invoke
(AopMethodInvocation aopMethodInvocation, Object[] arguments)