org.apache.myfaces.extensions.validator.core.validation
Interface SkipValidationEvaluator

All Known Implementing Classes:
PropertyValidationSkipValidationEvaluator

public interface SkipValidationEvaluator

Evaluator which checks if the validation process should be skipped for the given component.

Since:
x.x.3

Method Summary
 boolean skipValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, ValidationStrategy validationStrategy, MetaDataEntry entry)
          Checks if the validation process should be skipped for the given component.
 

Method Detail

skipValidation

boolean skipValidation(javax.faces.context.FacesContext facesContext,
                       javax.faces.component.UIComponent uiComponent,
                       ValidationStrategy validationStrategy,
                       MetaDataEntry entry)
Checks if the validation process should be skipped for the given component.

Parameters:
facesContext - The JSF Context
uiComponent - The component for which the validation should happen.
validationStrategy - The validation-strategy which is responsible for validating the given entry
entry - the MetaDataEntry in question
Returns:
true if the validation process should be skipped, false otherwise


Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.