Class WeldAttachments


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

      • 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:
        CdiAnnotationProcessor
      • 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.
      • INGORE_PRECALCULATED_JANDEX_MODULES

        public static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<String>> INGORE_PRECALCULATED_JANDEX_MODULES
        Modules which should not use a pre-calculated Jandex
    • Constructor Detail

      • WeldAttachments

        public WeldAttachments()