Uses of Interface
org.jboss.weld.interceptor.spi.metadata.InterceptorMetadata

Packages that use InterceptorMetadata
org.jboss.weld.bean   
org.jboss.weld.bean.interceptor   
org.jboss.weld.interceptor.builder   
org.jboss.weld.interceptor.reader   
org.jboss.weld.interceptor.reader.cache   
org.jboss.weld.interceptor.spi.metadata   
org.jboss.weld.interceptor.spi.model   
 

Uses of InterceptorMetadata in org.jboss.weld.bean
 

Methods in org.jboss.weld.bean that return InterceptorMetadata
 InterceptorMetadata<?> InterceptorImpl.getInterceptorMetadata()
           
 

Uses of InterceptorMetadata in org.jboss.weld.bean.interceptor
 

Classes in org.jboss.weld.bean.interceptor that implement InterceptorMetadata
 class CustomInterceptorMetadata
           
 

Methods in org.jboss.weld.bean.interceptor with parameters of type InterceptorMetadata
 InterceptorInvocation CustomInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptorMetadata interceptorReference, InterceptionType interceptionType)
           
 

Uses of InterceptorMetadata in org.jboss.weld.interceptor.builder
 

Methods in org.jboss.weld.interceptor.builder with parameters of type InterceptorMetadata
 void BuildableInterceptionModel.appendInterceptors(InterceptionType interceptionType, Method method, InterceptorMetadata<I>... interceptors)
           
 void InterceptionModelBuilder.MethodInterceptorDescriptor.with(InterceptorMetadata... interceptors)
           
 

Uses of InterceptorMetadata in org.jboss.weld.interceptor.reader
 

Classes in org.jboss.weld.interceptor.reader that implement InterceptorMetadata
 class SimpleInterceptorMetadata<T>
           
 

Methods in org.jboss.weld.interceptor.reader that return InterceptorMetadata
static InterceptorMetadata InterceptorMetadataUtils.readMetadataForInterceptorClass(InterceptorReference<?> interceptorReference)
           
static InterceptorMetadata InterceptorMetadataUtils.readMetadataForTargetClass(ClassMetadata<?> classMetadata)
           
 

Methods in org.jboss.weld.interceptor.reader with parameters of type InterceptorMetadata
 InterceptorInvocation SimpleInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptorMetadata interceptorReference, InterceptionType interceptionType)
           
 

Uses of InterceptorMetadata in org.jboss.weld.interceptor.reader.cache
 

Methods in org.jboss.weld.interceptor.reader.cache that return InterceptorMetadata
<T> InterceptorMetadata<T>
MetadataCachingReader.getInterceptorMetadata(Class<T> clazz)
           
<T> InterceptorMetadata<T>
DefaultMetadataCachingReader.getInterceptorMetadata(Class<T> clazz)
           
<T> InterceptorMetadata<T>
MetadataCachingReader.getInterceptorMetadata(InterceptorReference<T> interceptorReference)
           
<T> InterceptorMetadata<T>
DefaultMetadataCachingReader.getInterceptorMetadata(InterceptorReference<T> interceptorReference)
           
<T> InterceptorMetadata<T>
MetadataCachingReader.getTargetClassInterceptorMetadata(ClassMetadata<T> classMetadata)
           
<T> InterceptorMetadata<T>
DefaultMetadataCachingReader.getTargetClassInterceptorMetadata(ClassMetadata<T> classMetadata)
           
 

Uses of InterceptorMetadata in org.jboss.weld.interceptor.spi.metadata
 

Methods in org.jboss.weld.interceptor.spi.metadata with parameters of type InterceptorMetadata
 InterceptorInvocation InterceptorMetadata.getInterceptorInvocation(Object interceptorInstance, InterceptorMetadata interceptorReference, InterceptionType interceptionType)
           
 

Uses of InterceptorMetadata in org.jboss.weld.interceptor.spi.model
 

Methods in org.jboss.weld.interceptor.spi.model that return types with arguments of type InterceptorMetadata
 Set<InterceptorMetadata<I>> InterceptionModel.getAllInterceptors()
          Returns all interceptor classes that are applicable to the given intercepted entity
 List<InterceptorMetadata<I>> InterceptionModel.getInterceptors(InterceptionType interceptionType, Method method)
          Returns the interceptors applicable for the given interception type and method
 



Copyright © 2013 Seam Framework. All Rights Reserved.