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:
el-api.jar - Expression Language API
An expression language makes it possible to easily access application data stored in JavaBeans components. For example, the JSP expression language allows a page author to access a bean using simple syntax such as ${name} for a simple variable or ${name.foo.bar} for a nested property.
JAR File Size and Download Location:
File name: el-api.jar File size: 78368 bytes Date modified: 16-Oct-2013 Download: Expression Language
✍: FYIcenter.com
Manifest of the JAR:
X-Compile-Source-JDK: 1.7 X-Compile-Target-JDK: 1.7 Specification-Title: Expression Language Specification-Version: 3.0 Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: javax.el Implementation-Version: 3.0.FR Implementation-Vendor: Apache Software Foundation
List of Classes in the JAR:
javax/el/ArrayELResolver javax/el/BeanELResolver javax/el/BeanNameELResolver javax/el/BeanNameResolver javax/el/CompositeELResolver javax/el/ELClass javax/el/ELContext javax/el/ELContextEvent javax/el/ELContextListener javax/el/ELException javax/el/ELManager javax/el/ELProcessor javax/el/ELResolver javax/el/EvaluationListener javax/el/Expression javax/el/ExpressionFactory javax/el/FunctionMapper javax/el/ImportHandler javax/el/LambdaExpression javax/el/ListELResolver javax/el/MapELResolver javax/el/MethodExpression javax/el/MethodInfo javax/el/MethodNotFoundException javax/el/PropertyNotFoundException javax/el/PropertyNotWritableException javax/el/ResourceBundleELResolver javax/el/StandardELContext javax/el/StaticFieldELResolver javax/el/TypeConverter javax/el/Util javax/el/ValueExpression javax/el/ValueReference javax/el/VariableMapper
2014-07-23, ∼4741🔥, 0💬
Popular Posts:
How to read XML document with XML Schema validation from socket connections with the socket\DelayedI...
How to compare performances of various XML parsers with the jaxp\SourceValidator.jav aprovided in th...
JDK 17 java.base.jmod is the JMOD file for JDK 17 Base module. JDK 17 Base module compiled class fil...
JDOM provides a solution for using XML from Java that is as simple as Java itself. There is no compe...
XOM™ is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with ...