Uses of Interface
org.jboss.weld.interceptor.spi.model.InterceptionModel
-
-
Uses of InterceptionModel in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return InterceptionModel Modifier and Type Method Description InterceptionModelAbstractClassBean. getInterceptors() -
Uses of InterceptionModel in org.jboss.weld.bean.interceptor
Constructors in org.jboss.weld.bean.interceptor with parameters of type InterceptionModel Constructor Description InterceptorBindingsAdapter(InterceptionModel interceptionModel) -
Uses of InterceptionModel in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy that return InterceptionModel Modifier and Type Method Description InterceptionModelInterceptionFactoryDataCache.InterceptionFactoryData. getInterceptionModel() -
Uses of InterceptionModel in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer with parameters of type InterceptionModel Modifier and Type Method Description protected voidBeanInjectionTarget. setupConstructorInterceptionInstantiator(InterceptionModel interceptionModel)Constructors in org.jboss.weld.injection.producer with parameters of type InterceptionModel Constructor Description ConstructorInterceptionInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<?> type)InterceptorApplyingInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<T> type) -
Uses of InterceptionModel in org.jboss.weld.interceptor.builder
Methods in org.jboss.weld.interceptor.builder that return InterceptionModel Modifier and Type Method Description InterceptionModelInterceptionModelBuilder. build() -
Uses of InterceptionModel in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy that return InterceptionModel Modifier and Type Method Description InterceptionModelInterceptionContext. getInterceptionModel()Methods in org.jboss.weld.interceptor.proxy with parameters of type InterceptionModel Modifier and Type Method Description static InterceptionContextInterceptionContext. forConstructorInterception(InterceptionModel interceptionModel, CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type)The context returned by this method may be later reused for other interception types.static InterceptionContextInterceptionContext. forNonConstructorInterception(InterceptionModel interceptionModel, CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) -
Uses of InterceptionModel in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return types with arguments of type InterceptionModel Modifier and Type Method Description ConcurrentMap<SlimAnnotatedType<?>,InterceptionModel>BeanManagerImpl. getInterceptorModelRegistry()
-