Uses of Interface
nl.openedge.baritus.interceptors.Interceptor

Packages that use Interceptor
nl.openedge.baritus The main classes of Baritus.  
nl.openedge.baritus.interceptors Interceptors.  
 

Uses of Interceptor in nl.openedge.baritus
 

Methods in nl.openedge.baritus with parameters of type Interceptor
protected  void FormBeanCtrlBase.addInterceptor(Interceptor interceptor)
          Add an interceptor to the current list of interceptors.
protected  void FormBeanCtrlBase.addInterceptor(int index, Interceptor interceptor)
          Add an interceptor to the current list of interceptors at the specified position.
protected  void FormBeanCtrlBase.removeInterceptor(Interceptor interceptor)
          Remove an interceptor from the current list of interceptors.
 

Uses of Interceptor in nl.openedge.baritus.interceptors
 

Subinterfaces of Interceptor in nl.openedge.baritus.interceptors
 interface AfterPerformInterceptor
          Registered instances will have their command method executed after the normal action execution took place.
 interface AfterPopulationInterceptor
          Registered instances will have their command method executed before the normal action execution took place, but after the form bean was populated.
 interface BeforeMakeFormBeanInterceptor
          Registered instances will have their command method executed before the method makeFormBean is called.
 interface BeforePopulationInterceptor
          Registered instances will have their command method executed before population and validation is done.
 interface PerformExceptionInterceptor
          Registered instances will have their command method executed if an unhandeld exception occured while executing the perform method.
 interface PopulationErrorInterceptor
          Registered instances will have their command method executed if the model failed to populate, or did not pass validation.
 



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