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.Visitor
JasperException
public void visit(ELNode.Function n) throws JasperException
visit
in class ELNode.Visitor
JasperException
public void visit(ELNode.Text n) throws JasperException
visit
in class ELNode.Visitor
JasperException
public void visit(ELNode.ELText n) throws JasperException
visit
in class ELNode.Visitor
JasperException
Copyright © 2015 JBoss by Red Hat. All rights reserved.