Package org.apache.jasper.compiler
Class ELNode.Text
- java.lang.Object
-
- org.apache.jasper.compiler.ELNode
-
- org.apache.jasper.compiler.ELNode.Text
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.jasper.compiler.ELNode
ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ELNode.Visitor v)Accepts a visitor for traversing this node.java.lang.StringgetText()Returns the text content.
-
-
-
Method Detail
-
accept
public void accept(ELNode.Visitor v) throws JasperException
Description copied from class:ELNodeAccepts a visitor for traversing this node.- Specified by:
acceptin classELNode- Parameters:
v- the visitor- Throws:
JasperException- if an error occurs during visitation
-
getText
public java.lang.String getText()
Returns the text content.- Returns:
- the text
-
-