|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldValidator
The FieldValidator interface defines the methods to be implemented by FieldValidators. Which are used by the XWork validation framework to validate Action properties before executing the Action.
Method Summary | |
---|---|
String |
getFieldName()
Gets the field name to be validated |
void |
setFieldName(String fieldName)
Sets the field name to validate with this FieldValidator |
Methods inherited from interface com.opensymphony.xwork2.validator.Validator |
---|
getDefaultMessage, getMessage, getMessageKey, getValidatorContext, getValidatorType, setDefaultMessage, setMessageKey, setValidatorContext, setValidatorType, setValueStack, validate |
Method Detail |
---|
void setFieldName(String fieldName)
fieldName
- the field nameString getFieldName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |