public class ChangeSkinAction extends FrameAction
Description: 切换皮肤
Title:首亨软件 - CRM
构造器和说明 |
---|
ChangeSkinAction()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
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)
已过时。
控制函数,函数处理业务流程,得到业务模型
|
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, 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 request, javax.servlet.http.HttpServletResponse response, SHForceExAction action)
SHForceExAction
control
在类中 SHForceExAction
actionMapping
- 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)
SHForceExAction
forward
在类中 SHForceExAction
mapping
- ActionMapping对象form
- ActionForm对象request
- HttpServletRequest对象response
- HttpServletResponse对象model
- Object对象