| 程序包 | 说明 |
|---|---|
| cn.tom.mvc.core | |
| cn.tom.mvc.handler | |
| cn.tom.mvc.interceptor |
| 限定符和类型 | 方法和说明 |
|---|---|
static RequestContext |
RequestContext.begin(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
static RequestContext |
RequestContext.get() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
ControllerModel.before(RequestContext context,
Map<String,String> map) |
String |
ControllerModel.exec(RequestContext context,
Map<String,String> map) |
| 限定符和类型 | 方法和说明 |
|---|---|
HandlerInfo |
Handler.match(RequestMapping mapping,
RequestContext context) |
HandlerInfo |
DefaultNameHandler.match(RequestMapping _mapping,
RequestContext context) |
HandlerInfo |
DefaultAnnotationHandler.match(RequestMapping _mapping,
RequestContext context) |
HandlerInfo |
DefaultNameHandler.match2(RequestMapping _mapping,
RequestContext context) |
HandlerInfo |
DefaultAnnotationHandler.match2(RequestMapping _mapping,
RequestContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestContext |
ActionInvocation.getRequestContext() |
Copyright © 2019. All rights reserved.