public class SkipableRequiredStringFieldValidator extends NuitonFieldValidatorSupport
skip| Constructor and Description |
|---|
SkipableRequiredStringFieldValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
validateWhenNotSkip(Object object)
Method to be invoked when skip parameter was not evaludated to
true. |
evaluateSkipParameter, getFieldValue, setSkip, validategetFieldName, getValidatorType, setFieldName, setValidatorTypeaddActionError, addFieldError, conditionalParse, getDefaultMessage, getMessage, getMessageKey, getMessageParameters, getParse, getValidatorContext, isShortCircuit, setDefaultMessage, setMessageKey, setMessageParameters, setParse, setShortCircuit, setValidatorContext, setValueStackpublic SkipableRequiredStringFieldValidator()
protected void validateWhenNotSkip(Object object) throws com.opensymphony.xwork2.validator.ValidationException
NuitonFieldValidatorSupporttrue.validateWhenNotSkip in class NuitonFieldValidatorSupportobject - the object to be validated.com.opensymphony.xwork2.validator.ValidationException - is thrown if there is validation error(s).Copyright © 2011-2013 CodeLutin. All Rights Reserved.