Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
Collections:
Other Resources:
commons-jexl-2.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-2.1.jar File size: 267600 bytes Date modified: 08-Dec-2011 Download: Java Expression Language (JEXL)
Manifest of the JAR:
Archiver-Version: Plexus Archiver Built-By: sebb Build-Jdk: 1.6.0_29 Implementation-Build: tags/COMMONS_JEXL_2_1-RC3@r1211956; 2011-12-08 1 7:19:36+0000 Implementation-Title: Commons JEXL Implementation-Vendor: The Apache Software Foundation Implementation-Vendor-Id: org.apache Implementation-Version: 2.1 Specification-Title: Commons JEXL Specification-Vendor: The Apache Software Foundation Specification-Version: 2.1 X-Compile-Source-JDK: 1.5 X-Compile-Target-JDK: 1.5 Export-Package: org.apache.commons.jexl2.internal.introspection;versio n="2.1",org.apache.commons.jexl2.scripting;version="2.1",org.apache.c ommons.jexl2.parser;version="2.1",org.apache.commons.jexl2.introspect ion;version="2.1",org.apache.commons.jexl2;version="2.1",org.apache.c ommons.jexl2.internal;version="2.1" Tool: Bnd-1.43.0 Bundle-Name: Commons JEXL Bundle-Vendor: The Apache Software Foundation Bundle-Version: 2.1.0 Bnd-LastModified: 1323364804291 Bundle-ManifestVersion: 2 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-Description: The Commons Jexl library is an implementation of t he JSTL Expression Language with extensions. Import-Package: javax.script,org.apache.commons.logging Bundle-DocURL: http://commons.apache.org/jexl/ Include-Resource: META-INF
✍: .fyicenter.com
List of Classes in the JAR:
org/apache/commons/jexl2/Debugger org/apache/commons/jexl2/DebugInfo org/apache/commons/jexl2/Expression org/apache/commons/jexl2/ExpressionImpl org/apache/commons/jexl2/internal/AbstractExecutor org/apache/commons/jexl2/internal/ArrayIterator org/apache/commons/jexl2/internal/ArrayListWrapper org/apache/commons/jexl2/internal/BooleanGetExecutor org/apache/commons/jexl2/internal/DuckGetExecutor org/apache/commons/jexl2/internal/DuckSetExecutor org/apache/commons/jexl2/internal/EnumerationIterator org/apache/commons/jexl2/internal/introspection/ClassMap org/apache/commons/jexl2/internal/introspection/IntrospectorBase org/apache/commons/jexl2/internal/introspection/MethodKey org/apache/commons/jexl2/internal/introspection/MethodMap org/apache/commons/jexl2/internal/Introspector org/apache/commons/jexl2/internal/ListGetExecutor org/apache/commons/jexl2/internal/ListSetExecutor org/apache/commons/jexl2/internal/MapGetExecutor org/apache/commons/jexl2/internal/MapSetExecutor org/apache/commons/jexl2/internal/MethodExecutor org/apache/commons/jexl2/internal/PropertyGetExecutor org/apache/commons/jexl2/internal/PropertySetExecutor org/apache/commons/jexl2/Interpreter org/apache/commons/jexl2/introspection/JexlMethod org/apache/commons/jexl2/introspection/JexlPropertyGet org/apache/commons/jexl2/introspection/JexlPropertySet org/apache/commons/jexl2/introspection/Sandbox org/apache/commons/jexl2/introspection/SandboxUberspectImpl org/apache/commons/jexl2/introspection/Uberspect org/apache/commons/jexl2/introspection/UberspectImpl org/apache/commons/jexl2/JexlArithmetic org/apache/commons/jexl2/JexlContext org/apache/commons/jexl2/JexlEngine org/apache/commons/jexl2/JexlException org/apache/commons/jexl2/JexlInfo org/apache/commons/jexl2/JexlThreadedArithmetic org/apache/commons/jexl2/Main org/apache/commons/jexl2/MapContext org/apache/commons/jexl2/NamespaceResolver org/apache/commons/jexl2/ObjectContext org/apache/commons/jexl2/parser/ASTAdditiveNode org/apache/commons/jexl2/parser/ASTAdditiveOperator org/apache/commons/jexl2/parser/ASTAmbiguous org/apache/commons/jexl2/parser/ASTAndNode org/apache/commons/jexl2/parser/ASTArrayAccess org/apache/commons/jexl2/parser/ASTArrayLiteral org/apache/commons/jexl2/parser/ASTAssignment org/apache/commons/jexl2/parser/ASTBitwiseAndNode org/apache/commons/jexl2/parser/ASTBitwiseComplNode org/apache/commons/jexl2/parser/ASTBitwiseOrNode org/apache/commons/jexl2/parser/ASTBitwiseXorNode org/apache/commons/jexl2/parser/ASTBlock org/apache/commons/jexl2/parser/ASTConstructorNode org/apache/commons/jexl2/parser/ASTDivNode org/apache/commons/jexl2/parser/ASTEmptyFunction org/apache/commons/jexl2/parser/ASTEQNode org/apache/commons/jexl2/parser/ASTERNode org/apache/commons/jexl2/parser/ASTFalseNode org/apache/commons/jexl2/parser/ASTFloatLiteral org/apache/commons/jexl2/parser/ASTForeachStatement org/apache/commons/jexl2/parser/ASTFunctionNode org/apache/commons/jexl2/parser/ASTGENode org/apache/commons/jexl2/parser/ASTGTNode org/apache/commons/jexl2/parser/ASTIdentifier org/apache/commons/jexl2/parser/ASTIfStatement org/apache/commons/jexl2/parser/ASTIntegerLiteral org/apache/commons/jexl2/parser/ASTJexlScript org/apache/commons/jexl2/parser/ASTLENode org/apache/commons/jexl2/parser/ASTLTNode org/apache/commons/jexl2/parser/ASTMapEntry org/apache/commons/jexl2/parser/ASTMapLiteral org/apache/commons/jexl2/parser/ASTMethodNode org/apache/commons/jexl2/parser/ASTModNode org/apache/commons/jexl2/parser/ASTMulNode org/apache/commons/jexl2/parser/ASTNENode org/apache/commons/jexl2/parser/ASTNotNode org/apache/commons/jexl2/parser/ASTNRNode org/apache/commons/jexl2/parser/ASTNullLiteral org/apache/commons/jexl2/parser/ASTNumberLiteral org/apache/commons/jexl2/parser/ASTOrNode org/apache/commons/jexl2/parser/ASTReference org/apache/commons/jexl2/parser/ASTReferenceExpression org/apache/commons/jexl2/parser/ASTReturnStatement org/apache/commons/jexl2/parser/ASTSizeFunction org/apache/commons/jexl2/parser/ASTSizeMethod org/apache/commons/jexl2/parser/ASTStringLiteral org/apache/commons/jexl2/parser/ASTTernaryNode org/apache/commons/jexl2/parser/ASTTrueNode org/apache/commons/jexl2/parser/ASTUnaryMinusNode org/apache/commons/jexl2/parser/ASTVar org/apache/commons/jexl2/parser/ASTWhileStatement org/apache/commons/jexl2/parser/JexlNode org/apache/commons/jexl2/parser/JexlParser org/apache/commons/jexl2/parser/JJTParserState org/apache/commons/jexl2/parser/Node org/apache/commons/jexl2/parser/ParseException org/apache/commons/jexl2/parser/Parser org/apache/commons/jexl2/parser/ParserConstants org/apache/commons/jexl2/parser/ParserTokenManager org/apache/commons/jexl2/parser/ParserTreeConstants org/apache/commons/jexl2/parser/ParserVisitor org/apache/commons/jexl2/parser/SimpleCharStream org/apache/commons/jexl2/parser/SimpleNode org/apache/commons/jexl2/parser/StringParser org/apache/commons/jexl2/parser/Token org/apache/commons/jexl2/parser/TokenMgrError org/apache/commons/jexl2/ReadonlyContext org/apache/commons/jexl2/Script org/apache/commons/jexl2/scripting/JexlScriptEngine org/apache/commons/jexl2/scripting/JexlScriptEngineFactory org/apache/commons/jexl2/scripting/Main org/apache/commons/jexl2/UnifiedJEXL
2016-06-24, 7941🔥, 1💬
Popular Posts:
What Is jaxb-impl-2.1.12.jar? Java Architecture for XML Binding (JAXB) is a Java API that allows Jav...
Apache Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 API to use Log4j 2 instead. Bytec...
JDK 11 jdk.charsets.jmod is the JMOD file for JDK 11 Charsets module. JDK 11 Charsets module compile...
JDK 17 java.xml.jmod is the JMOD file for JDK 17 XML (eXtensible Markup Language) module. JDK 17 XML...
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...