public class DeptShowAction extends SystemAction
Title: 集成化信息平台 - 显示某个部门信息Action
Description: 集成化信息平台,包括OA、ERP、CRM、HRM等的综合性平台
构造器和说明 |
---|
DeptShowAction() |
限定符和类型 | 方法和说明 |
---|---|
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)
获取和Action相对应的Model,是个回调函数
|
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)
获取和Action相关联的View,是回调函数
|
authentication, errorHandle
getPageInits
canAccessModule, getDataSource, handle, init
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)
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)