Package | Description |
---|---|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.faces.flow |
The runtime API for Faces Flows. |
javax.faces.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
javax.transaction |
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 |
FlowScoped
FlowScoped is a CDI
scope that causes the runtime to consider classes with this
annotation to be in the scope of the specified |
Modifier and Type | Class and Description |
---|---|
interface |
ViewScoped
When this annotation, along with |
Modifier and Type | Class and Description |
---|---|
interface |
TransactionScoped
Annotation used to indicate a bean is to be scoped to the current active
JTA transaction.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.