|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectInterceptorChain
public abstract class InterceptorChain
Constructor Summary | |
---|---|
protected |
InterceptorChain(InterceptorContext context,
List<Interceptor> interceptors)
|
Method Summary | |
---|---|
void |
continueChain()
|
InterceptorContext |
getContext()
|
protected abstract void |
invoke(Interceptor interceptor)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected InterceptorChain(InterceptorContext context, List<Interceptor> interceptors)
Method Detail |
---|
public void continueChain() throws InterceptorException
InterceptorException
protected abstract void invoke(Interceptor interceptor) throws InterceptorException
InterceptorException
public InterceptorContext getContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |