protected static class ELParser.TextBuilder extends ELNode.Visitor
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
output |
| Modifier | Constructor and Description |
|---|---|
protected |
ELParser.TextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
void |
visit(ELNode.ELText n) |
void |
visit(ELNode.Function n) |
void |
visit(ELNode.Root n) |
void |
visit(ELNode.Text n) |
protected StringBuilder output
public String getText()
public void visit(ELNode.Root n) throws JasperException
visit in class ELNode.VisitorJasperExceptionpublic void visit(ELNode.Function n) throws JasperException
visit in class ELNode.VisitorJasperExceptionpublic void visit(ELNode.Text n) throws JasperException
visit in class ELNode.VisitorJasperExceptionpublic void visit(ELNode.ELText n) throws JasperException
visit in class ELNode.VisitorJasperExceptionCopyright © 2014 Mort Bay Consulting. All Rights Reserved.