Package com.liferay.portal.service
Class ServiceContextAdvice
Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.service.ServiceContextAdvice
public class ServiceContextAdvice
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
- Author:
- Preston Crary
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
nullResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMethodContext
(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) Methods inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
afterReturning, afterThrowing, before, duringFinally
-
Constructor Details
-
ServiceContextAdvice
public ServiceContextAdvice()
-
-
Method Details
-
createMethodContext
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) - Specified by:
createMethodContext
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
invoke
public Object invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable - Overrides:
invoke
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
- Throws:
Throwable
-