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
|
CdiBeanValidationFactoryProcessor |
Deployment processor that replaces the delegate of LazyValidatorFactory
with a CDI-enabled ValidatorFactory.
|
ExternalBeanArchiveProcessor |
Deployment processor that builds bean archives from external deployments.
|
ServiceReferenceObjectFactory |
Abstract object factory that allows for the creation of service references.
|
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.
|
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 © 2014 JBoss by Red Hat. All rights reserved.