public interface BuildableInterceptionModel<T,I> extends InterceptionModel<T,I>
| Modifier and Type | Method and Description |
|---|---|
void |
appendInterceptors(InterceptionType interceptionType,
java.lang.reflect.Method method,
InterceptorMetadata<I>... interceptors) |
void |
setIgnoresGlobals(java.lang.reflect.Method m,
boolean b) |
getAllInterceptors, getInterceptedEntity, getInterceptorsvoid setIgnoresGlobals(java.lang.reflect.Method m,
boolean b)
void appendInterceptors(InterceptionType interceptionType, java.lang.reflect.Method method, InterceptorMetadata<I>... interceptors)
Copyright © 2014 Seam Framework. All Rights Reserved.