Package | Description |
---|---|
org.jboss.weld.bean | |
org.jboss.weld.bean.proxy | |
org.jboss.weld.event | |
org.jboss.weld.injection | |
org.jboss.weld.injection.attributes | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
WeldInjectionPointAttributes<?,?> |
DecoratorImpl.getDelegateInjectionPoint() |
Constructor and Description |
---|
DecoratorProxyFactory(Class<T> proxyType,
WeldInjectionPointAttributes<?,?> delegateInjectionPoint,
Bean<?> bean) |
Modifier and Type | Method and Description |
---|---|
Set<WeldInjectionPointAttributes<?,?>> |
ObserverMethodImpl.getInjectionPoints() |
Set<WeldInjectionPointAttributes<?,?>> |
ObserverMethodImpl.getNewInjectionPoints() |
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterInjectionPoint<T,X> |
Modifier and Type | Class and Description |
---|---|
class |
ConstructorInjectionPoint<T>
High-level representation of an injected constructor.
|
class |
FieldInjectionPoint<T,X> |
class |
MethodInjectionPoint<T,X>
High-level representation of an injected method.
|
class |
ParameterInjectionPointImpl<T,X> |
class |
ProxyClassConstructorInjectionPointWrapper<T>
A wrapper on a
ConstructorInjectionPoint , to be used if a proxy subclass is instantiated instead of the
original (e.g. |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
FieldInjectionPoint.isCacheableInjectionPoint(WeldInjectionPointAttributes<?,?> attributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
FieldInjectionPointAttributes<T,X> |
interface |
ParameterInjectionPointAttributes<T,X> |
Modifier and Type | Method and Description |
---|---|
protected abstract WeldInjectionPointAttributes<T,S> |
ForwardingInjectionPointAttributes.delegate() |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingFieldInjectionPointAttributes<T,X>
Forwarding implementation of
FieldInjectionPointAttributes . |
Modifier and Type | Method and Description |
---|---|
static <T extends WeldInjectionPointAttributes<?,?>> |
InjectionPoints.flattenInjectionPoints(List<? extends Set<T>> fieldInjectionPoints) |
Modifier and Type | Method and Description |
---|---|
static WeldInjectionPointAttributes<?,?> |
Decorators.findDelegateInjectionPoint(AnnotatedType<?> type,
Iterable<InjectionPoint> injectionPoints) |
static <T,X> WeldInjectionPointAttributes<T,?> |
InjectionPoints.getWeldInjectionPoint(InjectionPoint injectionPoint) |
Copyright © 2013 Seam Framework. All Rights Reserved.