|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.rave.web.ui.util.FacesMessageUtils
public class FacesMessageUtils
Constructor Summary | |
---|---|
FacesMessageUtils()
|
Method Summary | |
---|---|
static java.util.Iterator |
getMessageIterator(javax.faces.context.FacesContext context,
java.lang.String forComponentId,
javax.faces.component.UIComponent msgComponent)
Return a iterator that can be used to retrieve messages from FacesContext. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacesMessageUtils()
Method Detail |
---|
public static java.util.Iterator getMessageIterator(javax.faces.context.FacesContext context, java.lang.String forComponentId, javax.faces.component.UIComponent msgComponent)
context
- The FacesContext of the requestforComponentId
- The component associated with the message(s)msgComponent
- The Message, MessageGroup component
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |