Package | Description |
---|---|
javax.batch.api |
Provides APIs used by Batch artifacts.
|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
javax.enterprise.inject | |
javax.faces.annotation |
Annotations in this class allow injection of JSF objects into CDI beans. |
javax.faces.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
javax.faces.convert |
Contains classes and interfaces
defining converters.
|
javax.faces.event |
Interfaces describing
events and event listeners, and concrete event implementation classes.
|
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
javax.faces.model |
Standard model data
beans for JavaServer Faces.
|
javax.faces.push |
This package hosts the CDI annotation for
injecting a |
javax.faces.validator |
Interface
defining the validator model, and concrete validator implementation classes.
|
javax.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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.