public class GeneralModuleModel extends CommonModel
Title: 首亨软件集成化信息平台 - 通用模块Model
*Description: 通用模块通过读取指定的配置文件,获取配置信息,进一步构造出相应的web页面
Company:首亨软件(重庆)有限公司
Author:江兴春
| 构造器和说明 |
|---|
GeneralModuleModel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceAction action)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getTemplate()
获取页面模板
|
void |
processLogic()
处理业务逻辑
|
void |
processParam()
处理参数
|
void |
setAttribute()
在作用通讯域对象中保存所需要的对象
|
destroy, exceptionHandle, getOderby, initgetSpecLogics, processpublic GeneralModuleModel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceAction action)
mapping - ActionMapping对象form - ActionForm对象request - HttpServletRequest对象response - HttpServletResponse对象action - SHForceAction对象public void processParam()
processParam 在类中 SHBaseModelpublic void processLogic()
processLogic 在类中 SHBaseModelpublic void setAttribute()
setAttribute 在类中 SHBaseModelpublic java.lang.String getTemplate()