Uses of Class
javax.enterprise.context.NormalScope
-
Packages that use NormalScope Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts.org.jboss.weld.environment.se.contexts -
-
Uses of NormalScope in javax.enterprise.context
Classes in javax.enterprise.context with annotations of type NormalScope Modifier and Type Class Description interfaceApplicationScopedSpecifies that a bean is application scoped.interfaceConversationScopedSpecifies that a bean is conversation scoped.interfaceRequestScopedSpecifies that a bean is request scoped.interfaceSessionScopedSpecifies that a bean is session scoped. -
Uses of NormalScope in org.jboss.weld.environment.se.contexts
Classes in org.jboss.weld.environment.se.contexts with annotations of type NormalScope Modifier and Type Class Description interfaceThreadScopedUsed to represent that a managed bean is scoped to the current thread.
-