|
||||||||||
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()
|
void |
setFieldName(String fieldName)
Sets the field name to validate with this FieldValidator |
Methods inherited from interface com.opensymphony.xwork.validator.Validator |
---|
getDefaultMessage, getMessage, getMessageKey, getMessageParameters, getValidatorContext, getValidatorType, setDefaultMessage, setMessageKey, setMessageParameters, setValidatorContext, setValidatorType, validate |
Method Detail |
---|
void setFieldName(String fieldName)
fieldName
- String getFieldName()
|
WebWork Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |