Library
Apache Jakarta Commons JEXL version 1.0
Java Expression Language (JEXL) is an expression language engine which can be embedded in applications and frameworks. JEXL is inspired by Jakarta Velocity and the Expression Language defined in the JavaServer Pages Standard Tag Library version 1.1 (JSTL) and JavaServer Pages version 2.0 (JSP). While inspired by JSTL EL, it must be noted that JEXL is not a compatibile implementation of EL as defined in JSTL 1.1 (JSR-052) or JSP 2.0 (JSR-152).
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.commons.jexlProvides a framework for evaluating JEXL expressions.
org.apache.commons.jexl.contextSimple JexlContext implementations.
org.apache.commons.jexl.junitUsing JEXL expressions in JUnit assertions

org.apache.commons.jexl.parserContains the Parser for JEXL script.
org.apache.commons.jexl.resolverNo description provided.
org.apache.commons.jexl.utilNo description provided.
org.apache.commons.jexl.util.introspectionNo description provided.
Search