-
- Enclosing class:
- Messages
public static interface Messages.Resolver
The message resolver allows the developers to change the way how messages are resolved.- Author:
- Bauke Scholtz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage(String message, Object... params)
Returns the resolved message based on the given message and parameters.
-
-
-
Method Detail
-
getMessage
String getMessage(String message, Object... params)
Returns the resolved message based on the given message and parameters.- Parameters:
message
- The message which can be treated as for example a resource bundle key.params
- The message format parameters, if any.- Returns:
- The resolved message.
-
-