public class RegisterAction extends FrameAction
Description:
Title:首亨软件 - CRM
构造器和说明 |
---|
RegisterAction() |
限定符和类型 | 方法和说明 |
---|---|
int |
authentication(org.apache.struts.action.ActionMapping actionMapping,
org.apache.struts.action.ActionForm actionForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
用户登录认证函数,判断用户是否登录
|
SHForceModel |
control(org.apache.struts.action.ActionMapping arg0,
org.apache.struts.action.ActionForm arg1,
javax.servlet.http.HttpServletRequest arg2,
javax.servlet.http.HttpServletResponse arg3,
SHForceExAction arg4)
控制函数,函数处理业务流程,得到业务模型
|
org.apache.struts.action.ActionForward |
forward(org.apache.struts.action.ActionMapping arg0,
org.apache.struts.action.ActionForm arg1,
javax.servlet.http.HttpServletRequest arg2,
javax.servlet.http.HttpServletResponse arg3,
java.lang.Object arg4)
处理跳转
|
errorHandle
getPageInits
canAccessModule, getDataSource, handle, init
execute, getDataSourceName
public SHForceModel control(org.apache.struts.action.ActionMapping arg0, org.apache.struts.action.ActionForm arg1, javax.servlet.http.HttpServletRequest arg2, javax.servlet.http.HttpServletResponse arg3, SHForceExAction arg4)
SHForceExAction
control
在类中 SHForceExAction
arg0
- ActionMapping对象arg1
- ActionForm对象arg2
- HttpServletRequest对象arg3
- HttpServletResponse对象arg4
- SHForceExAction对象public org.apache.struts.action.ActionForward forward(org.apache.struts.action.ActionMapping arg0, org.apache.struts.action.ActionForm arg1, javax.servlet.http.HttpServletRequest arg2, javax.servlet.http.HttpServletResponse arg3, java.lang.Object arg4)
SHForceExAction
forward
在类中 SHForceExAction
arg0
- ActionMapping对象arg1
- ActionForm对象arg2
- HttpServletRequest对象arg3
- HttpServletResponse对象arg4
- Object对象public int authentication(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
FrameAction
authentication
在类中 FrameAction
actionMapping
- ActionMapping对象actionForm
- ActionForm对象request
- HttpServletRequest对象response
- HttpServletResponse对象