Class ELNode.Text

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

public static class ELNode.Text extends ELNode
Represents text outside of EL expression.
  • Method Details

    • accept

      public void accept(ELNode.Visitor v) throws JasperException
      Description copied from class: ELNode
      Accepts a visitor for traversing this node.
      Specified by:
      accept in class ELNode
      Parameters:
      v - the visitor
      Throws:
      JasperException - if an error occurs during visitation
    • getText

      public String getText()
      Returns the text content.
      Returns:
      the text