Facelets.
Facelets is an open source alternative view handler technology for JavaServer Faces (JSF)..
Here is the list of declaration for jsf-facelets. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.sun.facelets</groupId> <artifactId>jsf-facelets</artifactId> <version>1.1.14</version> </dependency>
If you think this Maven repository POM file listing for jsf-facelets is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
URL: http://www.opensource.org/licenses/cddl1.php.
The following packages are defined in the jsf-facelets-1.1.14.jar
com.sun.facelets com.sun.facelets.compiler com.sun.facelets.component com.sun.facelets.el com.sun.facelets.impl com.sun.facelets.tag com.sun.facelets.tag.jsf com.sun.facelets.tag.jsf.core com.sun.facelets.tag.jsf.html com.sun.facelets.tag.jstl.core com.sun.facelets.tag.jstl.fn com.sun.facelets.tag.ui com.sun.facelets.util
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.facelets</groupId>
<artifactId>jsf-facelets</artifactId>
<version>1.1.14</version>
<packaging>jar</packaging>
<name>Facelets</name>
<description>
Facelets is an open source alternative view handler technology for JavaServer Faces (JSF).
</description>
<url>https://facelets.dev.java.net/</url>
<licenses>
<license>
<name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
<url>http://www.opensource.org/licenses/cddl1.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:https://facelets.dev.java.net/svn/facelets/trunk</connection>
<developerConnection>scm:svn:https://facelets.dev.java.net/svn/facelets/trunk</developerConnection>
<url>https://facelets.dev.java.net/source/browse/facelets/trunk</url>
</scm>
</project>