| 程序包 | 说明 |
|---|---|
| com.jfinal.config |
| 限定符和类型 | 方法和说明 |
|---|---|
Interceptors |
Interceptors.add(Interceptor globalActionInterceptor)
The same as addGlobalActionInterceptor.
|
Interceptors |
Interceptors.addGlobalActionInterceptor(Interceptor globalActionInterceptor)
Add the global action interceptor to intercept all the actions.
|
Interceptors |
Interceptors.addGlobalServiceInterceptor(Interceptor globalServiceInterceptor)
Add the global service interceptor to intercept all the method enhanced by aop Enhancer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
JFinalConfig.configInterceptor(Interceptors me)
Config interceptor applied to all actions.
|
Copyright © 2017. All rights reserved.