com.opensymphony.xwork2.validator.validators
Class FieldValidatorSupport
java.lang.Object
com.opensymphony.xwork2.validator.validators.ValidatorSupport
com.opensymphony.xwork2.validator.validators.FieldValidatorSupport
- All Implemented Interfaces:
- FieldValidator, ShortCircuitableValidator, Validator
- Direct Known Subclasses:
- AbstractRangeValidator, DoubleRangeFieldValidator, FieldExpressionValidator, RegexFieldValidator, RepopulateConversionErrorFieldValidatorSupport, RequiredFieldValidator, RequiredStringValidator, StringLengthFieldValidator, URLValidator, VisitorFieldValidator
public abstract class FieldValidatorSupport
- extends ValidatorSupport
- implements FieldValidator
Base class for field validators.
- Author:
- Jason Carreira
Methods inherited from class com.opensymphony.xwork2.validator.validators.ValidatorSupport |
addActionError, addFieldError, conditionalParse, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getParse, getValidatorContext, isShortCircuit, setDefaultMessage, setMessageKey, setParse, setShortCircuit, setValidatorContext, setValueStack |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldName
private String fieldName
type
private String type
FieldValidatorSupport
public FieldValidatorSupport()
setFieldName
public void setFieldName(String fieldName)
- Description copied from interface:
FieldValidator
- Sets the field name to validate with this FieldValidator
- Specified by:
setFieldName
in interface FieldValidator
- Parameters:
fieldName
- the field name
getFieldName
public String getFieldName()
- Description copied from interface:
FieldValidator
- Gets the field name to be validated
- Specified by:
getFieldName
in interface FieldValidator
- Returns:
- the field name
setValidatorType
public void setValidatorType(String type)
- Description copied from interface:
Validator
- Sets the validator type to use (see class javadoc).
- Specified by:
setValidatorType
in interface Validator
- Overrides:
setValidatorType
in class ValidatorSupport
- Parameters:
type
- the type to use.
getValidatorType
public String getValidatorType()
- Description copied from interface:
Validator
- Gets the vaildator type used (see class javadoc).
- Specified by:
getValidatorType
in interface Validator
- Overrides:
getValidatorType
in class ValidatorSupport
- Returns:
- the type used
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.