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.
  • Method Details

    • accept

      public void accept(Node.Visitor v) throws JasperException
      Throws:
      JasperException
    • setEL

      public void setEL(ELNode.Nodes el)
      Sets the EL expression nodes.
      Parameters:
      el - The EL nodes
    • getEL

      public ELNode.Nodes getEL()
      Returns the EL expression nodes.
      Returns:
      The EL nodes
    • getType

      public char getType()
      Returns the type character of this EL expression.
      Returns:
      The type character