All Classes and Interfaces

Class
Description
A base for building a BeanManagerProvider backed by JNDI
 
 
 
 
A convenient base class for obtaining a reference to the BeanManager from a non-managed class, or a class which may not be managed in certain environments (i.e., a listener in a Servlet container).
A utility for use in non-managed classes, which are not able to obtain a reference to the BeanManager using injection.
BeanManagerProvider is the SPI for BeanManagerLocator which allows third parties to register a way of obtaining the BeanManager outside of CDI managed objects.
A runtime exception that is thrown when the attempt to resolve the BeanManager using the BeanManagerProvider service fails to locate the BeanManager.
 
 
 
 
Implementation of BeanNameResolver for CDI.
 
 
 
Qualifier used to identify a ELResolver that contains the default EL resolvers and any user registered el resolvers
A BeanManagerProvider that looks it up from the standard JNDI location
A dummy function mapper that is installed by default.
A dummy variable mapper that is installed by default.
Creates the composite EL Resolver which contains the default EL resolvers, the CDI EL resolver and any user registered resolvers.
Provides various utility methods for working with EL expressions.
Utility class for resolving all bean types from a given type.
Qualifies the FunctionMapper and VariableMapper beans used to create an ELContext for use in Expressions.
 
Utility class for working with JDK Reflection and also CDI's Annotated metadata.
 
Qualifier used to identify a jakarta.el.ELResolver to register with the application wide jakarta.el.ELResolver provided by Solder
 
Propagates events from RewriteLifecycleListener to CDI Event bus.
 
A BeanManagerProvider that looks it up from the standard JNDI location used in servlet containers.
Utility class for Types
Implementation of WildcardType