public class FrenchFinessFieldValidator extends NuitonFieldValidatorSupport
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FINESS_REGEXP |
protected static Pattern |
p |
skip| Constructor and Description |
|---|
FrenchFinessFieldValidator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValidatorType() |
protected void |
validateWhenNotSkip(Object object)
Method to be invoked when skip parameter was not evaludated to
true. |
evaluateSkipParameter, getFieldValue, setSkip, validategetCurrentValue, getFieldName, setFieldName, setValidatorTypeaddActionError, addFieldError, getDefaultMessage, getMessage, getMessageKey, getMessageParameters, getValidatorContext, isShortCircuit, parse, setDefaultMessage, setMessageKey, setMessageParameters, setShortCircuit, setTextProviderFactory, setValidatorContext, setValueStackprotected static final String FINESS_REGEXP
protected static final Pattern p
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).public String getValidatorType()
getValidatorType in interface com.opensymphony.xwork2.validator.ValidatorgetValidatorType in class com.opensymphony.xwork2.validator.validators.FieldValidatorSupportCopyright © 2013–2017 CodeLutin. All rights reserved.