public class InterceptorCache extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InterceptorCache.MethodKey |
| 限定符和类型 | 字段和说明 |
|---|---|
private static Map<InterceptorCache.MethodKey,com.jfinal.aop.Interceptor[]> |
cache |
| 构造器和说明 |
|---|
InterceptorCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
clear() |
static com.jfinal.aop.Interceptor[] |
get(InterceptorCache.MethodKey methodKey) |
static InterceptorCache.MethodKey |
getMethodKey(Class<?> target,
Method method) |
static void |
put(InterceptorCache.MethodKey methodKey,
com.jfinal.aop.Interceptor[] inters) |
private static final Map<InterceptorCache.MethodKey,com.jfinal.aop.Interceptor[]> cache
public InterceptorCache()
public static void put(InterceptorCache.MethodKey methodKey, com.jfinal.aop.Interceptor[] inters)
public static com.jfinal.aop.Interceptor[] get(InterceptorCache.MethodKey methodKey)
public static InterceptorCache.MethodKey getMethodKey(Class<?> target, Method method)
public static void clear()
Copyright © 2024. All rights reserved.