Class ELNode.Nodes
java.lang.Object
org.apache.jasper.compiler.ELNode.Nodes
- Enclosing class:
- ELNode
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanbooleanisEmpty()iterator()voidsetMapName(String name) voidVisit the nodes in the list with the supplied visitor.
- 
Method Details- 
add
- 
visitVisit 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
- 
isEmptypublic boolean isEmpty()
- 
containsELpublic boolean containsEL()- Returns:
- true if the expression contains a ${...}
 
- 
setMapName
- 
getMapName
 
-