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

Method Summary
 void appendInterceptors(InterceptionType interceptionType, Method method, InterceptorMetadata<I>... interceptors)
           
 void setIgnoresGlobals(Method m, boolean b)
           
 
Methods inherited from interface org.jboss.weld.interceptor.spi.model.InterceptionModel
getAllInterceptors, getInterceptedEntity, getInterceptors
 

Method Detail

setIgnoresGlobals

void setIgnoresGlobals(Method m,
                       boolean b)

appendInterceptors

void appendInterceptors(InterceptionType interceptionType,
                        Method method,
                        InterceptorMetadata<I>... interceptors)


Copyright © 2013 Seam Framework. All Rights Reserved.