Registry / web-framework / javax-faces

javax-faces

JSON →
library2.4.0javamavenunverified

Fake project depended by Mojarra 2.4.0; provides the javax.faces API for JavaServer Faces.

<dependency> <groupId>org.glassfish</groupId> <artifactId>javax.faces</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-FACES
J
javax-faces
web-frameworkjavav2.4.0
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 JSF FacesMessage instance.

import javax.faces.application.FacesMessage; public class Example { public static void main(String[] args) { FacesMessage msg = new FacesMessage("Hello", "Detail"); System.out.println(msg.getSummary()); } }
Debug
Known issues
gotchaThis artifact is a placeholder; use the actual Mojarra implementation (org.glassfish:javax.faces) for real usage.
fix
Replace with org.glassfish:javax.faces for the full implementation.
affects: *
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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