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

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

public class LengthStrategy
extends org.apache.myfaces.extensions.validator.core.validation.strategy.AbstractValidationStrategy

Since:
1.x.1
Author:
Gerhard Petracek

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.validation.strategy.AbstractValidationStrategy
logger
 
Constructor Summary
LengthStrategy()
           
 
Method Summary
protected  void processValidation(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.apache.myfaces.extensions.validator.core.metadata.MetaDataEntry metaDataEntry, java.lang.Object convertedObject)
           
 
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

LengthStrategy

public LengthStrategy()
Method Detail

processValidation

protected void processValidation(javax.faces.context.FacesContext facesContext,
                                 javax.faces.component.UIComponent uiComponent,
                                 org.apache.myfaces.extensions.validator.core.metadata.MetaDataEntry metaDataEntry,
                                 java.lang.Object convertedObject)
                          throws javax.faces.validator.ValidatorException
Specified by:
processValidation in class org.apache.myfaces.extensions.validator.core.validation.strategy.AbstractValidationStrategy
Throws:
javax.faces.validator.ValidatorException


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