public class EnterAction extends SHBaseAction
Title: 信息化平台 - Enter的Action
Description: 信息化平台,包括OA、ERP、CRM、HRM等的综合性平台
Company:首亨软件(重庆)有限公司
Author:江兴春
构造器和说明 |
---|
EnterAction()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
SHForceModel |
control(org.apache.struts.action.ActionMapping actionMapping,
org.apache.struts.action.ActionForm actionForm,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
SHForceExAction action)
已过时。
控制函数,函数处理业务流程,得到业务模型
|
org.apache.struts.action.ActionForward |
forward(org.apache.struts.action.ActionMapping actionMapping,
org.apache.struts.action.ActionForm actionForm,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.Object object)
已过时。
处理跳转
|
getPageInits
canAccessModule, getDataSource, handle, init
authentication, errorHandle, execute, getDataSourceName
public SHForceModel control(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, SHForceExAction action)
SHForceExAction
control
在类中 SHForceExAction
actionMapping
- ActionMapping对象actionForm
- ActionForm对象httpServletRequest
- HttpServletRequest对象httpServletResponse
- HttpServletResponse对象action
- SHForceExAction对象public org.apache.struts.action.ActionForward forward(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.Object object)
SHForceExAction
forward
在类中 SHForceExAction
actionMapping
- ActionMapping对象actionForm
- ActionForm对象httpServletRequest
- HttpServletRequest对象httpServletResponse
- HttpServletResponse对象object
- Object对象