| Package | Description |
|---|---|
| org.apache.jasper.compiler |
| Modifier and Type | Class and Description |
|---|---|
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.Root
Represents an EL expression: anything in ${ and }.
|
static class |
ELNode.Text
Represents text outside of EL expression.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ELNode> |
ELNode.Nodes.list |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ELNode> |
ELNode.Nodes.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ELNode.Nodes.add(ELNode en) |