Package | Description |
---|---|
org.jboss.weld.bootstrap.api | |
org.jboss.weld.bootstrap.spi |
Modifier and Type | Method and Description |
---|---|
Iterable<Metadata<javax.enterprise.inject.spi.Extension>> |
Bootstrap.loadExtensions(ClassLoader classLoader)
Load CDI extensions using the provided ClassLoader
|
Modifier and Type | Method and Description |
---|---|
TypeDiscoveryConfiguration |
CDI11Bootstrap.startExtensions(Iterable<Metadata<javax.enterprise.inject.spi.Extension>> extensions)
The container bootstrap sequence begins with initializing extensions.
|
Modifier and Type | Method and Description |
---|---|
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 © 2008-2015. All Rights Reserved.