| org.strecks.message.MessageResourcesHelper
All known Subclasses: org.strecks.message.MessageResourcesHelperImpl,
MessageResourcesHelper | public interface MessageResourcesHelper (Code) | | Represents helper-functionality which eases the programmatic use of MessageResources .
In particular, includes a varargs based getMessage implementation, allowing getMessage(key, arg1,
arg2, ..., argN) where N is an arbitrary number
author: Phil Zoio |
getLocale | public Locale getLocale()(Code) | | Returns the wrapped locale
|
getMessage | public String getMessage(String key)(Code) | | Returns a message formatted without any parameters
|
getMessage | public String getMessage(String key, Object... params)(Code) | | Returns a message formatted with an arbitrary number of parameters
|
getMessageResources | public MessageResources getMessageResources()(Code) | | Returns the wrapped message resources
|
|
|