Class ELNode.Text
java.lang.Object
org.apache.jasper.compiler.ELNode
org.apache.jasper.compiler.ELNode.Text
- Enclosing class:
ELNode
Represents text outside of EL expression.
-
Nested Class Summary
Nested classes/interfaces inherited from class ELNode
ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor -
Method Summary
Modifier and TypeMethodDescriptionvoidAccepts a visitor for traversing this node.getText()Returns the text content.
-
Method Details
-
accept
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
-