public class WeldAttachments extends Object
AttachmentKey
s for weld attachmentsModifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<BeanDeploymentArchiveImpl>> |
ADDITIONAL_BEAN_DEPLOYMENT_MODULES
top level list of all additional bean deployment modules
|
static AttachmentKey<AttachmentList<AnnotationType>> |
BEAN_DEFINING_ANNOTATIONS
A set of bean defining annotations, as defined by the CDI specification.
|
static AttachmentKey<BeanDeploymentModule> |
BEAN_DEPLOYMENT_MODULE
The
BeanDeploymentModule for a deployment |
static AttachmentKey<ResourceRoot> |
CLASSES_RESOURCE_ROOT
The
ResourceRoot for WEB-INF/classes of a web archive. |
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<AnnotationType>> |
INJECTION_TARGET_DEFINING_ANNOTATIONS
A set of injection target defining annotations.
|
Constructor and Description |
---|
WeldAttachments() |
public static final AttachmentKey<BeanDeploymentModule> BEAN_DEPLOYMENT_MODULE
BeanDeploymentModule
for a deploymentpublic static final AttachmentKey<AttachmentList<BeanDeploymentArchiveImpl>> ADDITIONAL_BEAN_DEPLOYMENT_MODULES
public 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<AnnotationType>> BEAN_DEFINING_ANNOTATIONS
CdiAnnotationProcessor
public static final AttachmentKey<AttachmentList<AnnotationType>> INJECTION_TARGET_DEFINING_ANNOTATIONS
CdiAnnotationProcessor
public static final AttachmentKey<ResourceRoot> CLASSES_RESOURCE_ROOT
ResourceRoot
for WEB-INF/classes of a web archive.Copyright © 2015 JBoss by Red Hat. All rights reserved.