public interface MessageHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
LANGUAGE |
static String |
LOCALE |
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale() |
Message |
getMessage(String code) |
Message |
getMessage(String code,
boolean checkArgs,
Collection<String> args) |
Message |
getMessage(String code,
Collection<String> args) |
String |
getText(String code) |
String |
getText(String code,
boolean checkArgs,
Collection<String> args) |
String |
getText(String code,
Collection<String> args) |
Locale getLocale()
String getText(String code, boolean checkArgs, Collection<String> args)
String getText(String code, Collection<String> args)
Message getMessage(String code, boolean checkArgs, Collection<String> args)
Message getMessage(String code, Collection<String> args)
Copyright © 2023. All rights reserved.