public abstract class HtmlMessagesRendererBase extends HtmlMessageRendererBase
Modifier and Type | Field and Description |
---|---|
protected static String |
LAYOUT_LIST |
protected static String |
LAYOUT_TABLE |
Constructor and Description |
---|
HtmlMessagesRendererBase() |
Modifier and Type | Method and Description |
---|---|
protected String |
getLayout(javax.faces.component.UIComponent component) |
static String[] |
getStyleAndStyleClass(javax.faces.component.UIComponent messages,
javax.faces.application.FacesMessage.Severity severity) |
protected String |
getTitle(javax.faces.component.UIComponent component) |
protected boolean |
isGlobalOnly(javax.faces.component.UIComponent component) |
protected boolean |
isShowDetail(javax.faces.component.UIComponent component) |
protected boolean |
isShowSummary(javax.faces.component.UIComponent component) |
protected boolean |
isTooltip(javax.faces.component.UIComponent component) |
protected void |
renderList(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages,
org.apache.myfaces.shared_impl.renderkit.html.HtmlMessagesRendererBase.MessagesIterator messagesIterator) |
protected void |
renderMessages(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages) |
protected void |
renderTable(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent messages,
org.apache.myfaces.shared_impl.renderkit.html.HtmlMessagesRendererBase.MessagesIterator messagesIterator) |
getDetail, getFor, getSummary, renderMessage, renderMessage, renderSingleFacesMessage
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
protected static final String LAYOUT_LIST
protected static final String LAYOUT_TABLE
protected void renderMessages(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent messages) throws IOException
IOException
protected void renderList(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent messages, org.apache.myfaces.shared_impl.renderkit.html.HtmlMessagesRendererBase.MessagesIterator messagesIterator) throws IOException
IOException
protected void renderTable(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent messages, org.apache.myfaces.shared_impl.renderkit.html.HtmlMessagesRendererBase.MessagesIterator messagesIterator) throws IOException
IOException
public static String[] getStyleAndStyleClass(javax.faces.component.UIComponent messages, javax.faces.application.FacesMessage.Severity severity)
protected String getTitle(javax.faces.component.UIComponent component)
getTitle
in class HtmlMessageRendererBase
protected boolean isTooltip(javax.faces.component.UIComponent component)
isTooltip
in class HtmlMessageRendererBase
protected boolean isShowSummary(javax.faces.component.UIComponent component)
isShowSummary
in class HtmlMessageRendererBase
protected boolean isShowDetail(javax.faces.component.UIComponent component)
isShowDetail
in class HtmlMessageRendererBase
protected boolean isGlobalOnly(javax.faces.component.UIComponent component)
protected String getLayout(javax.faces.component.UIComponent component)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.