org.apache.myfaces.renderkit.html
Class HtmlMessageRendererBase
public abstract class HtmlMessageRendererBase
$Revision: 215972 $ $Date: 2005-07-12 17:55:36 +0200 (Tue, 12 Jul 2005) $- Manfred Geiler (latest modification by $Author: grantsmith $)
protected abstract String | getDetail(FacesContext facesContext, UIComponent message, FacesMessage facesMessage, String msgClientId)
|
protected String | getFor(UIComponent component)
|
protected String[] | getStyleAndStyleClass(UIComponent message, FacesMessage.Severity severity)
|
protected abstract String | getSummary(FacesContext facesContext, UIComponent message, FacesMessage facesMessage, String msgClientId)
|
protected String | getTitle(UIComponent component)
|
protected boolean | isShowDetail(UIComponent component)
|
protected boolean | isShowSummary(UIComponent component)
|
protected boolean | isTooltip(UIComponent component)
|
protected void | renderMessage(FacesContext facesContext, UIComponent message)
|
protected void | renderSingleFacesMessage(FacesContext facesContext, UIComponent message, FacesMessage facesMessage, String messageClientId)
|
getDetail
protected abstract String getDetail(FacesContext facesContext,
UIComponent message,
FacesMessage facesMessage,
String msgClientId)
getFor
protected String getFor(UIComponent component)
getStyleAndStyleClass
protected String[] getStyleAndStyleClass(UIComponent message,
FacesMessage.Severity severity)
getSummary
protected abstract String getSummary(FacesContext facesContext,
UIComponent message,
FacesMessage facesMessage,
String msgClientId)
getTitle
protected String getTitle(UIComponent component)
isShowDetail
protected boolean isShowDetail(UIComponent component)
isShowSummary
protected boolean isShowSummary(UIComponent component)
isTooltip
protected boolean isTooltip(UIComponent component)
renderMessage
protected void renderMessage(FacesContext facesContext,
UIComponent message)
throws IOException
renderSingleFacesMessage
protected void renderSingleFacesMessage(FacesContext facesContext,
UIComponent message,
FacesMessage facesMessage,
String messageClientId)
throws IOException