org.jasig.cas.util
Class AopUtils
java.lang.Object
org.jasig.cas.util.AopUtils
public final class AopUtils
- extends Object
Utility class to assist with AOP operations.
- Since:
- 3.4
- Version:
- $Revision$ $Date$
- Author:
- Marvin S. Addison
|
Method Summary |
static org.aspectj.lang.JoinPoint |
unWrapJoinPoint(org.aspectj.lang.JoinPoint point)
Unwraps a join point that may be nested due to layered proxies. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AopUtils
public AopUtils()
unWrapJoinPoint
public static org.aspectj.lang.JoinPoint unWrapJoinPoint(org.aspectj.lang.JoinPoint point)
- Unwraps a join point that may be nested due to layered proxies.
- Parameters:
point - Join point to unwrap.
- Returns:
- Innermost join point; if not nested, simply returns the argument.
Copyright © 2004-2013 Jasig. All Rights Reserved.