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.ResponseWriter writer,
String text,
String severity,
boolean escape) |
getClientSideSeverity, getSeverityName, shouldRender
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
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.ResponseWriter writer, String text, String severity, boolean escape) 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 © 2015. All rights reserved.