Package | Description |
---|---|
com.caucho.inject | |
javax.enterprise.context |
Contextual bean registration and lookup.
|
Modifier and Type | Class and Description |
---|---|
interface |
ThreadScoped |
interface |
TransactionScoped
The @TransactionScoped marks a bean as scoped to the current XA.
|
Modifier and Type | Class and Description |
---|---|
interface |
ApplicationScoped
The @ApplicationScoped represents the servlet application scope
|
interface |
ConversationScoped
The @ConversationScoped represents the JSF conversation scope
|
interface |
RequestScoped
The @RequestScoped represents the servlet request scope
|
interface |
SessionScoped
The @SessionScoped represents the servlet session scope
|