public class DictManagerImpl extends Object implements DictManager
DICT_MANAGER_BEAN_NAME, XSTEAM_PACKAGE_NAME| 构造器和说明 |
|---|
DictManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
设置缓冲
|
public void load(DictLoader dictLoader)
DictManagerload 在接口中 DictManagerpublic void load()
DictManagerload 在接口中 DictManagerpublic Dict getDict(String dictTypeName, Context context)
DictManagergetDict 在接口中 DictManagerpublic void setCache(Cache cache)
DictManagersetCache 在接口中 DictManagerpublic Cache getCache()
DictManagergetCache 在接口中 DictManagerpublic void clear()
DictManagerclear 在接口中 DictManagerpublic void clear(DictLoader dictLoader)
DictManagerclear 在接口中 DictManagerpublic void addDictLoader(DictLoader dictLoader)
DictManageraddDictLoader 在接口中 DictManagerCopyright © 2006-2013 开源组织. All Rights Reserved.