org.apache.myfaces.extensions.validator.baseval.strategy
Class DoubleRangeStrategy

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.validation.strategy.AbstractValidationStrategy
      extended by org.apache.myfaces.extensions.validator.baseval.strategy.DoubleRangeStrategy
All Implemented Interfaces:
ValidationStrategy

@SkipValidationSupport
public class DoubleRangeStrategy
extends AbstractValidationStrategy

Since:
1.x.1

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.validation.strategy.AbstractValidationStrategy
logger
 
Constructor Summary
DoubleRangeStrategy()
           
 
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 org.apache.myfaces.extensions.validator.core.validation.strategy.AbstractValidationStrategy
initValidation, processAfterValidatorException, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleRangeStrategy

public DoubleRangeStrategy()
Method Detail

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 Context
uiComponent - 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-2014 The Apache Software Foundation. All Rights Reserved.