| Package | Description |
|---|---|
| com.jfinal.config |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JFinalConfig.configInterceptor(Interceptors me)
Config interceptor applied to all actions.
|
Copyright © 2018. All rights reserved.