Package | Description |
---|---|
jakarta.batch.api |
Provides APIs used by Batch artifacts.
|
jakarta.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
jakarta.enterprise.inject | |
jakarta.faces.annotation | |
jakarta.faces.component.behavior | |
jakarta.faces.context | |
jakarta.faces.convert | |
jakarta.faces.event | |
jakarta.faces.flow.builder | |
jakarta.faces.model | |
jakarta.faces.push | |
jakarta.faces.validator | |
jakarta.inject |
This package specifies a means for obtaining objects in such a way as to
maximize reusability, testability and maintainability compared to
traditional approaches such as constructors, factories, and service
locators (e.g., JNDI). This process, known as dependency
injection, is beneficial to most nontrivial applications.
|
Modifier and Type | Class and Description |
---|---|
interface |
BatchProperty
Annotation used by batch artifacts to declare a
field which is injectable via a JSL-defined value
(possibly leveraging Job XML substitutions).
|
Modifier and Type | Class and Description |
---|---|
interface |
BeforeDestroyed
An event with this qualifier is fired when a context is about to be destroyed, i.e.
|
interface |
Destroyed
An event with this qualifier is fired when a context is destroyed, i.e.
|
interface |
Initialized
An event with this qualifier is fired when a context is initialized, i.e.
|
Modifier and Type | Class and Description |
---|---|
interface |
Any
The built-in qualifier type.
|
interface |
Decorated
A decorator may inject metadata about the bean it is decorating
|
interface |
Default
The default qualifier type.
|
interface |
Intercepted
An interceptor may inject metadata about the bean it is intercepting.
|
interface |
New
The
New qualifier was deprecated in CDI 1.1. |
Modifier and Type | Class and Description |
---|---|
interface |
ApplicationMap
The presence of this annotation (along with |
interface |
FacesConfig
The presence of this annotation on a managed bean deployed within an application causes version specific features to
be enabled as specified in the enum |
interface |
FlowMap
The presence of this annotation (along with |
interface |
HeaderMap
The presence of this annotation (along with |
interface |
HeaderValuesMap
The presence of this annotation (along with |
interface |
InitParameterMap
The presence of this annotation (along with |
interface |
ManagedProperty
The presence of this annotation (along with |
interface |
RequestCookieMap
The presence of this annotation (along with |
interface |
RequestMap
The presence of this annotation (along with |
interface |
RequestParameterMap
The presence of this annotation (along with |
interface |
RequestParameterValuesMap
The presence of this annotation (along with |
interface |
SessionMap
The presence of this annotation (along with |
interface |
ViewMap
The presence of this annotation (along with |
Modifier and Type | Class and Description |
---|---|
interface |
FacesBehavior
The presence of this annotation on a class automatically registers the class with the runtime as a |
Modifier and Type | Class and Description |
---|---|
interface |
RequestCookieMap |
interface |
SessionMap |
Modifier and Type | Class and Description |
---|---|
interface |
FacesConverter
The presence of this annotation on a class automatically registers the
class with the runtime as a |
Modifier and Type | Class and Description |
---|---|
static interface |
WebsocketEvent.Closed
Indicates that a |
static interface |
WebsocketEvent.Opened
Indicates that a |
Modifier and Type | Class and Description |
---|---|
interface |
FlowBuilderParameter
The presence of this annotation on a CDI producer method for the |
interface |
FlowDefinition
The presence of this annotation on a CDI producer method indicates that the method will produce a flow. |
Modifier and Type | Class and Description |
---|---|
interface |
FacesDataModel
|
Modifier and Type | Class and Description |
---|---|
interface |
Push
The CDI annotation |
Modifier and Type | Class and Description |
---|---|
interface |
FacesValidator
The presence of this annotation on a class automatically registers the
class with the runtime as a |
Modifier and Type | Class and Description |
---|---|
interface |
Named
String-based qualifier.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.