public class AuthAction extends SHBaseAction
Title: 信息化平台 - 用户信息验证Action
Description: 信息化平台,包括OA、ERP、CRM、HRM等的综合性平台
Company:首亨软件(重庆)有限公司
Author:江兴春
| 构造器和说明 |
|---|
AuthAction()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
SHForceModel |
control(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SHForceExAction 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)
已过时。
处理跳转
|
getPageInitscanAccessModule, getDataSource, handle, initauthentication, errorHandle, execute, getDataSourceNamepublic SHForceModel control(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SHForceExAction action)
SHForceExActioncontrol 在类中 SHForceExActionmapping - ActionMapping对象form - 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)
SHForceExActionforward 在类中 SHForceExActionmapping - ActionMapping对象form - ActionForm对象request - HttpServletRequest对象response - HttpServletResponse对象model - Object对象