Uses of Class
cn.mapway.ui.client.frame.HashParameter
-
Packages that use HashParameter Package Description cn.mapway.ui.client.frame cn.mapway.ui.client.mvc -
-
Uses of HashParameter in cn.mapway.ui.client.frame
Methods in cn.mapway.ui.client.frame that return HashParameter Modifier and Type Method Description static HashParameterModuleDispatcher. parseHashParameter(String excludeFirst, String hash)* 解析HAsh参数 * 324525;238;32432 * 模块ID 模块参数 * 本函数的功能 提取第一个参数到hash中 -
Uses of HashParameter in cn.mapway.ui.client.mvc
Methods in cn.mapway.ui.client.mvc that return HashParameter Modifier and Type Method Description HashParameterBaseAbstractModule. parseHashParameter(String hash)解析HAsh参数 324525;238;32432 模块ID 模块参数 本函数的功能 提取第一个参数到hash中
-