Uses of Interface
org.jboss.weld.interceptor.spi.metadata.InterceptorFactory
-
Packages that use InterceptorFactory Package Description org.jboss.weld.bean.interceptor JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.reader JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.spi.metadata JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of InterceptorFactory in org.jboss.weld.bean.interceptor
Classes in org.jboss.weld.bean.interceptor that implement InterceptorFactory Modifier and Type Class Description classCdiInterceptorFactory<T>InterceptorFactory that obtains an interceptor instance usingBeanManagerImpl. -
Uses of InterceptorFactory in org.jboss.weld.interceptor.reader
Classes in org.jboss.weld.interceptor.reader that implement InterceptorFactory Modifier and Type Class Description classPlainInterceptorFactory<T>InterceptorFactory that uses anInjectionTargetas a factory for interceptor instances.Methods in org.jboss.weld.interceptor.reader that return InterceptorFactory Modifier and Type Method Description InterceptorFactory<T>InterceptorMetadataImpl. getInterceptorFactory()Constructors in org.jboss.weld.interceptor.reader with parameters of type InterceptorFactory Constructor Description InterceptorMetadataImpl(Class<T> javaClass, InterceptorFactory<T> reference, Map<InterceptionType,List<Method>> interceptorMethodMap) -
Uses of InterceptorFactory in org.jboss.weld.interceptor.spi.metadata
Methods in org.jboss.weld.interceptor.spi.metadata that return InterceptorFactory Modifier and Type Method Description InterceptorFactory<T>InterceptorClassMetadata. getInterceptorFactory()Returns an InterceptorFactory capable of creating instances of this interceptor..
-