public interface MessageHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
MessageHandler.Attribute |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getList(String... codes) |
Map<String,String> |
getMap(String... codes) |
Message |
getMessage(String code) |
Message |
getMessage(String code,
boolean checkArgs,
String... args) |
Message |
getMessage(String code,
String... args) |
String |
getText(String code) |
String |
getText(String code,
boolean checkArgs,
String... args) |
String |
getText(String code,
String... args) |
Copyright © 2024. All rights reserved.