Class WeldAttachments

java.lang.Object
org.jboss.as.weld.deployment.WeldAttachments

public class WeldAttachments extends Object
AttachmentKeys for weld attachments
Author:
Stuart Douglas
  • Field Details

    • BEAN_DEPLOYMENT_MODULE

      public static final org.jboss.as.server.deployment.AttachmentKey<BeanDeploymentModule> BEAN_DEPLOYMENT_MODULE
      The BeanDeploymentModule for 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_MODULES
      top 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_ARCHIVE
      The 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.
    • BEAN_DEFINING_ANNOTATIONS

      public static final 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.
      See Also:
    • CLASSES_RESOURCE_ROOT

      public static final 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.
  • Constructor Details

    • WeldAttachments

      public WeldAttachments()