public final class MessageFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected static ResourceBundle |
bundle |
Constructor and Description |
---|
MessageFactory() |
Modifier and Type | Method and Description |
---|---|
static String |
get(String key) |
static String |
get(String key,
Object obj0) |
static String |
get(String key,
Object obj0,
Object obj1) |
static String |
get(String key,
Object obj0,
Object obj1,
Object obj2) |
static String |
get(String key,
Object obj0,
Object obj1,
Object obj2,
Object obj3) |
static String |
get(String key,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4) |
static String |
getArray(String key,
Object[] objA) |
Copyright © 2006–2018 TinyGroup. All rights reserved.