Uses of Class
jp.ecuacion.splib.web.exceptionhandler.SplibExceptionHandler.ValidationErrorInfoBean
Packages that use SplibExceptionHandler.ValidationErrorInfoBean
-
Uses of SplibExceptionHandler.ValidationErrorInfoBean in jp.ecuacion.splib.web.form
Methods in jp.ecuacion.splib.web.form that return types with arguments of type SplibExceptionHandler.ValidationErrorInfoBeanModifier and TypeMethodDescriptionSplibGeneralForm.validateNotEmpty(String loginState, SplibSecurityUtil.RolesAndAuthoritiesBean bean) NotEmptyエラーの有無・件数だけを知りたい場合で、localeを取得するのが面倒な際はこちらを使用。SplibGeneralForm.validateNotEmpty(Locale locale, String loginState, SplibSecurityUtil.RolesAndAuthoritiesBean bean) NotEmptyエラーのメッセージを取得したい場合はこちらを使用。