| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bean | |
| org.jboss.weld.bean.builtin | |
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.event | |
| org.jboss.weld.injection | |
| org.jboss.weld.injection.spi | |
| org.jboss.weld.injection.spi.helpers | |
| org.jboss.weld.manager | |
| org.jboss.weld.resolution | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
Set<InjectionPoint> |
Producer.getInjectionPoints()
Returns the set of all
InjectionPoints. |
Set<InjectionPoint> |
Bean.getInjectionPoints()
Obtains the
InjectionPoint objects
representing injection points of the bean, that will be validated by the
container at initialization time. |
| Modifier and Type | Method and Description |
|---|---|
Object |
BeanManager.getInjectableReference(InjectionPoint ij,
CreationalContext<?> ctx)
Obtains an injectable reference for a certain injection point.
|
void |
BeanManager.validate(InjectionPoint injectionPoint)
Validate a certain injection point.
|
| Modifier and Type | Method and Description |
|---|---|
Set<InjectionPoint> |
RIBean.getInjectionPoints() |
Set<InjectionPoint> |
ForwardingBean.getInjectionPoints() |
Set<InjectionPoint> |
AbstractProducerBean.getInjectionPoints() |
Set<InjectionPoint> |
AbstractProducerBean.AbstractProducer.getInjectionPoints() |
Set<InjectionPoint> |
AbstractClassBean.getInjectionPoints() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
SessionBean.applyDecorators(T instance,
CreationalContext<T> creationalContext,
InjectionPoint originalInjectionPoint) |
protected T |
AbstractClassBean.applyDecorators(T instance,
CreationalContext<T> creationalContext,
InjectionPoint originalInjectionPoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
FacadeInjectionPoint |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
InjectionPointBean.create(CreationalContext<InjectionPoint> creationalContext) |
protected InjectionPoint |
FacadeInjectionPoint.delegate() |
protected InjectionPoint |
AbstractFacade.getInjectionPoint() |
protected InjectionPoint |
AbstractFacade.AbstractFacadeSerializationProxy.getInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
Class<InjectionPoint> |
InjectionPointBean.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InjectionPointBean.destroy(InjectionPoint instance,
CreationalContext<InjectionPoint> creationalContext) |
protected static Type |
AbstractFacade.getFacadeType(InjectionPoint injectionPoint) |
protected Event<?> |
EventBean.newInstance(InjectionPoint injectionPoint,
CreationalContext<Event<?>> creationalContext) |
protected Instance<?> |
InstanceBean.newInstance(InjectionPoint injectionPoint,
CreationalContext<Instance<?>> creationalContext) |
protected abstract T |
AbstractFacadeBean.newInstance(InjectionPoint injectionPoint,
CreationalContext<T> creationalContext) |
static <I> Instance<I> |
InstanceImpl.of(InjectionPoint injectionPoint,
CreationalContext<I> creationalContext,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
InjectionPointBean.create(CreationalContext<InjectionPoint> creationalContext) |
void |
InjectionPointBean.destroy(InjectionPoint instance,
CreationalContext<InjectionPoint> creationalContext) |
| Constructor and Description |
|---|
AbstractFacade(InjectionPoint injectionPoint,
CreationalContext<? super T> creationalContext,
BeanManagerImpl beanManager) |
FacadeInjectionPoint(InjectionPoint injectionPoint,
Type subtype,
Set<Annotation> existingQualifiers,
Annotation[] newQualifiers) |
| Modifier and Type | Method and Description |
|---|---|
DecoratorProxyMethodHandler |
DecorationHelper.createMethodHandler(InjectionPoint injectionPoint,
CreationalContext<?> creationalContext,
Decorator<Object> decorator) |
T |
DecorationHelper.getNextDelegate(InjectionPoint injectionPoint,
CreationalContext<?> creationalContext) |
| Constructor and Description |
|---|
AbstractDecoratorMethodHandler(WeldClass<?> delegateClass,
InjectionPoint injectionPoint,
Object injectedDelegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
Validator.validateInjectionPoint(InjectionPoint ij,
Bean<?> bean,
BeanManagerImpl beanManager)
Variation of the validateInjectionPoint method which allows the bean to be defined explicitly (used for disposer method validation)
|
void |
Validator.validateInjectionPoint(InjectionPoint ij,
BeanManagerImpl beanManager)
Validate an injection point
|
void |
Validator.validateInjectionPointPassivationCapable(InjectionPoint ij,
Bean<?> resolvedBean,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
static <E> EventImpl<E> |
EventImpl.of(InjectionPoint injectionPoint,
BeanManagerImpl beanManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldInjectionPoint<T,S> |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInjectionPoint<T> |
class |
EmptyInjectionPoint |
class |
FieldInjectionPoint<T,X> |
class |
ForwardingInjectionPoint |
class |
MethodInjectionPoint<T,X> |
class |
ParameterInjectionPoint<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 | Field and Description |
|---|---|
static InjectionPoint |
EmptyInjectionPoint.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InjectionPoint |
ForwardingInjectionPoint.delegate() |
InjectionPoint |
CurrentInjectionPoint.peek()
The injection point being operated on for this thread
|
InjectionPoint |
CurrentInjectionPoint.pop() |
| Modifier and Type | Method and Description |
|---|---|
Set<InjectionPoint> |
ForwardingInjectionTarget.getInjectionPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentInjectionPoint.push(InjectionPoint injectionPoint)
Replaces (or adds) the current injection point.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EjbInjectionServices.resolveEjb(InjectionPoint injectionPoint)
Resolve the value for the given @EJB injection point
|
EntityManager |
JpaInjectionServices.resolvePersistenceContext(InjectionPoint injectionPoint)
Resolve the value for the given @PersistenceContext injection point
|
EntityManagerFactory |
JpaInjectionServices.resolvePersistenceUnit(InjectionPoint injectionPoint)
Resolve the value for the given @PersistenceUnit injection point
|
Object |
ResourceInjectionServices.resolveResource(InjectionPoint injectionPoint)
Resolve the value for the given @Resource injection point
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractResourceServices.getResourceName(InjectionPoint injectionPoint) |
EntityManager |
ForwardingJpaInjectionServices.resolvePersistenceContext(InjectionPoint injectionPoint) |
EntityManagerFactory |
ForwardingJpaInjectionServices.resolvePersistenceUnit(InjectionPoint injectionPoint) |
Object |
ForwardingResourceInjectionServices.resolveResource(InjectionPoint injectionPoint) |
Object |
AbstractResourceServices.resolveResource(InjectionPoint injectionPoint) |
| Modifier and Type | Method and Description |
|---|---|
Set<InjectionPoint> |
SimpleInjectionTarget.getInjectionPoints() |
| Modifier and Type | Method and Description |
|---|---|
Set<Bean<?>> |
BeanManagerImpl.getBeans(InjectionPoint injectionPoint) |
Object |
BeanManagerImpl.getInjectableReference(InjectionPoint injectionPoint,
CreationalContext<?> creationalContext) |
Object |
BeanManagerImpl.getReference(InjectionPoint injectionPoint,
Bean<?> resolvedBean,
CreationalContext<?> creationalContext)
Get a reference, registering the injection point used.
|
void |
BeanManagerImpl.validate(InjectionPoint ij) |
| Constructor and Description |
|---|
ResolvableBuilder(InjectionPoint injectionPoint,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
static InjectionPoint |
Beans.getDelegateInjectionPoint(Decorator<?> decorator) |
Copyright © 2013 Seam Framework. All Rights Reserved.