| org.springframework.validation.MessageCodesResolver
resolveMessageCodes | String[] resolveMessageCodes(String errorCode, String objectName)(Code) | | Build message codes for the given error code and object name.
Used for building the codes list of an ObjectError.
Parameters: errorCode - the error code used for rejecting the object Parameters: objectName - the name of the object the message codes to use |
resolveMessageCodes | String[] resolveMessageCodes(String errorCode, String objectName, String field, Class fieldType)(Code) | | Build message codes for the given error code and field specification.
Used for building the codes list of an FieldError.
Parameters: errorCode - the error code used for rejecting the value Parameters: objectName - the name of the object Parameters: field - the field name Parameters: fieldType - the field type (may be null if not determinable) the message codes to use |
|
|