| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.annotated.slim |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.events |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.environment.deployment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.environment.se | |
| org.jboss.weld.environment.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.probe | |
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Extension> |
BeanManager.getExtension(Class<T> extensionClass)
Obtains the container's instance of an Extension class declared in
META-INF/services. |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ProcessSyntheticAnnotatedType.getSource()
Get the extension instance which added the
AnnotatedType for which this event is being fired. |
| Modifier and Type | Method and Description |
|---|---|
Extension |
SlimAnnotatedTypeContext.getExtension() |
| Modifier and Type | Method and Description |
|---|---|
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type,
ClassTransformer transformer,
Extension extension) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionBean<E extends Extension> |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
WeldBootstrap.loadExtensions(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeployerEnvironment.addSyntheticAnnotatedType(SlimAnnotatedType<?> annotatedType,
Extension extension) |
<T> BeanDeployer |
BeanDeployer.addSyntheticClass(AnnotatedType<T> source,
Extension extension,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionBeanDeployer.addExtension(Metadata<? extends Extension> extension) |
void |
ExtensionBeanDeployer.addExtensions(Iterable<Metadata<? extends Extension>> extensions) |
TypeDiscoveryConfiguration |
WeldStartup.startExtensions(Iterable<Metadata<Extension>> extensions) |
TypeDiscoveryConfiguration |
WeldBootstrap.startExtensions(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 |
|---|---|
TypeDiscoveryConfiguration |
CDI11Bootstrap.startExtensions(Iterable<Metadata<Extension>> extensions)
The container bootstrap sequence begins with initializing extensions.
|
| Modifier and Type | Method and Description |
|---|---|
protected Extension |
ContainerEvent.getReceiver() |
Extension |
ProcessSyntheticAnnotatedTypeImpl.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationListener.postNotify(Extension extension) |
void |
ContainerEvent.postNotify(Extension extension) |
void |
NotificationListener.preNotify(Extension extension) |
void |
ContainerEvent.preNotify(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
Deployment.getExtensions()
Specifies the extensions this deployment should call observer methods on.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
AbstractWeldDeployment.getExtensions() |
| Constructor and Description |
|---|
AbstractWeldDeployment(Bootstrap bootstrap,
Iterable<Metadata<Extension>> extensions) |
WeldDeployment(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<WeldBeanDeploymentArchive> beanDeploymentArchives,
Iterable<Metadata<Extension>> extensions) |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldSEBeanRegistrant
Explicitly registers all of the 'built-in' Java SE related beans and contexts.
|
| Modifier and Type | Method and Description |
|---|---|
Weld |
Weld.addExtension(Extension extension)
Add an extension to the set of extensions.
|
Weld |
Weld.extensions(Extension... extensions)
Define the set of extensions.
|
| Modifier and Type | Method and Description |
|---|---|
static Extension |
DevelopmentMode.getProbeExtension(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Extension> |
BeanManagerImpl.getExtension(Class<T> extensionClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProbeExtension
This extension adds
AnnotatedTypes needed for monitoring. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Extension> |
ForwardingBeanManager.getExtension(Class<T> extensionClass) |
Copyright © 2016. All Rights Reserved.