nl.openedge.baritus.interceptors
Interface BeforePopulationInterceptor
- All Superinterfaces:
- Interceptor
- public interface BeforePopulationInterceptor
- extends Interceptor
Registered instances will have their command method executed before
population and validation is done.
- Author:
- Eelco Hillenius
Method Summary |
void |
doBeforePopulation(org.infohazard.maverick.flow.ControllerContext cctx,
FormBeanContext formBeanContext)
Registered instances will have their command method executed before
population and validation is done. |
doBeforePopulation
public void doBeforePopulation(org.infohazard.maverick.flow.ControllerContext cctx,
FormBeanContext formBeanContext)
throws javax.servlet.ServletException,
DispatchNowFlowException,
ReturnNowFlowException
- Registered instances will have their command method executed before
population and validation is done.
- Parameters:
cctx
- maverick contextformBeanContext
- 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.