org.apache.beehive.netui.pageflow.interceptor
Class InterceptorChain

Object
  extended by InterceptorChain

public abstract class InterceptorChain
extends Object


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

InterceptorChain

protected InterceptorChain(InterceptorContext context,
                           List<Interceptor> interceptors)
Method Detail

continueChain

public void continueChain()
                   throws InterceptorException
Throws:
InterceptorException

invoke

protected abstract void invoke(Interceptor interceptor)
                        throws InterceptorException
Throws:
InterceptorException

getContext

public InterceptorContext getContext()