public class CachePutInterceptor extends Object implements com.jfinal.aop.Interceptor
| 构造器和说明 |
|---|
CachePutInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
private void |
forController(com.jfinal.aop.Invocation inv,
Method method,
CachePut cachePut) |
private void |
forService(com.jfinal.aop.Invocation inv,
Method method,
CachePut cachePut) |
void |
intercept(com.jfinal.aop.Invocation inv) |
public CachePutInterceptor()
public void intercept(com.jfinal.aop.Invocation inv)
intercept 在接口中 com.jfinal.aop.Interceptorprivate void forController(com.jfinal.aop.Invocation inv, Method method, CachePut cachePut)
private void forService(com.jfinal.aop.Invocation inv, Method method, CachePut cachePut)
Copyright © 2024. All rights reserved.