public class DeptSelAction extends SystemAction
Title: 集成化信息平台 - 部门选择公共模块Action
Description: 首亨软件 - SHForce
Company:首亨软件(重庆)有限公司
Author:江兴春
| 构造器和说明 |
|---|
DeptSelAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, errorHandlegetPageInitscanAccessModule, getDataSource, handle, initexecute, getDataSourceNamepublic 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)
control 在类中 SHForceExActionactionMapping - 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)
forward 在类中 SHForceExActionactionMapping - ActionMapping对象actionForm - ActionForm对象httpServletRequest - HttpServletRequest对象httpServletResponse - HttpServletResponse对象object - Object相应的Model对象,需要强制转换