public class MessageRenderer extends UINotificationRenderer
Constructor and Description |
---|
MessageRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeIcon(javax.faces.context.ResponseWriter writer,
String severity,
String title,
boolean iconOnly) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
Message uiMessage,
String targetClientId) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
Message uiMessage,
javax.faces.component.UIComponent target) |
protected void |
encodeText(javax.faces.context.FacesContext context,
Message uiMessage,
String text,
String severity) |
getClientSideSeverity, getSeverityName, shouldRender
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeMarkup(javax.faces.context.FacesContext context, Message uiMessage, String targetClientId) throws IOException
IOException
protected void encodeText(javax.faces.context.FacesContext context, Message uiMessage, String text, String severity) throws IOException
IOException
protected void encodeIcon(javax.faces.context.ResponseWriter writer, String severity, String title, boolean iconOnly) throws IOException
IOException
protected void encodeScript(javax.faces.context.FacesContext context, Message uiMessage, javax.faces.component.UIComponent target) throws IOException
IOException
Copyright © 2019. All rights reserved.