Uses of Interface
javax.enterprise.inject.spi.Extension
Packages that use Extension
Package
Description
The portable extension integration SPI.
-
Uses of Extension in javax.enterprise.inject.se
Methods in javax.enterprise.inject.se with parameters of type ExtensionModifier and TypeMethodDescriptionabstract SeContainerInitializer
SeContainerInitializer.addExtensions
(Extension... extensions) Add extensions to the set of extensions. -
Uses of Extension in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi with type parameters of type ExtensionModifier and TypeMethodDescription<T extends Extension>
TBeanManager.getExtension
(Class<T> extensionClass) Obtains the container's instance of an Extension class declared inMETA-INF/services
.Methods in javax.enterprise.inject.spi that return ExtensionModifier and TypeMethodDescriptionProcessSyntheticAnnotatedType.getSource()
Get the extension instance which added theAnnotatedType
for which this event is being fired.ProcessSyntheticBean.getSource()
Get the extension instance which added theBean
for which this event is being fired.ProcessSyntheticObserverMethod.getSource()
Get the extension instance which added theObserverMethod
for which this event is being fired.