org.jasig.cas.util
Class AopUtils

java.lang.Object
  extended by org.jasig.cas.util.AopUtils

public final class AopUtils
extends java.lang.Object

Utility class to assist with AOP operations.

Since:
3.4
Version:
$Revision: 47877 $ $Date: 2010-02-05 08:16:02 -0500 (Fri, 05 Feb 2010) $
Author:
Marvin S. Addison

Constructor Summary
AopUtils()
           
 
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
 

Constructor Detail

AopUtils

public AopUtils()
Method Detail

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-2010 Java Architectures Special Interest Group. All Rights Reserved.