org.omnifaces.util
Interface Messages.Resolver

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
 java.lang.String getMessage(java.lang.String message, java.lang.Object... params)
          Returns the resolved message based on the given message and parameters.
 

Method Detail

getMessage

java.lang.String getMessage(java.lang.String message,
                            java.lang.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.