Class ELNode.ELText
java.lang.Object
org.apache.jasper.compiler.ELNode
org.apache.jasper.compiler.ELNode.ELText
- Enclosing class:
ELNode
Represents anything in EL expression, other than functions, including
function arguments etc
-
Nested Class Summary
Nested classes/interfaces inherited from class ELNode
ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
-
-
Constructor Details
-
ELText
ELText(String text)
-
-
Method Details
-
accept
- Specified by:
acceptin classELNode- Throws:
JasperException
-
getText
-