Package | Description |
---|---|
jakarta.faces |
Top
level classes for the Jakarta Faces API.
|
jakarta.faces.annotation |
Annotations in this class allow injection of Jakarta Faces objects into CDI beans.
|
jakarta.faces.application |
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
|
jakarta.faces.component |
Fundamental APIs for user
interface components.
|
jakarta.faces.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
jakarta.faces.component.html |
Specialized user interface component classes for HTML.
|
jakarta.faces.component.search |
APIs for searching for components in the
component tree by using expressions.
|
jakarta.faces.component.visit |
APIs for
traversing a user interface component view.
|
jakarta.faces.context |
Classes and interfaces
defining per-request state information.
|
jakarta.faces.convert |
Contains classes and interfaces
defining converters.
|
jakarta.faces.el |
DEPRECATED Classes and interfaces for evaluating and
processing reference expressions.
|
jakarta.faces.event |
Interfaces describing
events and event listeners, and concrete event implementation classes.
|
jakarta.faces.flow |
The
runtime API for Faces Flows.
|
jakarta.faces.flow.builder |
Classes for declaring a Faces
Flow.
|
jakarta.faces.lifecycle |
Classes and interfaces defining lifecycle management for the
Jakarta Faces implementation.
|
jakarta.faces.model |
Standard model data
beans for Jakarta Faces.
|
jakarta.faces.push |
This package hosts the CDI annotation for
injecting a
PushContext . |
jakarta.faces.render |
Classes
and interfaces defining the rendering model.
|
jakarta.faces.validator |
Interface
defining the validator model, and concrete validator implementation classes.
|
jakarta.faces.view |
Classes
for defining a View Declaration Language (VDL) for authoring
JavaServer Faces user interfaces.
|
jakarta.faces.view.facelets |
This package contains public classes for
the Java code API of Facelets.
|
jakarta.faces.webapp |
Classes
required for integration of Jakarta Faces into web applications, including a standard Jakarta Servlet, base
classes for Jakarta Server Pages custom component tags, and concrete tag implementations for core tags.
|