com.opensymphony.xwork2.validator.validators
Class ConversionErrorFieldValidator

java.lang.Object
  extended by com.opensymphony.xwork2.validator.validators.ValidatorSupport
      extended by com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
          extended by com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
              extended by com.opensymphony.xwork2.validator.validators.ConversionErrorFieldValidator
All Implemented Interfaces:
FieldValidator, ShortCircuitableValidator, Validator

public class ConversionErrorFieldValidator
extends RepopulateConversionErrorFieldValidatorSupport

Field Validator that checks if a conversion error occured for this field.

     <!-- Plain Validator Syntax -->
     <validator type="conversion">
                <param name="fieldName">myField</param>
          <message>Conversion Error Occurred</message>
     </validator>
      
     <!-- Field Validator Syntax -->
     <field name="myField">
        <field-validator type="conversion">
           <message>Conversion Error Occurred</message>
        </field-validator>
     </field>
 

Version:
$Date $Id: ConversionErrorFieldValidator.java 1833 2008-06-21 09:29:39Z rainerh $
Author:
Jason Carreira, tm_jee

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
defaultMessage, log, messageKey
 
Constructor Summary
ConversionErrorFieldValidator()
           
 
Method Summary
 void doValidate(Object object)
          The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.
 
Methods inherited from class com.opensymphony.xwork2.validator.validators.RepopulateConversionErrorFieldValidatorSupport
getRepopulateField, repopulateField, setRepopulateField, validate
 
Methods inherited from class com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
getFieldName, getValidatorType, setFieldName, setValidatorType
 
Methods inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport
addActionError, addFieldError, conditionalParse, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getMessageParameters, getParse, getValidatorContext, isShortCircuit, setDefaultMessage, setMessageKey, setMessageParameters, setParse, setShortCircuit, setValidatorContext, setValueStack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.xwork2.validator.Validator
getDefaultMessage, getMessage, getMessageKey, getMessageParameters, getValidatorContext, setDefaultMessage, setMessageKey, setMessageParameters, setValidatorContext, setValueStack
 

Constructor Detail

ConversionErrorFieldValidator

public ConversionErrorFieldValidator()
Method Detail

doValidate

public void doValidate(Object object)
                throws ValidationException
The validation implementation must guarantee that setValidatorContext will be called with a non-null ValidatorContext before validate is called.

Specified by:
doValidate in class RepopulateConversionErrorFieldValidatorSupport
Parameters:
object -
Throws:
ValidationException


Copyright © 2009 OpenSymphony. All Rights Reserved.