| 限定符和类型 | 方法和说明 |
|---|---|
void |
ShiroInterceptor.intercept(Invocation ai) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
PrototypeInterceptor.doIntercept(Invocation inv) |
void |
PrototypeInterceptor.intercept(Invocation inv) |
void |
InterceptorStack.intercept(Invocation inv) |
void |
Interceptor.intercept(Invocation inv) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SessionInViewInterceptor.intercept(Invocation inv) |
void |
Restful.intercept(Invocation inv)
add edit 无需处理
GET /user ---> index GET /user/id ---> show POST /user ---> save PUT /user/id ---> update
DELECT /user/id ---> delete
|
void |
POST.intercept(Invocation inv) |
void |
NoUrlPara.intercept(Invocation inv) |
void |
NotAction.intercept(Invocation inv) |
void |
LogInterceptor.intercept(Invocation inv) |
void |
GET.intercept(Invocation inv) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
I18nInterceptor.intercept(Invocation inv)
1: use the locale from request para if exists. change the locale write to the cookie 2: use
the locale from cookie para if exists. 3: use the default locale 4: use setAttr(resName,
resObject) pass Res object to the view.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OneConnectionPerThread.intercept(Invocation inv) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Config |
Tx.getConfigWithTxConfig(Invocation inv) |
void |
TxByRegex.intercept(Invocation inv) |
void |
TxByMethods.intercept(Invocation inv) |
void |
TxByActionKeys.intercept(Invocation inv) |
void |
Tx.intercept(Invocation inv) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EvictInterceptor.intercept(Invocation inv) |
void |
CacheInterceptor.intercept(Invocation inv) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RedisInterceptor.intercept(Invocation inv) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Validator.intercept(Invocation invocation) |
Copyright © 2015. All rights reserved.