|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectnet.hasor.web.restful.support.RestfulInvokeDefine
public class RestfulInvokeDefine
线程安全
| 构造方法摘要 | |
|---|---|
protected |
RestfulInvokeDefine(net.hasor.core.AppContext appContext,
Method targetMethod)
|
| 方法摘要 | |
|---|---|
RestfulInvoke |
createIvnoke()
|
net.hasor.core.AppContext |
getAppContext()
获取AppContext |
String |
getProduces()
产品,用来定义响应类型 |
String |
getRestfulMapping()
获取映射字符串 |
String |
getRestfulMappingMatches()
获取映射字符串用于匹配的表达式字符串 |
Class<?> |
getTargetClass()
获取目标类 |
Method |
getTargetMethod()
获取目标方法 |
boolean |
matchingMethod(String httpMethod)
判断Restful实例是否支持这个 请求方法。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
protected RestfulInvokeDefine(net.hasor.core.AppContext appContext,
Method targetMethod)
| 方法详细信息 |
|---|
public net.hasor.core.AppContext getAppContext()
public Method getTargetMethod()
public Class<?> getTargetClass()
public String getRestfulMapping()
public String getProduces()
public String getRestfulMappingMatches()
public boolean matchingMethod(String httpMethod)
public RestfulInvoke createIvnoke()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||