Uses of Class
javax.enterprise.context.NormalScope

Packages that use NormalScope
javax.enterprise.context   
 

Uses of NormalScope in javax.enterprise.context
 

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



Copyright © 2008-2009 Seam Framework. All Rights Reserved.