public class ExtjsDeptSelectCheckBoxAction extends SystemAction
Title: 集成化信息平台 - 选择部门的Action
Description: 首亨软件 - SHForce
Company:首亨软件(重庆)有限公司
Author:江兴春
构造器和说明 |
---|
ExtjsDeptSelectCheckBoxAction() |
限定符和类型 | 方法和说明 |
---|---|
SHForceModel |
control(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceExAction action)
控制函数,函数处理业务流程,得到业务模型
|
org.apache.struts.action.ActionForward |
forward(org.apache.struts.action.ActionMapping arg0,
org.apache.struts.action.ActionForm arg1,
javax.servlet.http.HttpServletRequest arg2,
javax.servlet.http.HttpServletResponse arg3,
java.lang.Object arg4)
处理跳转
|
authentication, errorHandle
getPageInits
canAccessModule, getDataSource, handle, init
execute, getDataSourceName
public SHForceModel control(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SHForceExAction action)
SHForceExAction
control
在类中 SHForceExAction
mapping
- ActionMapping对象form
- ActionForm对象request
- HttpServletRequest对象response
- HttpServletResponse对象action
- SHForceExAction对象public org.apache.struts.action.ActionForward forward(org.apache.struts.action.ActionMapping arg0, org.apache.struts.action.ActionForm arg1, javax.servlet.http.HttpServletRequest arg2, javax.servlet.http.HttpServletResponse arg3, java.lang.Object arg4)
SHForceExAction
forward
在类中 SHForceExAction
arg0
- ActionMapping对象arg1
- ActionForm对象arg2
- HttpServletRequest对象arg3
- HttpServletResponse对象arg4
- Object对象