Interface | Description |
---|---|
CdiBasedBeanContainer |
Class | Description |
---|---|
CdiBeanContainerBuilder |
Helper class for helping deal with the reflection calls relating to CDI
in terms of building CDI-based
BeanContainer
instance
We need to to avoid statically linking CDI classed into the ClassLoader which
would lead to errors if CDI is not available on the classpath. |
CdiBeanContainerDelayedAccessImpl | |
CdiBeanContainerExtendedAccessImpl | |
CdiBeanContainerImmediateAccessImpl | |
ContainerManagedLifecycleStrategy |
A
BeanLifecycleStrategy to use when CDI compliance is required
(i.e. |
JpaCompliantLifecycleStrategy |
A
BeanLifecycleStrategy to use when JPA compliance is required
(i.e. |
NamedBeanQualifier |
Used to locate named CDI beans.
|
Exception | Description |
---|---|
NoSuchBeanException |
Exception indicating that the given class is not known as a CDI bean - triggers
fallback handling
|
NotYetReadyException |
Exception indicating an attempt to access the CDI BeanManager before it is ready for use
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.