Liferay 6.2-ce-ga5

com.liferay.util.aspectj
Class AspectJUtil

java.lang.Object
  extended by com.liferay.util.aspectj.AspectJUtil

public class AspectJUtil
extends Object


Constructor Summary
AspectJUtil()
           
 
Method Summary
static Method getMethod(org.aspectj.lang.reflect.MethodSignature methodSignature)
           
static Method getMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectJUtil

public AspectJUtil()
Method Detail

getMethod

public static Method getMethod(org.aspectj.lang.reflect.MethodSignature methodSignature)
                        throws NoSuchMethodException
Throws:
NoSuchMethodException

getMethod

public static Method getMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
                        throws NoSuchMethodException
Throws:
NoSuchMethodException

Liferay 6.2-ce-ga5