Registry / web-framework / jboss-jsf-api-2-1-spec

jboss-jsf-api-2-1-spec

JSON →
library2.1.28.SP2javamavenunverified

JSR-000314: JavaServer Faces 2.1 API specification implementation by JBoss.

<dependency> <groupId>org.jboss.spec.javax.faces</groupId> <artifactId>jboss-jsf-api_2.1_spec</artifactId> <version>2.1.28.SP2</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-JSF-API-2-1-
J
jboss-jsf-api-2-1-spec
web-frameworkjavav2.1.28.SP2
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.

FacesContext
javax.faces.context.FacesContext

Gets the current FacesContext instance.

import javax.faces.context.FacesContext; public class Quickstart { public static void main(String[] args) { FacesContext context = FacesContext.getCurrentInstance(); System.out.println(context); } }
Debug
Known issues
breakingJSF 2.1 is outdated; consider upgrading to JSF 2.3 or later.
fix
Use a newer version of the JSF API (e.g., javax.faces:javax.faces-api:2.3).
affects: >=2.1.0
Upgrade
Version history
2.1.28.SP2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-jsf-api-2-1-spec — mvn dependency:get jboss-jsf-api-2-1-spec · libregistry