public class ClassInterceptorsCacheImpl extends Object implements ClassInterceptorsCache
ClassInterceptorsCache| Constructor and Description |
|---|
ClassInterceptorsCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String className,
SecurityInterceptor interceptor) |
List<SecurityInterceptor> |
get(String className) |
void |
put(String className,
List<SecurityInterceptor> interceptors) |
public void add(String className, SecurityInterceptor interceptor)
add in interface ClassInterceptorsCachepublic List<SecurityInterceptor> get(String className)
get in interface ClassInterceptorsCachepublic void put(String className, List<SecurityInterceptor> interceptors)
put in interface ClassInterceptorsCacheCopyright © 2004–2015. All rights reserved.