public static interface Messages.Resolver
| Modifier and Type | Method and Description | 
|---|---|
| String | getMessage(String message,
          Object... params)Returns the resolved message based on the given message and parameters. | 
String getMessage(String message, Object... params)
message - The message which can be treated as for example a resource bundle key.params - The message format parameters, if any.Copyright © 2012–2020 OmniFaces. All rights reserved.