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 voidAlterableContext. destroy(Contextual<?> contextual)<T> TContext. get(Contextual<T> component)Returns the instance of the webbeans in this context if exist otherwise return null.<T> TContext. 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 interfaceBean<T>Reprensts bean instances that are contextual and injectable by the container.interfaceDecorator<T>Decorator Bean.interfaceInterceptor<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.
-