Uses of Interface
javax.enterprise.inject.spi.Prioritized
-
Packages that use Prioritized Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.environment.se org.jboss.weld.event -
-
Uses of Prioritized in javax.enterprise.inject.spi
Subinterfaces of Prioritized in javax.enterprise.inject.spi Modifier and Type Interface Description interfaceCDIProviderInterface implemented by a CDI provider to provide access to the current containerinterfaceObserverMethod<T>Represents an observer method of an enabled bean. -
Uses of Prioritized in org.jboss.weld.environment.se
Classes in org.jboss.weld.environment.se that implement Prioritized Modifier and Type Class Description classContainerLifecycleObserver<T>Represents a synthetic container lifecycle event observer.classWeldSEProvider -
Uses of Prioritized in org.jboss.weld.event
Subinterfaces of Prioritized in org.jboss.weld.event Modifier and Type Interface Description interfaceContainerLifecycleEventObserverMethod<T>Marker interface for container lifecycle event observer methods.interfaceEventMetadataAwareObserverMethod<T>Marker interface for observer methods which are able to decide whether an access toEventMetadatais required or not.interfaceSyntheticObserverMethod<T>Marker interface for synthetic observer methods.Classes in org.jboss.weld.event that implement Prioritized Modifier and Type Class Description classExtensionObserverMethodImpl<T,X>An implementation ofObserverMethodused for events delivered to extensions.classObserverMethodImpl<T,X>Reference implementation for the ObserverMethod interface, which represents an observer method.
-