|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectInterceptorChain
public abstract class InterceptorChain
Base class for all chains of Interceptor
s.
Constructor Summary | |
---|---|
protected |
InterceptorChain(InterceptorContext context,
List interceptors)
|
Method Summary | |
---|---|
Object |
continueChain()
|
InterceptorContext |
getContext()
|
protected abstract Object |
invoke(Interceptor interceptor)
|
boolean |
isEmpty()
|
protected Interceptor |
removeFirst()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected InterceptorChain(InterceptorContext context, List interceptors)
Method Detail |
---|
public Object continueChain() throws InterceptorException
InterceptorException
protected abstract Object invoke(Interceptor interceptor) throws InterceptorException
InterceptorException
public InterceptorContext getContext()
public boolean isEmpty()
protected Interceptor removeFirst()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |