Uses of Interface
org.jboss.weld.bootstrap.spi.Metadata

Packages that use Metadata
org.jboss.weld.bootstrap.api   
org.jboss.weld.bootstrap.spi   
 

Uses of Metadata in org.jboss.weld.bootstrap.api
 

Methods in org.jboss.weld.bootstrap.api that return types with arguments of type Metadata
 Iterable<Metadata<javax.enterprise.inject.spi.Extension>> Bootstrap.loadExtensions(ClassLoader classLoader)
          Load CDI extensions using the provided ClassLoader
 

Uses of Metadata in org.jboss.weld.bootstrap.spi
 

Methods in org.jboss.weld.bootstrap.spi that return types with arguments of type Metadata
 Collection<Metadata<ClassAvailableActivation>> Filter.getClassAvailableActivations()
          Nested <if-class-available> elements
 List<Metadata<String>> BeansXml.getEnabledAlternativeClasses()
           
 List<Metadata<String>> BeansXml.getEnabledAlternativeStereotypes()
           
 List<Metadata<String>> BeansXml.getEnabledDecorators()
           
 List<Metadata<String>> BeansXml.getEnabledInterceptors()
           
 Collection<Metadata<Filter>> Scanning.getExcludes()
          The <exclude> element
 Iterable<Metadata<javax.enterprise.inject.spi.Extension>> Deployment.getExtensions()
          Specifies the extensions this deployment should call observer methods on.
 Collection<Metadata<Filter>> Scanning.getIncludes()
          The <include> element
 Collection<Metadata<SystemPropertyActivation>> Filter.getSystemPropertyActivations()
          Nested <if-system-property> elements
 



Copyright © 2013 Seam Framework. All Rights Reserved.