public class StaticMessageRenderer extends UINotificationRenderer
Constructor and Description |
---|
StaticMessageRenderer() |
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 |
encodeText(javax.faces.context.ResponseWriter writer,
String text,
String severity,
boolean escape) |
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 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
Copyright © 2019. All rights reserved.