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:
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, 3772🔥, 0💬
Popular Posts:
Apache Log4j IOStreams is a Log4j API extension that provides numerous classes from java.io that can...
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR file for Apache Commons Logging ...
Apache Log4j API provides the interface that applications should code to and provides the adapter co...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...
How to perform XML Schema validation with dom\Writer.java provided in the Apache Xerces package? You...