Package | Description |
---|---|
io.smallrye.config.inject | |
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.enterprise.context.control | |
javax.enterprise.inject | |
javax.faces.flow | |
javax.faces.view | |
javax.transaction | |
org.jboss.weld.context |
Class and Description |
---|
ApplicationScoped
Specifies that a bean is application scoped.
|
Class and Description |
---|
ApplicationScoped.Literal
Supports inline instantiation of the
ApplicationScoped annotation. |
BeforeDestroyed.Literal
Supports inline instantiation of the
BeforeDestroyed qualifier. |
ContextException
Indicates a problem relating to context management.
|
ConversationScoped.Literal
Supports inline instantiation of the
ConversationScoped annotation. |
Dependent.Literal
Supports inline instantiation of the
Dependent annotation. |
Destroyed.Literal
Supports inline instantiation of the
Destroyed qualifier. |
Initialized.Literal
Supports inline instantiation of the
Initialized qualifier. |
NormalScope
Specifies that an annotation type is a normal scope type.
|
RequestScoped.Literal
Supports inline instantiation of the
RequestScoped annotation. |
SessionScoped.Literal
Supports inline instantiation of the
SessionScoped annotation. |
Class and Description |
---|
ContextNotActiveException
Indicates that a context is not active.
|
Class and Description |
---|
RequestScoped
Specifies that a bean is request scoped.
|
Class and Description |
---|
NormalScope
Specifies that an annotation type is a normal scope type.
|
Class and Description |
---|
NormalScope
Specifies that an annotation type is a normal scope type.
|
Class and Description |
---|
NormalScope
Specifies that an annotation type is a normal scope type.
|
Class and Description |
---|
Conversation
Allows the application to manage the conversation context by marking
the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation
timeout.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.