org.apache.beehive.netui.pageflow.interceptor.action.internal
Class ActionInterceptors

Object
  extended by ActionInterceptors

public class ActionInterceptors
extends Object


Nested Class Summary
static interface ActionInterceptors.ActionExecutor
           
 
Constructor Summary
ActionInterceptors()
           
 
Method Summary
static ActionForward wrapAction(ActionInterceptorContext context, List interceptors, ActionInterceptors.ActionExecutor actionExecutor)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInterceptors

public ActionInterceptors()
Method Detail

wrapAction

public static ActionForward wrapAction(ActionInterceptorContext context,
                                       List interceptors,
                                       ActionInterceptors.ActionExecutor actionExecutor)
                                throws InterceptorException,
                                       IOException,
                                       ServletException
Throws:
InterceptorException
IOException
ServletException