nl.openedge.baritus.validation
Interface ValidationActivationRule
- All Known Implementing Classes: 
- NestedValidationActivationRule
- public interface ValidationActivationRule
interface that can be used to switch whether validation with
 custom fieldValidators should be performed in the current request.
- Author:
- Eelco Hillenius
| Method Summary | 
|  boolean | allowValidation(org.infohazard.maverick.flow.ControllerContext cctx,
                FormBeanContext formBeanContext)returns whether validation with custom fieldValidators should be 
 performed in this currentRequest.
 | 
 
allowValidation
public boolean allowValidation(org.infohazard.maverick.flow.ControllerContext cctx,
                               FormBeanContext formBeanContext)
- returns whether validation with custom fieldValidators should be 
 performed in this currentRequest.
 
- 
- Parameters:
- cctx- maverick context
- formBeanContext- context with form for this currentRequest
- Returns:
- whether validation with custom fieldValidators should be 
 	performed in this currentRequest.
 
Copyright © 2003-2004 Open Edge. All Rights Reserved.