Class 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 Detail

      • 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