public interface DictManager
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DICT_MANAGER_BEAN_NAME |
static String |
XSTEAM_PACKAGE_NAME |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDictLoader(DictLoader dictLoader)
添加字典加载器
|
void |
clear()
清空所有字典项
|
void |
clear(DictLoader dictLoader)
清空某一加载器的字符项
|
Cache |
getCache()
获得缓冲对象
|
Dict |
getDict(String dictTypeName,
Context context)
获取字典
|
void |
load()
载入字典项
|
void |
load(DictLoader dictLoader)
利用指定加载器载入字典
|
void |
setCache(Cache cache)
设置缓冲
|
void setCache(Cache cache)
cache - Cache getCache()
void addDictLoader(DictLoader dictLoader)
dictLoader - void load(DictLoader dictLoader)
void clear()
void clear(DictLoader dictLoader)
dictLoader - void load()
Copyright © 2006-2013 开源组织. All Rights Reserved.