public class BrowseAction extends FrameAction
Description: 最近查看
Title:首亨软件
Company:首亨软件(重庆)有限公司
| 构造器和说明 |
|---|
BrowseAction()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, 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)
SHForceExActioncontrol 在类中 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)
SHForceExActionforward 在类中 SHForceExActionmapping - ActionMapping对象form - ActionForm对象request - HttpServletRequest对象response - HttpServletResponse对象model - Object对象