public class JdevelopsContextForSpring extends Object implements JdevelopsContext
| 构造器和说明 |
|---|
JdevelopsContextForSpring() |
| 限定符和类型 | 方法和说明 |
|---|---|
JdevelopsRequest |
getRequest()
获取当前请求的Request对象
|
JdevelopsResponse |
getResponse()
获取当前请求的Response对象
|
boolean |
isValid()
此上下文是否有效
|
boolean |
matchPath(String pattern,
String path)
校验指定路由匹配符是否可以匹配成功指定路径
|
public JdevelopsRequest getRequest()
JdevelopsContextgetRequest 在接口中 JdevelopsContextpublic JdevelopsResponse getResponse()
JdevelopsContextgetResponse 在接口中 JdevelopsContextpublic boolean matchPath(String pattern, String path)
JdevelopsContextmatchPath 在接口中 JdevelopsContextpublic boolean isValid()
JdevelopsContextisValid 在接口中 JdevelopsContextCopyright © 2024 tan. All rights reserved.