Uses of Interface
javax.enterprise.context.spi.Contextual

Packages that use Contextual
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
<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, throws ContextNotActiveException.
 

Uses of Contextual in javax.enterprise.inject.spi
 

Subinterfaces of Contextual in javax.enterprise.inject.spi
 interface Bean<T>
          Reprensts bean instances that are contextual and injectable by the container.
 interface Decorator<T>
           
 interface Interceptor<T>
           
 

Methods in javax.enterprise.inject.spi with parameters of type Contextual
<T> CreationalContext<T>
BeanManager.createCreationalContext(Contextual<T> contextual)
          Returns a new creational context implementation.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.