Registry / web-framework / javax-faces-api

javax-faces-api

JSON →
library2.3javamavenunverified

The JavaServer Faces API provides a component-based UI framework for building web applications.

<dependency> <groupId>javax.faces</groupId> <artifactId>javax.faces-api</artifactId> <version>2.3</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-FACES-API
J
javax-faces-api
web-frameworkjavav2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FacesMessage
javax.faces.application.FacesMessage

Create a FacesMessage for JSF

import javax.faces.application.FacesMessage; FacesMessage msg = new FacesMessage("Hello", "World");
Debug
Known issues
breakingJSF 2.3 is the last version under javax.faces; future versions use jakarta.faces.
fix
Use jakarta.faces for new projects or migrate when upgrading.
affects: >=2.3
Upgrade
Version history
2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javax-faces-api — mvn dependency:get javax-faces-api · libregistry