Class ELNode.Nodes
java.lang.Object
org.apache.jasper.compiler.ELNode.Nodes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
isEmpty()
iterator()
void
setMapName
(String name) void
Visit the nodes in the list with the supplied visitor.
-
Method Details
-
add
-
visit
Visit the nodes in the list with the supplied visitor.- Parameters:
v
- The visitor used- Throws:
JasperException
- if an error occurs while visiting a node
-
iterator
-
isEmpty
public boolean isEmpty() -
containsEL
public boolean containsEL()- Returns:
- true if the expression contains a ${...}
-
setMapName
-
getMapName
-