|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidatorContext
The context for validation. This interface extends others to provide methods for reporting errors and messages as well as looking up error messages in a resource bundle using a specific locale.
Method Summary | |
---|---|
String |
getFullFieldName(String fieldName)
Translates a simple field name into a full field name in OGNL syntax. |
Methods inherited from interface com.opensymphony.xwork2.ValidationAware |
---|
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getFieldErrors, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Methods inherited from interface com.opensymphony.xwork2.TextProvider |
---|
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
Methods inherited from interface com.opensymphony.xwork2.LocaleProvider |
---|
getLocale |
Method Detail |
---|
String getFullFieldName(String fieldName)
fieldName
- the field name to lookup.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |