Package org.jboss.as.weld.deployment
Class WeldAttachments
java.lang.Object
org.jboss.as.weld.deployment.WeldAttachments
AttachmentKeys for weld attachments- Author:
- Stuart Douglas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<BeanDeploymentArchiveImpl>>top level list of all additional bean deployment modulesstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<AnnotationType>>A set of bean defining annotations, as defined by the CDI specification.static final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentModule>TheBeanDeploymentModulefor a deploymentstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.module.ResourceRoot>TheResourceRootfor WEB-INF/classes of a web archive.static final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentArchiveImpl>TheBeanDeploymentArchiveImplthat corresponds to the main resource root of a deployment or sub deployment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BEAN_DEPLOYMENT_MODULE
public static final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentModule> BEAN_DEPLOYMENT_MODULETheBeanDeploymentModulefor a deployment -
ADDITIONAL_BEAN_DEPLOYMENT_MODULES
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<BeanDeploymentArchiveImpl>> ADDITIONAL_BEAN_DEPLOYMENT_MODULEStop level list of all additional bean deployment modules -
DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVE
public static final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentArchiveImpl> DEPLOYMENT_ROOT_BEAN_DEPLOYMENT_ARCHIVETheBeanDeploymentArchiveImplthat 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. -
BEAN_DEFINING_ANNOTATIONS
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<AnnotationType>> BEAN_DEFINING_ANNOTATIONSA set of bean defining annotations, as defined by the CDI specification.- See Also:
-
CLASSES_RESOURCE_ROOT
public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.module.ResourceRoot> CLASSES_RESOURCE_ROOTTheResourceRootfor WEB-INF/classes of a web archive.
-
-
Constructor Details
-
WeldAttachments
public WeldAttachments()
-