com.opensymphony.xwork.validator.validators
Class ExpressionValidator
java.lang.Object
com.opensymphony.xwork.validator.validators.ValidatorSupport
com.opensymphony.xwork.validator.validators.ExpressionValidator
- All Implemented Interfaces:
- ShortCircuitableValidator, Validator
- public class ExpressionValidator
- extends ValidatorSupport
ExpressionValidator
- Author:
- Jason Carreira
Created Feb 15, 2003 9:59:04 PM
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 |
ExpressionValidator
public ExpressionValidator()
setExpression
public void setExpression(String expression)
getExpression
public String getExpression()
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