public class WeldAttachments extends Object
AttachmentKeys for weld attachments| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<BeanDeploymentArchiveImpl>> |
ADDITIONAL_BEAN_DEPLOYMENT_MODULES
top level list of all additional bean deployment modules
|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<AnnotationType>> |
BEAN_DEFINING_ANNOTATIONS
A set of bean defining annotations, as defined by the CDI specification.
|
static org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentModule> |
BEAN_DEPLOYMENT_MODULE
The
BeanDeploymentModule for a deployment |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.module.ResourceRoot> |
CLASSES_RESOURCE_ROOT
The
ResourceRoot for WEB-INF/classes of a web archive. |
static org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentArchiveImpl> |
DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVE
The
BeanDeploymentArchiveImpl that corresponds to the main resource root of a deployment or sub deployment. |
| Constructor and Description |
|---|
WeldAttachments() |
public static final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentModule> BEAN_DEPLOYMENT_MODULE
BeanDeploymentModule for a deploymentpublic static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<BeanDeploymentArchiveImpl>> ADDITIONAL_BEAN_DEPLOYMENT_MODULES
public static final org.jboss.as.server.deployment.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 org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<AnnotationType>> BEAN_DEFINING_ANNOTATIONS
CdiAnnotationProcessorpublic static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.module.ResourceRoot> CLASSES_RESOURCE_ROOT
ResourceRoot for WEB-INF/classes of a web archive.Copyright © 2021 JBoss by Red Hat. All rights reserved.