Package org.japano.el

This package contains the japano expression language implementation.

See:
          Description

Class Summary
EL Contains all runtime EL methods
JavaExpression A single java code expression.
JavaExpression.Identifier Dummy class to represent an identifier
JavaExpression.StringLiteral Dummy class to represent a String literal
JavaExpressionGenerator Transforms an EL syntax tree into an optimized java expression.
 

Exception Summary
ELException  
 

Package org.japano.el Description

This package contains the japano expression language implementation.

While the implementation sticks to the original jsp2.0 expression language specifications in syntactix and semantics, it takes another route to merging the el expressions to the jsp page. Instead of generating code which calls an EL interpreter for an expression, java code which is a optimized transformation of the el expression is generated directly into the jsp page.

Last modified $Date: 2005/09/27 21:30:50 $

See Also: