org.apache.jasper.compiler
Class ELParser.TextBuilder
java.lang.Object
org.apache.jasper.compiler.ELNode.Visitor
org.apache.jasper.compiler.ELParser.TextBuilder
- Enclosing class:
- ELParser
protected static class ELParser.TextBuilder
- extends ELNode.Visitor
Field Summary |
protected java.lang.StringBuilder |
output
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
protected java.lang.StringBuilder output
ELParser.TextBuilder
protected ELParser.TextBuilder()
getText
public java.lang.String getText()
visit
public void visit(ELNode.Root n)
throws JasperException
- Overrides:
visit
in class ELNode.Visitor
- Throws:
JasperException
visit
public void visit(ELNode.Function n)
throws JasperException
- Overrides:
visit
in class ELNode.Visitor
- Throws:
JasperException
visit
public void visit(ELNode.Text n)
throws JasperException
- Overrides:
visit
in class ELNode.Visitor
- Throws:
JasperException
visit
public void visit(ELNode.ELText n)
throws JasperException
- Overrides:
visit
in class ELNode.Visitor
- Throws:
JasperException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.