|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.aop.AbstractAspect
net.sf.jzeno.aop.SecurityAspect
public class SecurityAspect
This aspect takes care of checking security on the business facades.
Field Summary |
---|
Fields inherited from class net.sf.jzeno.aop.AbstractAspect |
---|
afterException, beforeException, his, nextAspect, primaryException |
Constructor Summary | |
---|---|
SecurityAspect(Aspect nextAspect)
|
Method Summary | |
---|---|
void |
preProcess(java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
Methods inherited from class net.sf.jzeno.aop.AbstractAspect |
---|
getNextAspect, invoke, postProcess, process, setNextAspect |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityAspect(Aspect nextAspect)
nextAspect
- target
- Method Detail |
---|
public void preProcess(java.lang.reflect.Method method, java.lang.Object[] arguments) throws java.lang.Exception
preProcess
in class AbstractAspect
java.lang.Exception
AbstractAspect.preProcess(Method, Object[])
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |