com.opensymphony.xwork.validator.validators
Class RequiredFieldValidator
java.lang.Object
com.opensymphony.xwork.validator.validators.ValidatorSupport
com.opensymphony.xwork.validator.validators.FieldValidatorSupport
com.opensymphony.xwork.validator.validators.RequiredFieldValidator
- All Implemented Interfaces:
- FieldValidator, ShortCircuitableValidator, Validator
- public class RequiredFieldValidator
- extends FieldValidatorSupport
RequiredFieldValidator
- Version:
- $Revision: 1.2 $
- Author:
- $Author: jcarreira $
Method Summary |
void |
validate(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.xwork.validator.validators.ValidatorSupport |
addActionError, addFieldError, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getValidatorContext, isShortCircuit, setDefaultMessage, setMessageKey, setShortCircuit, setValidatorContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequiredFieldValidator
public RequiredFieldValidator()
validate
public void validate(Object object)
throws ValidationException
- Description copied from interface:
Validator
- The validation implementation must guarantee that setValidatorContext will
be called with a non-null ValidatorContext before validate is called.
- Parameters:
object
-
- Throws:
ValidationException