org.apache.jasper.compiler
public static class ELNode.Nodes extends Object
| Constructor Summary | |
|---|---|
| Nodes() | |
| Method Summary | |
|---|---|
| void | add(ELNode en) |
| boolean | containsEL() |
| String | getMapName() |
| boolean | isEmpty() |
| Iterator | iterator() |
| void | setMapName(String name) |
| void | visit(ELNode.Visitor v)
Visit the nodes in the list with the supplied visitor |
Returns: true if the expression contains a ${...}
Parameters: v The visitor used