| BeanArchiveProcessor |
Deployment processor that builds bean archives and attaches them to the deployment
|
| BeanDefiningAnnotationProcessor |
|
| BeansXmlProcessor |
Deployment processor that finds beans.xml files and attaches the information to the deployment
|
| DefaultImplicitBeanArchiveDetector |
|
| DefaultModuleServiceProvider |
|
| DevelopmentModeProcessor |
Deployment processor that initializes Weld Probe if the development mode has been enabled.
|
| EarApplicationScopedObserverMethodProcessor |
Processor that registers a CDI portable extension for EAR deployments, which adds support for EE facilities, to CDI app context lifecycle event handlers.
|
| ExternalBeanArchiveProcessor |
Deployment processor that builds bean archives from external deployments.
|
| SecurityBootstrapDependencyInstaller |
|
| SimpleEnvEntryCdiResourceInjectionProcessor |
Processes deployment descriptor env-entry configurations looking for cases where an injection target
is specified and the env-entry-type is one of the 'Simple Environment Entry' Java types listed in Section 5.4
of the Jakarta EE 9.1 Platform specification.
|
| WebIntegrationProcessor |
Deployment processor that integrates weld into the web tier
|
| WeldBeanManagerServiceProcessor |
DeploymentUnitProcessor that binds the bean manager to JNDI
|
| WeldComponentIntegrationProcessor |
|
| WeldConfigurationProcessor |
Merges the per-deployment configuration defined in jboss-all.xml with the global configuration and attaches the result under
WeldConfiguration.ATTACHMENT_KEY.
|
| WeldDependencyProcessor |
Deployment processor which adds a module dependencies for modules needed for weld deployments.
|
| WeldDeploymentCleanupProcessor |
A processor which takes care of after boot cleanup for Weld.
|
| WeldDeploymentProcessor |
Deployment processor that installs the weld services and all other required services
|
| WeldImplicitDeploymentProcessor |
Deployment processor that finds implicit bean archives (as defined by the CDI spec).
|
| WeldPortableExtensionProcessor |
Deployment processor that loads Jakarta Contexts and Dependency Injection portable extensions.
|