public interface Call
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
call(Object... params)
执行最终的调用并传入参数。
|
Annotation[] |
getAnnotations()
方法注解。
|
javax.servlet.http.HttpServletRequest |
getHttpRequest()
请求
|
javax.servlet.http.HttpServletResponse |
getHttpResponse()
响应
|
MappingInfo |
getMappingInfo()
映射信息
|
Method |
getMethod()
目标方法
|
Annotation[][] |
getMethodParamAnnos()
方法参数注解。
|
Class<?>[] |
getParameterTypes()
目标方法参数
|
ModelController |
getTarget()
目标类
|
Method getMethod()
Class<?>[] getParameterTypes()
Annotation[][] getMethodParamAnnos()
Annotation[] getAnnotations()
MappingInfo getMappingInfo()
ModelController getTarget()
javax.servlet.http.HttpServletRequest getHttpRequest()
javax.servlet.http.HttpServletResponse getHttpResponse()
Copyright © 2015. All rights reserved.