| Constructor and Description |
|---|
ExtensionBean(BeanManagerImpl manager,
WeldClass<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<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<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 |
|---|---|
Metadata<Class<?>> |
Enabled.getAlternativeClass(Class<?> clazz) |
Metadata<Class<? extends Annotation>> |
Enabled.getAlternativeStereotype(Class<? extends Annotation> annotationType) |
Metadata<Class<?>> |
Enabled.getDecorator(Class<?> clazz) |
Metadata<Class<?>> |
Enabled.getInterceptor(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Metadata<Class<?>>> |
Enabled.getAlternativeClasses() |
Collection<Metadata<Class<? extends Annotation>>> |
Enabled.getAlternativeStereotypes() |
Collection<Metadata<Class<?>>> |
Enabled.getDecorators() |
Collection<Metadata<Class<?>>> |
Enabled.getInterceptors() |
| 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<String>> |
BeansXmlImpl.getEnabledAlternativeClasses() |
List<Metadata<String>> |
BeansXmlImpl.getEnabledAlternativeStereotypes() |
List<Metadata<String>> |
BeansXmlImpl.getEnabledDecorators() |
List<Metadata<String>> |
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) |
| Constructor and Description |
|---|
BeansXmlImpl(List<Metadata<String>> enabledAlternativeClasses,
List<Metadata<String>> enabledAlternativeStereotypes,
List<Metadata<String>> enabledDecorators,
List<Metadata<String>> enabledInterceptors,
Scanning scanning) |
BeansXmlImpl(List<Metadata<String>> enabledAlternativeClasses,
List<Metadata<String>> enabledAlternativeStereotypes,
List<Metadata<String>> enabledDecorators,
List<Metadata<String>> enabledInterceptors,
Scanning scanning) |
BeansXmlImpl(List<Metadata<String>> enabledAlternativeClasses,
List<Metadata<String>> enabledAlternativeStereotypes,
List<Metadata<String>> enabledDecorators,
List<Metadata<String>> enabledInterceptors,
Scanning scanning) |
BeansXmlImpl(List<Metadata<String>> enabledAlternativeClasses,
List<Metadata<String>> enabledAlternativeStereotypes,
List<Metadata<String>> enabledDecorators,
List<Metadata<String>> enabledInterceptors,
Scanning scanning) |
FilterImpl(String pattern,
String name,
Collection<Metadata<SystemPropertyActivation>> systemPropertyActivation,
Collection<Metadata<ClassAvailableActivation>> classAvailableActivation) |
FilterImpl(String pattern,
String name,
Collection<Metadata<SystemPropertyActivation>> systemPropertyActivation,
Collection<Metadata<ClassAvailableActivation>> classAvailableActivation) |
ScanningImpl(Collection<Metadata<Filter>> includes,
Collection<Metadata<Filter>> excludes) |
ScanningImpl(Collection<Metadata<Filter>> includes,
Collection<Metadata<Filter>> excludes) |
| 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 |
XmlMetadata<T> |
Copyright © 2013 Seam Framework. All Rights Reserved.