|
|||||||||
| Home >> All >> org >> acegisecurity >> intercept >> method >> [ aspectj overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.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: AspectJCallback.java,v 1.2 2005/11/17 00:56:48 benalex Exp $
| Method Summary | |
java.lang.Object |
proceedWithObject()
|
| Method Detail |
proceedWithObject
public java.lang.Object proceedWithObject()
|
|||||||||
| Home >> All >> org >> acegisecurity >> intercept >> method >> [ aspectj overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC