| Class | Description |
|---|---|
| BeanArchiveProcessor |
Deployment processor that builds bean archives and attaches them to the deployment
Currently this is done by pulling the information out of the jandex
Index. |
| BeanDefiningAnnotationProcessor |
Determines the set of bean defining annotations as defined by the CDI specification and attaches them under
WeldAttachments.BEAN_DEFINING_ANNOTATIONS. |
| BeansXmlProcessor |
Deployment processor that finds
|
| 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 | |
| WebIntegrationProcessor |
Deployment processor that integrates weld into the web tier
|
| WeldBeanManagerServiceProcessor |
DeploymentUnitProcessor that binds the bean manager to JNDI |
| WeldComponentIntegrationProcessor |
Deployment unit processor that add the
WeldManagedReferenceFactory instantiator
to components that are part of a bean archive. |
| 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 CDI portable extensions.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.