Uses of Class
javax.enterprise.context.NormalScope

Packages that use NormalScope
com.caucho.inject   
javax.enterprise.context Contextual bean registration and lookup. 
 

Uses of NormalScope in com.caucho.inject
 

Classes in com.caucho.inject with annotations of type NormalScope
 interface ThreadScoped
           
 interface TransactionScoped
          The @TransactionScoped marks a bean as scoped to the current XA.
 

Uses of NormalScope in javax.enterprise.context
 

Classes in javax.enterprise.context with annotations of type NormalScope
 interface ApplicationScoped
          The @ApplicationScoped represents the servlet application scope
 interface ConversationScoped
          The @ConversationScoped represents the JSF conversation scope
 interface RequestScoped
          The @RequestScoped represents the servlet request scope
 interface SessionScoped
          The @SessionScoped represents the servlet session scope