| Package | Description |
|---|---|
| javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
| org.jboss.weld.environment.se.contexts |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
ThreadScoped
Used to represent that a managed bean is scoped to the current thread.
|
Copyright © 2014 Seam Framework. All Rights Reserved.