public class SubWorkCategoryLoadAction extends SystemAction
Title: 集成化信息平台 - 加载子部门的Action
Description: 首亨软件 - SHForce
Company:首亨软件(重庆)有限公司
Author:江兴春
构造器和说明 |
---|
SubWorkCategoryLoadAction() |
限定符和类型 | 方法和说明 |
---|---|
SHForceModel |
control(org.apache.struts.action.ActionMapping arg0,
org.apache.struts.action.ActionForm arg1,
javax.servlet.http.HttpServletRequest arg2,
javax.servlet.http.HttpServletResponse arg3,
SHForceExAction arg4)
控制函数,函数处理业务流程,得到业务模型
|
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 arg0, org.apache.struts.action.ActionForm arg1, javax.servlet.http.HttpServletRequest arg2, javax.servlet.http.HttpServletResponse arg3, SHForceExAction arg4)
SHForceExAction
control
在类中 SHForceExAction
arg0
- ActionMapping对象arg1
- ActionForm对象arg2
- HttpServletRequest对象arg3
- HttpServletResponse对象arg4
- 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对象