org.apache.jasper.compiler

Class ELNode.Nodes

public static class ELNode.Nodes extends Object

An ordered list of ELNode.
Constructor Summary
Nodes()
Method Summary
voidadd(ELNode en)
booleancontainsEL()
StringgetMapName()
booleanisEmpty()
Iterator<ELNode>iterator()
voidsetMapName(String name)
voidvisit(ELNode.Visitor v)
Visit the nodes in the list with the supplied visitor

Constructor Detail

Nodes

public Nodes()

Method Detail

add

public void add(ELNode en)

containsEL

public boolean containsEL()

Returns: true if the expression contains a ${...}

getMapName

public String getMapName()

isEmpty

public boolean isEmpty()

iterator

public Iterator<ELNode> iterator()

setMapName

public void setMapName(String name)

visit

public void visit(ELNode.Visitor v)
Visit the nodes in the list with the supplied visitor

Parameters: v The visitor used

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.