|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.hasor.web.restful.interceptor.RestfulInvocation
public final class RestfulInvocation
| 构造方法摘要 | |
|---|---|
RestfulInvocation(RestfulInvoke restfulService,
org.aopalliance.intercept.MethodInvocation invocation)
|
|
| 方法摘要 | |
|---|---|
net.hasor.core.AppContext |
getAppContext()
获取 AppContext对象 |
Method |
getControllerMethod()
获取ActionInvoke |
javax.servlet.http.HttpServletRequest |
getRequest()
获取 HttpServletRequest对象 |
javax.servlet.http.HttpServletResponse |
getResponse()
获取 HttpServletResponse对象 |
RestfulInvoke |
getService()
获取ActionInvoke |
Object |
proceed()
调用目标 |
Object |
proceed(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
使用指定的 req res 调用 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public RestfulInvocation(RestfulInvoke restfulService,
org.aopalliance.intercept.MethodInvocation invocation)
| 方法详细信息 |
|---|
public javax.servlet.http.HttpServletRequest getRequest()
HttpServletRequest对象
public javax.servlet.http.HttpServletResponse getResponse()
HttpServletResponse对象
public net.hasor.core.AppContext getAppContext()
AppContext对象
public RestfulInvoke getService()
public Method getControllerMethod()
public Object proceed()
throws Throwable
Throwable
public Object proceed(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Throwable
Throwable
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||