public class WeldAttachments extends Object
AttachmentKey
s for weld attachmentsModifier and Type | Field and Description |
---|---|
static AttachmentKey<BeanDeploymentModule> |
BEAN_DEPLOYMENT_MODULE
The
BeanDeploymentModule for a deployment |
static AttachmentKey<BeanDeploymentArchiveImpl> |
DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVE
The
BeanDeploymentArchiveImpl that corresponds to the main resource root of a deployment or sub deployment. |
static AttachmentKey<AttachmentList<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>>> |
PORTABLE_EXTENSIONS
Portable extensions discovered in sub deployments.
|
Constructor and Description |
---|
WeldAttachments() |
public static final AttachmentKey<BeanDeploymentModule> BEAN_DEPLOYMENT_MODULE
BeanDeploymentModule
for a deploymentpublic static final AttachmentKey<BeanDeploymentArchiveImpl> DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVE
BeanDeploymentArchiveImpl
that corresponds to the main resource root of a deployment or sub deployment. For
consistency, the bean manager that corresponds to this bda is always bound to the java:comp namespace for web modules.public static final AttachmentKey<AttachmentList<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>>> PORTABLE_EXTENSIONS
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.