Interface | Description |
---|---|
BeansInstantiator |
Interface for types that know how to instantiate all beans of a certain type.
|
Class | Description |
---|---|
EagerBeansFilter |
A servlet Filter that can be used as alternative for
EagerBeansRequestListener and EagerBeansSessionListener |
EagerBeansPhaseListener |
A PhaseListener that instantiates eager request scoped beans by JSF view ID.
|
EagerBeansRepository |
Bean repository via which various types of eager beans can be instantiated on demand.
|
EagerBeansRequestListener |
A WebListener that instantiates eager request scoped beans by request URI.
|
EagerBeansSessionListener |
A WebListener that instantiates eager session scoped beans.
|
EagerExtension |
CDI extension that collects beans annotated with
Eager . |