Spring Security Framework

org.springframework.security.intercept.method.aspectj
Interface AspectJCallback


public interface AspectJCallback

Called by the AspectJSecurityInterceptor when it wishes for the AspectJ processing to continue. Typically implemented in the around() advice as a simple return proceed(); statement.

Version:
$Id$
Author:
Ben Alex

Method Summary
 Object proceedWithObject()
           
 

Method Detail

proceedWithObject

Object proceedWithObject()

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.