org.springframework.context
public interface: MessageSourceResolvable [javadoc |
source]
All Known Implementing Classes:
ObjectError, DefaultMessageSourceResolvable, FieldError
Interface for objects that are suitable for message resolution in a
MessageSource .
Spring's own validation error classes implement this interface.
| Method from org.springframework.context.MessageSourceResolvable Detail: |
public Object[] getArguments()
Return the array of arguments to be used to resolve this message. |
public String[] getCodes()
Return the codes to be used to resolve this message, in the order that
they should get tried. The last code will therefore be the default one. |
public String getDefaultMessage()
Return the default message to be used to resolve this message. |