|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.web.struts.ValidationErrorsConvertor
Converts ivata masks validation errors to struts action errors. This class
has been split off from ValidationErrors, which was
originally a part of ivata op and ivata team portal .
ValidationError,
ActionErrors| Method Summary | |
static org.apache.struts.action.ActionErrors |
toActionErrors(com.ivata.mask.validation.ValidationErrors validationErrors,
java.util.Locale locale)
Convert the errors to instances of ActionError for use in
a Struts project. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static org.apache.struts.action.ActionErrors toActionErrors(com.ivata.mask.validation.ValidationErrors validationErrors,
java.util.Locale locale)
throws com.ivata.mask.util.SystemException
Convert the errors to instances of ActionError for use in
a Struts project.
validationErrors - contains error references which should be
converted to plain text errors.
ActionErrors
collection containing ActionError instances whose
contents mirror that of the ValidationError
instances this instance contains.
com.ivata.mask.util.SystemException - if the message resources are undefined.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||