org.apache.myfaces.extensions.validator.baseval.strategy
Class DoubleRangeStrategy
java.lang.Object
org.apache.myfaces.extensions.validator.core.validation.strategy.AbstractValidationStrategy
org.apache.myfaces.extensions.validator.baseval.strategy.DoubleRangeStrategy
- All Implemented Interfaces:
- ValidationStrategy
@SkipValidationSupport
public class DoubleRangeStrategy
- extends AbstractValidationStrategy
- Since:
- 1.x.1
|
Method Summary |
protected void |
processValidation(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
MetaDataEntry metaDataEntry,
Object convertedObject)
Validates the given value based on the given meta-data entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleRangeStrategy
public DoubleRangeStrategy()
processValidation
protected void processValidation(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
MetaDataEntry metaDataEntry,
Object convertedObject)
throws javax.faces.validator.ValidatorException
- Description copied from class:
AbstractValidationStrategy
- Validates the given value based on the given meta-data entry.
The method throws a
ValidatorException if a violation is detected
- Specified by:
processValidation in class AbstractValidationStrategy
- Parameters:
facesContext - The JSF ContextuiComponent - The JSF component that contained the value entered by the user.metaDataEntry - The data holder which stores the meta-data and some information where the meta-data was
around.convertedObject - Converted object of the user entered value.
- Throws:
javax.faces.validator.ValidatorException - When violation of the validation rules occurs.
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.