Registry / web-framework / jsf-impl

jsf-impl

JSON →
library2.2.20javamavenunverified

Mojarra is Oracle's reference implementation of the JavaServer Faces (JSF) 2.2 specification.

<dependency> <groupId>com.sun.faces</groupId> <artifactId>jsf-impl</artifactId> <version>2.2.20</version> </dependency>
INSTALL
IMPORT
SIG · JSF-IMPL
J
jsf-impl
web-frameworkjavav2.2.20
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

Add a faces message in a JSF application.

import javax.faces.application.FacesMessage; import javax.faces.context.FacesContext; FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_INFO, "Success", "Operation completed."));
Debug
Known issues
breakingJSF 2.2 is older; consider upgrading to JSF 2.3 or Jakarta Faces for newer features.
fix
Migrate to jakarta.faces package if using Jakarta EE.
affects: >=2.2.0
Upgrade
Version history
2.2.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jsf-impl — mvn dependency:get jsf-impl · libregistry