Uses of Class
javax.enterprise.context.ScopeType

Packages that use ScopeType
javax.enterprise.context   
javax.enterprise.inject.spi   
 

Uses of ScopeType in javax.enterprise.context
 

Classes in javax.enterprise.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.
 

Uses of ScopeType in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return ScopeType
 ScopeType BeanManager.getScopeDefinition(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
          Return a ScopeType definition type for a given annotation representing a scope type
 



Copyright © 2008-2009. All Rights Reserved.