Uses of Interface
javax.enterprise.inject.spi.Extension
-
Packages that use Extension Package Description javax.enterprise.inject.se javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.annotated.slim org.jboss.weld.bean.builtin org.jboss.weld.bootstrap org.jboss.weld.bootstrap.enablement org.jboss.weld.bootstrap.events org.jboss.weld.bootstrap.events.configurator org.jboss.weld.environment.se org.jboss.weld.manager org.jboss.weld.util -
-
Uses of Extension in javax.enterprise.inject.se
Methods in javax.enterprise.inject.se with parameters of type Extension Modifier and Type Method Description abstract SeContainerInitializerSeContainerInitializer. 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 Extension Modifier and Type Method Description <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 Extension Modifier and Type Method Description ExtensionProcessSyntheticAnnotatedType. getSource()Get the extension instance which added theAnnotatedTypefor which this event is being fired.ExtensionProcessSyntheticBean. getSource()Get the extension instance which added theBeanfor which this event is being fired.ExtensionProcessSyntheticObserverMethod. getSource()Get the extension instance which added theObserverMethodfor which this event is being fired. -
Uses of Extension in org.jboss.weld.annotated.slim
Methods in org.jboss.weld.annotated.slim that return Extension Modifier and Type Method Description ExtensionSlimAnnotatedTypeContext. getExtension()Methods in org.jboss.weld.annotated.slim with parameters of type Extension Modifier and Type Method Description static <T> SlimAnnotatedTypeContext<T>SlimAnnotatedTypeContext. of(SlimAnnotatedType<T> type, Extension extension) -
Uses of Extension in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin with type parameters of type Extension Modifier and Type Class Description classExtensionBean<E extends Extension> -
Uses of Extension in org.jboss.weld.bootstrap
Subinterfaces of Extension in org.jboss.weld.bootstrap Modifier and Type Interface Description interfaceSyntheticExtensionA synthetic extension.Classes in org.jboss.weld.bootstrap that implement Extension Modifier and Type Class Description classWeldUnusedMetadataExtensionThis optional extension collects all injection points of Java EE components, withInstancerequired type, so that Weld is able to identify unused beans better.Methods in org.jboss.weld.bootstrap that return types with arguments of type Extension Modifier and Type Method Description Iterable<org.jboss.weld.bootstrap.spi.Metadata<Extension>>WeldBootstrap. loadExtensions(ClassLoader classLoader)Methods in org.jboss.weld.bootstrap with parameters of type Extension Modifier and Type Method Description voidBeanDeployerEnvironment. addSyntheticAnnotatedType(SlimAnnotatedType<?> annotatedType, Extension extension)<T> BeanDeployerBeanDeployer. addSyntheticClass(AnnotatedType<T> source, Extension extension, String suffix)Method parameters in org.jboss.weld.bootstrap with type arguments of type Extension Modifier and Type Method Description voidExtensionBeanDeployer. addExtension(org.jboss.weld.bootstrap.spi.Metadata<? extends Extension> extension)voidExtensionBeanDeployer. addExtensions(Iterable<org.jboss.weld.bootstrap.spi.Metadata<? extends Extension>> extensions)org.jboss.weld.bootstrap.api.TypeDiscoveryConfigurationWeldBootstrap. startExtensions(Iterable<org.jboss.weld.bootstrap.spi.Metadata<Extension>> extensions)org.jboss.weld.bootstrap.api.TypeDiscoveryConfigurationWeldStartup. startExtensions(Iterable<org.jboss.weld.bootstrap.spi.Metadata<Extension>> extensions) -
Uses of Extension in org.jboss.weld.bootstrap.enablement
Methods in org.jboss.weld.bootstrap.enablement with parameters of type Extension Modifier and Type Method Description List<Class<?>>GlobalEnablementBuilder. getAlternativeList(Extension extension)List<Class<?>>GlobalEnablementBuilder. getDecoratorList(Extension extension)List<Class<?>>GlobalEnablementBuilder. getInterceptorList(Extension extension) -
Uses of Extension in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return Extension Modifier and Type Method Description protected ExtensionContainerEvent. getReceiver()ExtensionProcessSynthethicBeanImpl. getSource()ExtensionProcessSyntheticAnnotatedTypeImpl. getSource()ExtensionProcessSyntheticObserverMethodImpl. getSource()Methods in org.jboss.weld.bootstrap.events with parameters of type Extension Modifier and Type Method Description protected static <X> voidProcessSynthethicBeanImpl. fire(BeanManagerImpl beanManager, Bean<X> bean, Extension extension)static <T,X>
ObserverMethod<T>ProcessSyntheticObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod, Extension extension)voidContainerLifecycleEvents. fireProcessBean(BeanManagerImpl beanManager, Bean<?> bean, Extension extension)<T> ObserverMethod<T>ContainerLifecycleEvents. fireProcessObserverMethod(BeanManagerImpl beanManager, ObserverMethod<T> observer, Extension extension)voidContainerEvent. postNotify(Extension extension)voidNotificationListener. postNotify(Extension extension)voidProcessAnnotatedTypeImpl. postNotify(Extension extension)voidProcessBeanAttributesImpl. postNotify(Extension extension)voidProcessInjectionPointImpl. postNotify(Extension extension)voidProcessObserverMethodImpl. postNotify(Extension extension)voidProcessProducerImpl. postNotify(Extension extension)voidContainerEvent. preNotify(Extension extension)voidNotificationListener. preNotify(Extension extension)Constructors in org.jboss.weld.bootstrap.events with parameters of type Extension Constructor Description ProcessSynthethicBeanImpl(BeanManagerImpl beanManager, Bean<X> bean, Annotated annotated, Extension extension) -
Uses of Extension in org.jboss.weld.bootstrap.events.configurator
Constructors in org.jboss.weld.bootstrap.events.configurator with parameters of type Extension Constructor Description ObserverMethodConfiguratorImpl(Extension extension)ObserverMethodConfiguratorImpl(ObserverMethod<T> observerMethod, Extension extension) -
Uses of Extension in org.jboss.weld.environment.se
Classes in org.jboss.weld.environment.se that implement Extension Modifier and Type Class Description classWeldSEBeanRegistrantExplicitly registers all of the 'built-in' Java SE related beans and contexts.Methods in org.jboss.weld.environment.se that return Extension Modifier and Type Method Description ExtensionContainerLifecycleObserver.ExtensionBuilder. build()Methods in org.jboss.weld.environment.se that return types with arguments of type Extension Modifier and Type Method Description protected Iterable<org.jboss.weld.bootstrap.spi.Metadata<Extension>>Weld. getExtensions()Methods in org.jboss.weld.environment.se with parameters of type Extension Modifier and Type Method Description WeldWeld. addExtension(Extension extension)Add an extension to the set of extensions.WeldWeld. addExtensions(Extension... extensions)WeldWeld. extensions(Extension... extensions)Define the set of extensions. -
Uses of Extension in org.jboss.weld.manager
Methods in org.jboss.weld.manager with type parameters of type Extension Modifier and Type Method Description <T extends Extension>
TBeanManagerImpl. getExtension(Class<T> extensionClass) -
Uses of Extension in org.jboss.weld.util
Methods in org.jboss.weld.util with type parameters of type Extension Modifier and Type Method Description <T extends Extension>
TForwardingBeanManager. getExtension(Class<T> extensionClass)
-