Class Node.ELExpression

java.lang.Object
org.apache.jasper.compiler.Node
org.apache.jasper.compiler.Node.ELExpression
All Implemented Interfaces:
TagConstants
Enclosing class:
Node

public static class Node.ELExpression extends Node
Represents an EL expression. Expressions in attributes are embedded in the attribute string and not here.
Author:
Kin-man Chung, Jan Luehe, Shawn Bayern, Mark Roth