public class ActionInvocation extends Object
| 构造器和说明 |
|---|
ActionInvocation(HandlerInfo handlerInfo,
RequestMapping mapping) |
| 限定符和类型 | 方法和说明 |
|---|---|
ControllerModel |
getAppControl() |
HandlerInfo |
getHandlerInfo() |
RequestMapping |
getMapping() |
Method |
getMethod() |
Map<String,String> |
getParaMap() |
javax.servlet.http.HttpServletRequest |
getRequest() |
RequestContext |
getRequestContext() |
javax.servlet.http.HttpServletResponse |
getResponse() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSession |
getSession() |
void |
recycle() |
void |
setMapping(RequestMapping mapping) |
public ActionInvocation(HandlerInfo handlerInfo, RequestMapping mapping)
public RequestContext getRequestContext()
public javax.servlet.ServletContext getServletContext()
public javax.servlet.http.HttpSession getSession()
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public ControllerModel getAppControl()
public HandlerInfo getHandlerInfo()
public Method getMethod()
public RequestMapping getMapping()
public void setMapping(RequestMapping mapping)
public void recycle()
Copyright © 2019. All rights reserved.