jar

net.jakubholy.jeeutils.jsfelcheck : static-jsfexpression-validator-jsf20

Maven & Gradle

Mar 01, 2012
8 stars

EL validator for JSF 2.0 · Static analysis of validity of JSF EL expressions embedded in JSP pages using a JSF 1.2 (shall switch to 2.0 soon) implementation. See the readme and main class JsfStaticAnalyzer. Note: JSF 2.0 <=> JavaEE 6 => Servlet 3.0 and JSP/EL 2.2 => Tomcat 7.0.x.

Table Of Contents

Latest Version

Download net.jakubholy.jeeutils.jsfelcheck : static-jsfexpression-validator-jsf20 JAR file - Latest Versions:

All Versions

Download net.jakubholy.jeeutils.jsfelcheck : static-jsfexpression-validator-jsf20 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window static-jsfexpression-validator-jsf20-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.myfaces.view.facelets.compiler

├─ org.apache.myfaces.view.facelets.compiler.JsfelcheckCompilationManager.class - [JAR]

├─ org.apache.myfaces.view.facelets.compiler.JsfelcheckSAXCompiler.class - [JAR]

├─ org.apache.myfaces.view.facelets.compiler.MyFaces21TagRepresentation.class - [JAR]

├─ org.apache.myfaces.view.facelets.compiler.NotifyingCompilationManager.class - [JAR]

net.jakubholy.jeeutils.jsfelcheck

├─ net.jakubholy.jeeutils.jsfelcheck.JsfStaticAnalyzer.class - [JAR]

net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf20

├─ net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf20.ExperimentalFaceletsComponentBuilderAndRenderer.class - [JAR]

├─ net.jakubholy.jeeutils.jsfelcheck.expressionfinder.impl.facelets.jsf20.MyFaces21ValidatingFaceletsParser.class - [JAR]