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

Object
  extended by Interceptors

public class Interceptors
extends Object


Constructor Summary
Interceptors()
           
 
Method Summary
static void doPostIntercept(InterceptorContext context, List<Interceptor> interceptors)
           
static void doPreIntercept(InterceptorContext context, List<Interceptor> interceptors)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interceptors

public Interceptors()
Method Detail

doPreIntercept

public static void doPreIntercept(InterceptorContext context,
                                  List<Interceptor> interceptors)
                           throws InterceptorException
Throws:
InterceptorException

doPostIntercept

public static void doPostIntercept(InterceptorContext context,
                                   List<Interceptor> interceptors)
                            throws InterceptorException
Throws:
InterceptorException