Package | Description |
---|---|
org.dejava.component.i18n.message.handler | |
org.dejava.component.i18n.message.handler.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationMessageHandler
Helps handling internationalization messages in a application environment.
|
Modifier and Type | Method and Description |
---|---|
String |
MessageCommand.getMessage(MessageHandler messageHandler)
Gets a message by evaluating the given information.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMessageHandler
Default i18n message handler.
|
Modifier and Type | Method and Description |
---|---|
static MessageHandler |
SimpleMessageHandler.getDefaultMessageHandler()
Gets the message handler for the current environment with default locale.
|
static MessageHandler |
SimpleMessageHandler.getMessageHandler(Locale locale)
Gets the message handler for the current environment.
|
static MessageHandler |
SimpleMessageHandler.getMessageHandler(Locale locale,
Boolean throwsException)
Gets the message handler for the current environment.
|
Modifier and Type | Method and Description |
---|---|
String |
SimpleMessageCommand.getMessage(MessageHandler messageHandler) |
Copyright © 2013. All Rights Reserved.