public class UserAddSaveAction extends SystemAction
Title: 集成化信息平台 - 保存增加的登陆用户的Action
Description: 首亨软件 - SHForce
Company:首亨软件(重庆)有限公司
Author:江兴春
| 构造器和说明 |
|---|
UserAddSaveAction()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
SHForceModel |
control(org.apache.struts.action.ActionMapping actionMapping,
org.apache.struts.action.ActionForm actionForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceExAction action)
已过时。
控制函数的默认实现,即Action无对应的业务逻辑
|
org.apache.struts.action.ActionForward |
forward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object model)
已过时。
处理跳转
|
authentication, errorHandlegetPageInitscanAccessModule, getDataSource, handle, initexecute, getDataSourceNamepublic SHForceModel control(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SHForceExAction action)
control 在类中 SHForceExActionactionMapping - ActionMapping对象actionForm - ActionForm对象request - HttpServletRequest对象response - HttpServletResponse对象action - SHForceExAction对象public org.apache.struts.action.ActionForward forward(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object model)
forward 在类中 SHForceExActionmapping - ActionMapping对象form - ActionForm对象request - HttpServletRequest对象response - HttpServletResponse对象model - Object对象