| ACLSingletonProvider |
Singleton provider that uses Application ClassLoader to differentiate
between applications.
|
| BeanDeploymentArchiveImpl |
|
| BeanManagerNamingProxy |
Proxy for java:comp/BeanManager lookups
|
| ClassGenerator |
|
| DeploymentImpl |
|
| GlassFishWeldProvider |
|
| InjectionPointHelper |
|
| ResourceLoaderImpl |
This is implementation of ResourceLoader interface.
|
| RootBeanDeploymentArchive |
A root BDA represents the root of a module where a module is a war, ejb, rar, ear lib
A root BDA of each module follows accessibility of the module (can only see BDAs, including root ones,
in accessible modules).
|
| ValidationNamingProxy |
Proxy for jakarta.validation based lookups (java:comp/Validator, java:comp/ValidatorFactory) when CDI enabled
|
| WebComponentInjectionManager<T> |
This is a decorator which calls Weld implementation to
do necessary injection of a web component.
|
| WeldActivator |
This is a bundle activator which is responsible for configuring Weld bundle
to be used in GlassFish.
|
| WeldApplicationContainer |
|
| WeldContainer |
Service for the Weld container
|
| WeldContextListener |
ServletContextListener implementation that ensures (for Weld applications)
the correct Weld EL Resolver and Weld EL Context Listener is used for JSP(s).
|
| WeldDeployer |
|
| WeldTerminationListenerProxy |
checks whether bean manager exists before calling the real listener
|