public class MessageRenderer extends UINotificationRenderer
| Constructor | Description |
|---|---|
MessageRenderer() |
| Modifier and Type | Method | 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) |
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, startScriptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertClientId, decode, encodeBegin, encodeChildren, getConvertedValue, getRendersChildrengetClientSideSeverity, getSeverityName, shouldRenderpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionprotected void encodeMarkup(javax.faces.context.FacesContext context,
Message uiMessage,
String targetClientId)
throws IOException
IOExceptionprotected void encodeText(javax.faces.context.ResponseWriter writer,
String text,
String severity,
boolean escape)
throws IOException
IOExceptionprotected void encodeIcon(javax.faces.context.ResponseWriter writer,
String severity,
String title,
boolean iconOnly)
throws IOException
IOExceptionprotected void encodeScript(javax.faces.context.FacesContext context,
Message uiMessage,
javax.faces.component.UIComponent target)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.