Registry / web-framework / jsf-facelets

jsf-facelets

JSON →
library1.1.11javamavenunverified

Facelets is a view declaration language for JavaServer Faces (JSF) used to build JSF-based web applications.

<dependency> <groupId>com.sun.facelets</groupId> <artifactId>jsf-facelets</artifactId> <version>1.1.11</version> </dependency>
INSTALL
IMPORT
SIG · JSF-FACELETS
J
jsf-facelets
web-frameworkjavav1.1.11
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.

FaceletViewHandler
com.sun.facelets.FaceletViewHandler

Instantiates the FaceletViewHandler

import com.sun.facelets.FaceletViewHandler; public class Example { public static void main(String[] args) { FaceletViewHandler handler = new FaceletViewHandler(); System.out.println("FaceletViewHandler created"); } }
Debug
Known issues
breakingThis library is outdated; consider using Mojarra or MyFaces with Facelets built-in.
fix
Migrate to a modern JSF implementation that includes Facelets support.
affects: <=1.1.11
Upgrade
Version history
1.1.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jsf-facelets — mvn dependency:get jsf-facelets · libregistry