Uses of Class
javax.context.ScopeType

Packages that use ScopeType
javax.context   
 

Uses of ScopeType in javax.context
 

Classes in javax.context with annotations of type ScopeType
 interface ApplicationScoped
          Specifies that a bean is application scoped.
 interface ConversationScoped
          Specifies that a bean is conversation scoped.
 interface Dependent
          Specifies that a bean is dependent scoped.
 interface RequestScoped
          Specifies that a bean is request scoped.
 interface SessionScoped
          Specifies that a bean is session scoped.
 



Copyright © 2008-2009. All Rights Reserved.