Uses of Interface
javax.context.Contextual

Packages that use Contextual
javax.context   
javax.inject.manager   
 

Uses of Contextual in javax.context
 

Methods in javax.context with parameters of type Contextual
<T> T
Context.get(Contextual<T> contextual)
          Return an existing instance of a contextual type or create a new instance of a contextual type
<T> T
Context.get(Contextual<T> contextual, CreationalContext<T> creationalContext)
          Return an existing instance of a contextual type or create a new instance of a contextual type
 

Uses of Contextual in javax.inject.manager
 

Classes in javax.inject.manager that implement Contextual
 class Bean<T>
          The contract between the manager and a bean.
 class Decorator
          The Bean object for a a decorator This interface should not be called directly by the application.
 class Interceptor
          The contract between the manager and a interceptor.
 



Copyright © 2008-2009. All Rights Reserved.