public interface ClassInterceptorsCache
SecurityInterceptor for use
in security RequestFilter.SecurityModule#buildSecurityFilter(org.slf4j.Logger, org.apache.tapestry5.services.ComponentEventLinkEncoder, org.apache.tapestry5.services.ComponentClassResolver, ClassInterceptorsCache)| Modifier and Type | Method and Description |
|---|---|
void |
add(String className,
SecurityInterceptor interceptor) |
List<SecurityInterceptor> |
get(String className) |
void |
put(String className,
List<SecurityInterceptor> interceptors) |
void put(String className, List<SecurityInterceptor> interceptors)
void add(String className, SecurityInterceptor interceptor)
List<SecurityInterceptor> get(String className)
Copyright © 2004–2016. All rights reserved.