|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InterceptionType in org.jboss.weld.bean.interceptor |
---|
Methods in org.jboss.weld.bean.interceptor with parameters of type InterceptionType | |
---|---|
InterceptorInvocation |
CustomInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType)
|
boolean |
CustomInterceptorMetadata.isEligible(InterceptionType interceptionType)
|
Uses of InterceptionType in org.jboss.weld.interceptor.builder |
---|
Methods in org.jboss.weld.interceptor.builder with parameters of type InterceptionType | |
---|---|
void |
BuildableInterceptionModel.appendInterceptors(InterceptionType interceptionType,
Method method,
InterceptorMetadata<I>... interceptors)
|
Constructors in org.jboss.weld.interceptor.builder with parameters of type InterceptionType | |
---|---|
InterceptionModelBuilder.MethodInterceptorDescriptor(Method m,
InterceptionType... interceptionType)
|
Uses of InterceptionType in org.jboss.weld.interceptor.proxy |
---|
Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionType | |
---|---|
SimpleInterceptorInvocation(T instance,
InterceptionType interceptionType,
Collection<MethodMetadata> interceptorMethods,
boolean targetClass)
|
Uses of InterceptionType in org.jboss.weld.interceptor.reader |
---|
Methods in org.jboss.weld.interceptor.reader that return types with arguments of type InterceptionType | |
---|---|
Set<InterceptionType> |
DefaultMethodMetadata.getSupportedInterceptionTypes()
|
Methods in org.jboss.weld.interceptor.reader with parameters of type InterceptionType | |
---|---|
InterceptorInvocation |
SimpleInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType)
|
List<MethodMetadata> |
SimpleInterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType)
|
boolean |
SimpleInterceptorMetadata.isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this InterceptorMetadata
has interceptor methods for the given interceptionType . |
static boolean |
InterceptorMetadataUtils.isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass)
|
Constructor parameters in org.jboss.weld.interceptor.reader with type arguments of type InterceptionType | |
---|---|
SimpleInterceptorMetadata(InterceptorReference<T> interceptorReference,
boolean targetClass,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap)
|
Uses of InterceptionType in org.jboss.weld.interceptor.spi.metadata |
---|
Methods in org.jboss.weld.interceptor.spi.metadata that return types with arguments of type InterceptionType | |
---|---|
Set<InterceptionType> |
MethodMetadata.getSupportedInterceptionTypes()
|
Methods in org.jboss.weld.interceptor.spi.metadata with parameters of type InterceptionType | |
---|---|
InterceptorInvocation |
InterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptorMetadata interceptorReference,
InterceptionType interceptionType)
|
boolean |
InterceptorMetadata.isEligible(InterceptionType interceptionType)
Returns true if the interceptor corresponding to this InterceptorMetadata
has interceptor methods for the given interceptionType . |
Uses of InterceptionType in org.jboss.weld.interceptor.spi.model |
---|
Methods in org.jboss.weld.interceptor.spi.model that return InterceptionType | |
---|---|
static InterceptionType |
InterceptionType.valueOf(javax.enterprise.inject.spi.InterceptionType interceptionType)
|
static InterceptionType |
InterceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InterceptionType[] |
InterceptionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.weld.interceptor.spi.model with parameters of type InterceptionType | |
---|---|
List<InterceptorMetadata<I>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
Method method)
Returns the interceptors applicable for the given interception type and method |
Uses of InterceptionType in org.jboss.weld.interceptor.util |
---|
Methods in org.jboss.weld.interceptor.util that return types with arguments of type InterceptionType | |
---|---|
static Collection<InterceptionType> |
InterceptionTypeRegistry.getSupportedInterceptionTypes()
|
Methods in org.jboss.weld.interceptor.util with parameters of type InterceptionType | |
---|---|
static Class<? extends Annotation> |
InterceptionTypeRegistry.getAnnotationClass(InterceptionType interceptionType)
|
static boolean |
InterceptionTypeRegistry.isSupported(InterceptionType interceptionType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |