com.easyjf.web
Class Action
java.lang.Object
com.easyjf.web.Action
- All Implemented Interfaces:
- IWebAction
- public class Action
- extends java.lang.Object
- implements IWebAction
简单的IWebAction默认实现示例
- Author:
- 蔡世友
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public Action()
Action
public Action(ActionServlet servlet,
Module module)
execute
public Page execute(WebForm form,
Module module,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Description copied from interface:
IWebAction
- 执行Action
- Specified by:
execute in interface IWebAction
- Parameters:
form - module - request - response -
- Returns:
- 显示数据的模板或直接跳转的URL
getServlet
public ActionServlet getServlet()
setServlet
public void setServlet(ActionServlet servlet)