Uses of Class
javax.enterprise.context.NormalScope

Packages that use NormalScope
javax.enterprise.context Annotations and interfaces relating to scopes and contexts. 
 

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-2013 JBoss by Red Hat, Inc.. All Rights Reserved.