Package | Description |
---|---|
org.dejava.component.i18n.message.handler | |
org.dejava.component.i18n.message.handler.impl |
Modifier and Type | Method and Description |
---|---|
void |
MessageCommand.addMessage(ApplicationMessageHandler appMessageHandler)
Adds a message to the application context by evaluating the given information.
|
String |
ApplicationMessageHandler.addMessage(Object type,
Locale locale,
String key,
Object[] parametersValues)
Adds a message with the given key and parameters values of the defined type to the application.
|
String |
MessageCommand.getMessage(MessageHandler messageHandler)
Gets a message by evaluating the given information.
|
String |
MessageHandler.getMessage(Object type,
Locale locale,
String key,
Object[] parametersValues)
Gets a message with the given key and parameters values of the defined type.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleMessageCommand.addMessage(ApplicationMessageHandler appMessageHandler) |
String |
SimpleMessageHandler.getMessage(Class<?> type,
Locale locale,
String key,
Object[] parametersValues)
Gets a localized message with the given key and parameters values of the defined type.
|
String |
SimpleMessageCommand.getMessage(MessageHandler messageHandler) |
String |
SimpleMessageHandler.getMessage(Object type,
Locale locale,
String key,
Object[] parametersValues) |
Copyright © 2013. All Rights Reserved.