Interface | Description |
---|---|
EjbInjectionServices |
A container should implement this interface to allow Weld to
resolve EJB.
|
InjectionContext<T> |
The context in which instance injection occurs.
|
InjectionServices |
Provides callbacks to the container when Weld performs injection on an
InjectionTarget, managed bean or session bean
This service may be used to provide EE-style injection.
|
JpaInjectionServices |
A container should implement this interface to allow the Weld RI to
resolve JPA persistence units and discover entities
JpaInjectionServices is a per-module service. |
ResourceInjectionServices |
A container should implement this interface to allow the Weld to
resolve Resources
ResourceInjectionServices is per-module service. |
Copyright © 2012 Seam Framework. All Rights Reserved.