Interface | Description |
---|---|
Conversation |
The CDI conversation
|
Exception | Description |
---|---|
BusyConversationException |
Exception thrown when a webbean definition is inconsistent or invalid
|
ContextException |
Exception thrown when a webbean definition is inconsistent or invalid
|
ContextNotActiveException |
Exception thrown when a webbean definition is inconsistent or invalid
|
NonexistentConversationException |
Exception thrown when a webbean definition is inconsistent or invalid
|
Annotation Type | Description |
---|---|
ApplicationScoped |
The @ApplicationScoped represents the servlet application scope
|
ConversationScoped |
The @ConversationScoped represents the JSF conversation scope
|
Dependent |
The @Dependent scope
|
NormalScope |
The @NormalScope
|
RequestScoped |
The @RequestScoped represents the servlet request scope
|
SessionScoped |
The @SessionScoped represents the servlet session scope
|