nl.openedge.baritus.interceptors
Interface BeforeMakeFormBeanInterceptor

All Superinterfaces:
Interceptor

public interface BeforeMakeFormBeanInterceptor
extends Interceptor

Registered instances will have their command method executed before the method makeFormBean is called.

Author:
Eelco Hillenius

Method Summary
 void doBeforeMakeFormBean(org.infohazard.maverick.flow.ControllerContext cctx, FormBeanContext formBeanContext)
          Executed before the method makeFormBean is called.
 

Method Detail

doBeforeMakeFormBean

public void doBeforeMakeFormBean(org.infohazard.maverick.flow.ControllerContext cctx,
                                 FormBeanContext formBeanContext)
                          throws javax.servlet.ServletException,
                                 DispatchNowFlowException,
                                 ReturnNowFlowException
Executed before the method makeFormBean is called.

Parameters:
cctx - maverick context
formBeanContext - the context with the not-yet populated formBean
Throws:
javax.servlet.ServletException
RedirectingException - when an interceptor wants to redirect
DirectReturnFlowException - when an interceptor wants to return directly
DispatchNowFlowException
ReturnNowFlowException


Copyright © 2003-2004 Open Edge. All Rights Reserved.