| Constructor and Description |
|---|
ExtensionBean(BeanManagerImpl manager,
EnhancedAnnotatedType<Extension> clazz,
Metadata<Extension> instance) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
WeldBootstrap.loadExtensions(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionBeanDeployer.addExtension(Metadata<Extension> extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionBeanDeployer.addExtensions(Iterable<Metadata<Extension>> extensions) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
Bootstrap.loadExtensions(ClassLoader classLoader)
Load CDI extensions using the provided ClassLoader
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Metadata<ClassAvailableActivation>> |
Filter.getClassAvailableActivations()
Nested <if-class-available> elements
|
List<Metadata<EnabledClass>> |
BeansXml.getEnabledAlternatives() |
List<Metadata<EnabledClass>> |
BeansXml.getEnabledDecorators() |
List<Metadata<EnabledClass>> |
BeansXml.getEnabledInterceptors() |
Collection<Metadata<Filter>> |
Scanning.getExcludes()
The <exclude> element
|
Iterable<Metadata<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
|
| Modifier and Type | Method and Description |
|---|---|
T |
RemoveMetadataWrapperFunction.apply(Metadata<T> from) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileMetadata<T> |
class |
MetadataImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
Collection<Metadata<ClassAvailableActivation>> |
FilterImpl.getClassAvailableActivations() |
List<Metadata<EnabledClass>> |
BeansXmlImpl.getEnabledAlternatives() |
List<Metadata<EnabledClass>> |
BeansXmlImpl.getEnabledDecorators() |
List<Metadata<EnabledClass>> |
BeansXmlImpl.getEnabledInterceptors() |
Collection<Metadata<Filter>> |
ScanningImpl.getExcludes() |
Collection<Metadata<Filter>> |
ScanningImpl.getIncludes() |
Collection<Metadata<SystemPropertyActivation>> |
FilterImpl.getSystemPropertyActivations() |
| Constructor and Description |
|---|
FilterPredicate(Metadata<Filter> filter,
ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Metadata<S>> |
ServiceLoader.iterator()
Lazily loads the available providers of this loader's service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpecXmlMetadata
Metadata about a beans.xml entry.
|
class |
XmlMetadata<T> |
Copyright © 2012 Seam Framework. All Rights Reserved.