Uses of Class
javax.webbeans.ScopeType

Packages that use ScopeType
javax.webbeans   
 

Uses of ScopeType in javax.webbeans
 

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



Copyright © 2008. All Rights Reserved.