Package cn.mapway.ui.server.mvc
Class Temp
java.lang.Object
cn.mapway.ui.server.mvc.Temp
- All Implemented Interfaces:
ModuleFactory
Temp
- Author:
- zhang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateModule(String moduleCode, boolean single) 根据代码实例化模块.findModuleInfo(String moduleCode) 根据模块代码找到模块信息findModuleInfoByHash(String hash) 根据模块哈希找到模块信息获取系统中的所有可用模块.返回根模块列表registerComponent(ModuleInfo moduleInfo) 注册一个Java组件
-
Constructor Details
-
Temp
public Temp()
-
-
Method Details
-
createModule
Description copied from interface:ModuleFactory根据代码实例化模块.- Specified by:
createModulein interfaceModuleFactory- Parameters:
moduleCode- the module codesingle- the single- Returns:
- the i frame module
-
getModules
Description copied from interface:ModuleFactory获取系统中的所有可用模块.- Specified by:
getModulesin interfaceModuleFactory- Returns:
- the modules
-
getRootModules
Description copied from interface:ModuleFactory返回根模块列表- Specified by:
getRootModulesin interfaceModuleFactory- Returns:
-
findModuleInfo
Description copied from interface:ModuleFactory根据模块代码找到模块信息- Specified by:
findModuleInfoin interfaceModuleFactory- Parameters:
moduleCode- the module code- Returns:
- module info
-
findModuleInfoByHash
Description copied from interface:ModuleFactory根据模块哈希找到模块信息- Specified by:
findModuleInfoByHashin interfaceModuleFactory- Parameters:
hash- the hash- Returns:
- module info
-
registerComponent
Description copied from interface:ModuleFactory注册一个Java组件- Specified by:
registerComponentin interfaceModuleFactory- Returns:
-