nl.openedge.baritus.interceptors
Interface AfterPopulationInterceptor

All Superinterfaces:
Interceptor

public interface AfterPopulationInterceptor
extends Interceptor

Registered instances will have their command method executed before the normal action execution took place, but after the form bean was populated.

Author:
Eelco Hillenius

Method Summary
 void doAfterPopulation(org.infohazard.maverick.flow.ControllerContext cctx, FormBeanContext formBeanContext)
          Executed before the normal action execution takes place, but after the form bean was populated.
 

Method Detail

doAfterPopulation

public void doAfterPopulation(org.infohazard.maverick.flow.ControllerContext cctx,
                              FormBeanContext formBeanContext)
                       throws javax.servlet.ServletException,
                              DispatchNowFlowException,
                              ReturnNowFlowException
Executed before the normal action execution takes place, but after the form bean was populated.

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.