org.jboss.weld.interceptor.builder
Interface BuildableInterceptionModel<T,I>
- All Superinterfaces:
- InterceptionModel<T,I>, Serializable
public interface BuildableInterceptionModel<T,I>
- extends InterceptionModel<T,I>
An interception model that can be manipulated by the builder.
- Author:
- Marius Bogoevici
setIgnoresGlobals
void setIgnoresGlobals(Method m,
boolean b)
appendInterceptors
void appendInterceptors(InterceptionType interceptionType,
Method method,
InterceptorMetadata<I>... interceptors)
Copyright © 2013 Seam Framework. All Rights Reserved.