com.liferay.util.aspectj
Class AspectJUtil

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

public class AspectJUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
AspectJUtil()
           
 
Method Summary
static java.lang.reflect.Method getMethod(org.aspectj.lang.reflect.MethodSignature methodSignature)
           
static java.lang.reflect.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 java.lang.reflect.Method getMethod(org.aspectj.lang.reflect.MethodSignature methodSignature)
                                          throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

getMethod

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