JavaScript is disabled on your browser.
java.lang.Object
com.sun.faces.context.FacesContextImpl.ComponentMessagesIterator
Field Summary
Fields
Modifier and Type
Field and Description
private java.util.Iterator<javax.faces.application.FacesMessage>
inner
private java.util.Iterator<java.lang.String>
keys
private java.util.Map<java.lang.String,java.util.List<javax.faces.application.FacesMessage>>
messages
private int
messagesSize
private int
outerIndex
Constructor Summary
Constructors
Constructor and Description
ComponentMessagesIterator (java.util.Map<java.lang.String,java.util.List<javax.faces.application.FacesMessage>> messages)
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Field Detail
outerIndex
private int outerIndex
messagesSize
private int messagesSize
Method Detail
hasNext
public boolean hasNext()
Specified by:
hasNext
in interface java.util.Iterator<javax.faces.application.FacesMessage>
remove
public void remove()
Specified by:
remove
in interface java.util.Iterator<javax.faces.application.FacesMessage>
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.