| 程序包 | 说明 |
|---|---|
| cn.tom.mvc.core | |
| cn.tom.mvc.handler | |
| cn.tom.mvc.interceptor |
| 构造器和说明 |
|---|
ControllerInvoke(ActionInvocation _actionInvocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultController.enter(ActionInvocation actionInvocation) |
void |
Controller.enter(ActionInvocation actionInvocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Interceptor.after(ActionInvocation actionInvocation) |
void |
AbstractInterceptor.after(ActionInvocation actionInvocation) |
boolean |
Interceptor.before(ActionInvocation actionInvocation) |
abstract boolean |
AbstractInterceptor.before(ActionInvocation actionInvocation) |
Copyright © 2018. All rights reserved.