| Package | Description |
|---|---|
| org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bean.interceptor |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.interceptor.builder |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.interceptor.proxy |
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.model |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
InterceptorClassMetadata<T> |
InterceptorImpl.getInterceptorMetadata() |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomInterceptorMetadata<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptionModelBuilder.intercept(InterceptionType interceptionType,
java.util.Collection<InterceptorClassMetadata<?>> interceptors) |
void |
InterceptionModelBuilder.intercept(InterceptionType interceptionType,
java.lang.reflect.Method method,
java.util.Collection<InterceptorClassMetadata<?>> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InterceptionContext.getInterceptorInstance(InterceptorClassMetadata<T> interceptorMetadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorMetadataImpl<T>
Interceptor class metadata.
|
| Modifier and Type | Method and Description |
|---|---|
<T> InterceptorClassMetadata<T> |
InterceptorMetadataReader.getCdiInterceptorMetadata(Interceptor<T> interceptor) |
<T> InterceptorClassMetadata<T> |
InterceptorMetadataReader.getPlainInterceptorMetadata(java.lang.Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Function<Interceptor<?>,InterceptorClassMetadata<?>> |
InterceptorMetadataReader.getInterceptorToInterceptorMetadataFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<InterceptorClassMetadata<?>> |
InterceptionModel.getAllInterceptors()
Returns all interceptor classes that are applicable to the given intercepted entity
|
java.util.List<InterceptorClassMetadata<?>> |
InterceptionModel.getConstructorInvocationInterceptors()
Returns
AroundConstruct interceptors applicable for the given constructor. |
java.util.List<InterceptorClassMetadata<?>> |
InterceptionModel.getInterceptors(InterceptionType interceptionType,
java.lang.reflect.Method method)
Returns the interceptors applicable for the given interception type and method.
|
Copyright © 2015. All Rights Reserved.