Class ELNode.Nodes

java.lang.Object
org.apache.jasper.compiler.ELNode.Nodes
Enclosing class:
ELNode

public static class ELNode.Nodes extends Object
An ordered list of ELNode.
  • Field Details

  • Constructor Details

    • Nodes

      public Nodes()
  • Method Details

    • add

      public void add(ELNode en)
    • visit

      public void visit(ELNode.Visitor v) throws JasperException
      Visit the nodes in the list with the supplied visitor
      Parameters:
      v - The visitor used
      Throws:
      JasperException
    • iterator

      public Iterator<ELNode> iterator()
    • isEmpty

      public boolean isEmpty()
    • containsEL

      public boolean containsEL()
      Returns:
      true if the expression contains a ${...} or #{}
    • hasDollarExpression

      public boolean hasDollarExpression()
    • hasPoundExpression

      public boolean hasPoundExpression()
    • setMapName

      public void setMapName(String name)
    • getMapName

      public String getMapName()