Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
commons-jexl-1.1.jar - Java Expression Language (JEXL)
JEXL is a library intended to facilitate the implementation of dynamic and scripting features in applications and frameworks written in Java. JEXL implements an Expression Language based on some extensions to the JSTL Expression Language supporting most of the constructs seen in shell-script or ECMAScript. Its goal is to expose scripting features usable by technical operatives or consultants working with enterprise platforms.
JAR File Size and Download Location:
File name: commons-jexl.jar, commons-jexl-1.1.jar File size: 132165 bytes Date modified: 08-Sep-2006 Download: Java Expression Language (JEXL)
Manifest of the JAR:
Built-By: rahul Package: org.apache.commons.jexl Build-Jdk: 1.3.1_18 Extension-Name: commons-jexl Specification-Title: Commons JEXL Expression Language Engine Specification-Vendor: The Apache Software Foundation Implementation-Title: org.apache.commons.jexl Implementation-Vendor: The Apache Software Foundation Implementation-Version: 1.1 Specification-Version: 1.0 Implementation-Vendor-Id: org.apache X-Compile-Source-JDK: 1.2 X-Compile-Target-JDK: 1.2
✍: .fyicenter.com
List of Classes in the JAR:
org/apache/commons/jexl/context/HashMapContext org/apache/commons/jexl/Expression org/apache/commons/jexl/ExpressionFactory org/apache/commons/jexl/ExpressionImpl org/apache/commons/jexl/JexlContext org/apache/commons/jexl/JexlExprResolver org/apache/commons/jexl/JexlHelper org/apache/commons/jexl/junit/Asserter org/apache/commons/jexl/parser/ASTAddNode org/apache/commons/jexl/parser/ASTAndNode org/apache/commons/jexl/parser/ASTArrayAccess org/apache/commons/jexl/parser/ASTAssignment org/apache/commons/jexl/parser/ASTBitwiseAndNode org/apache/commons/jexl/parser/ASTBitwiseComplNode org/apache/commons/jexl/parser/ASTBitwiseOrNode org/apache/commons/jexl/parser/ASTBitwiseXorNode org/apache/commons/jexl/parser/ASTBlock org/apache/commons/jexl/parser/ASTDivNode org/apache/commons/jexl/parser/ASTEmptyFunction org/apache/commons/jexl/parser/ASTEQNode org/apache/commons/jexl/parser/ASTExpression org/apache/commons/jexl/parser/ASTExpressionExpression org/apache/commons/jexl/parser/ASTFalseNode org/apache/commons/jexl/parser/ASTFloatLiteral org/apache/commons/jexl/parser/ASTForeachStatement org/apache/commons/jexl/parser/ASTGENode org/apache/commons/jexl/parser/ASTGTNode org/apache/commons/jexl/parser/ASTIdentifier org/apache/commons/jexl/parser/ASTIfStatement org/apache/commons/jexl/parser/ASTIntegerLiteral org/apache/commons/jexl/parser/ASTJexlScript org/apache/commons/jexl/parser/ASTLENode org/apache/commons/jexl/parser/ASTLTNode org/apache/commons/jexl/parser/ASTMethod org/apache/commons/jexl/parser/ASTModNode org/apache/commons/jexl/parser/ASTMulNode org/apache/commons/jexl/parser/ASTNENode org/apache/commons/jexl/parser/ASTNotNode org/apache/commons/jexl/parser/ASTNullLiteral org/apache/commons/jexl/parser/ASTOrNode org/apache/commons/jexl/parser/ASTReference org/apache/commons/jexl/parser/ASTReferenceExpression org/apache/commons/jexl/parser/ASTSizeFunction org/apache/commons/jexl/parser/ASTSizeMethod org/apache/commons/jexl/parser/ASTStatementExpression org/apache/commons/jexl/parser/ASTStringLiteral org/apache/commons/jexl/parser/ASTSubtractNode org/apache/commons/jexl/parser/ASTTrueNode org/apache/commons/jexl/parser/ASTUnaryMinusNode org/apache/commons/jexl/parser/ASTWhileStatement org/apache/commons/jexl/parser/JJTParserState org/apache/commons/jexl/parser/Node org/apache/commons/jexl/parser/ParseException org/apache/commons/jexl/parser/Parser org/apache/commons/jexl/parser/ParserConstants org/apache/commons/jexl/parser/ParserTokenManager org/apache/commons/jexl/parser/ParserTreeConstants org/apache/commons/jexl/parser/ParserVisitor org/apache/commons/jexl/parser/SimpleCharStream org/apache/commons/jexl/parser/SimpleNode org/apache/commons/jexl/parser/Token org/apache/commons/jexl/parser/TokenMgrError org/apache/commons/jexl/resolver/FlatResolver org/apache/commons/jexl/Script org/apache/commons/jexl/ScriptFactory org/apache/commons/jexl/ScriptImpl org/apache/commons/jexl/util/AbstractExecutor org/apache/commons/jexl/util/ArrayIterator org/apache/commons/jexl/util/BooleanPropertyExecutor org/apache/commons/jexl/util/Coercion org/apache/commons/jexl/util/EnumerationIterator org/apache/commons/jexl/util/GetExecutor org/apache/commons/jexl/util/introspection/ClassMap org/apache/commons/jexl/util/introspection/Info org/apache/commons/jexl/util/introspection/Introspector org/apache/commons/jexl/util/introspection/IntrospectorBase org/apache/commons/jexl/util/introspection/MethodMap org/apache/commons/jexl/util/introspection/Uberspect org/apache/commons/jexl/util/introspection/UberspectImpl org/apache/commons/jexl/util/introspection/UberspectLoggable org/apache/commons/jexl/util/introspection/VelMethod org/apache/commons/jexl/util/introspection/VelPropertyGet org/apache/commons/jexl/util/introspection/VelPropertySet org/apache/commons/jexl/util/Introspector org/apache/commons/jexl/util/PropertyExecutor
2012-01-26, 5506🔥, 0💬
Popular Posts:
JDK 11 java.sql.jmod is the JMOD file for JDK 11 SQL (Structured Query Language) module. JDK 11 SQL ...
SLF4J API is a simple API that allows to plug in any desired logging library at deployment time. Her...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...
What Is commons-codec-1.4.jar? commons-codec-1.4.jar is the JAR file for Apache Commons Codec 1.4, w...
Xalan-Java, Version 2.7.1, is an XSLT processor for transforming XML documents into HTML, text, or o...