public class MessageSourceImpl extends java.lang.Object implements MessageSource
| Constructor and Description |
|---|
MessageSourceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage(java.lang.String key,
java.util.Locale locale,
java.lang.Object... arguments)
Get a Message.
|
public java.lang.String getMessage(java.lang.String key,
java.util.Locale locale,
java.lang.Object... arguments)
getMessage in interface MessageSourcekey - the keylocale - the localearguments - the argument for the message.Copyright © 2017 PPI AG. All rights reserved.