java.lang.Object
org.apache.jasper.compiler.ELNode
org.apache.jasper.compiler.ELNode.Text
- Enclosing class:
- ELNode
- public static class ELNode.Text
- extends ELNode
Represents text outside of EL expression.
|
Nested Class Summary |
static class |
ELNode.ELText
Represents anything in EL expression, other than functions, including
function arguments etc |
static class |
ELNode.Function
Represents a function
Currently only include the prefix and function name, but not its
arguments. |
static class |
ELNode.Nodes
An ordered list of ELNode. |
static class |
ELNode.Root
Represents an EL expression: anything in ${ and }. |
static class |
ELNode.Text
Represents text outside of EL expression. |
static class |
ELNode.Visitor
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
private java.lang.String text
ELNode.Text
ELNode.Text(java.lang.String text)
accept
public void accept(ELNode.Visitor v)
throws org.apache.jasper.JasperException
- Specified by:
accept in class ELNode
getText
public java.lang.String getText()