Uses of Interface
javax.enterprise.context.spi.Contextual
-
Packages that use Contextual Package Description javax.enterprise.context.spi javax.enterprise.inject.spi -
-
Uses of Contextual in javax.enterprise.context.spi
Methods in javax.enterprise.context.spi with parameters of type Contextual Modifier and Type Method Description void
AlterableContext. destroy(Contextual<?> contextual)
<T> T
Context. get(Contextual<T> component)
Returns the instance of the webbeans in this context if exist otherwise return null.<T> T
Context. get(Contextual<T> component, CreationalContext<T> creationalContext)
If the context is not active, throwsContextNotActiveException
. -
Uses of Contextual in javax.enterprise.inject.spi
Subinterfaces of Contextual in javax.enterprise.inject.spi Modifier and Type Interface Description interface
Bean<T>
Reprensts bean instances that are contextual and injectable by the container.interface
Decorator<T>
Decorator Bean.interface
Interceptor<T>
A Bean for creating and using an interceptor.Methods in javax.enterprise.inject.spi with parameters of type Contextual Modifier and Type Method Description <T> CreationalContext<T>
BeanManager. createCreationalContext(Contextual<T> contextual)
Returns a new creational context implementation.
-