Package org.primefaces.component.message
Class MessageRenderer
- java.lang.Object
-
- javax.faces.render.Renderer
-
- org.primefaces.renderkit.CoreRenderer
-
- org.primefaces.renderkit.UINotificationRenderer
-
- org.primefaces.component.message.MessageRenderer
-
public class MessageRenderer extends UINotificationRenderer
-
-
Constructor Summary
Constructors Constructor Description MessageRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)protected voidencodeIcon(javax.faces.context.ResponseWriter writer, String severity, String title, boolean iconOnly)protected voidencodeMarkup(javax.faces.context.FacesContext context, Message uiMessage, String targetClientId)protected voidencodeScript(javax.faces.context.FacesContext context, Message uiMessage, javax.faces.component.UIComponent target)protected voidencodeText(javax.faces.context.FacesContext context, Message uiMessage, String text, String severity)-
Methods inherited from class org.primefaces.renderkit.UINotificationRenderer
getClientSideSeverity, getSeverityName, getSeverityText, shouldRender
-
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
-
-
-
-
Method Detail
-
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException- Overrides:
encodeEndin classjavax.faces.render.Renderer- Throws:
IOException
-
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context, Message uiMessage, String targetClientId) throws IOException- Throws:
IOException
-
encodeText
protected void encodeText(javax.faces.context.FacesContext context, Message uiMessage, String text, String severity) throws IOException- Throws:
IOException
-
encodeIcon
protected void encodeIcon(javax.faces.context.ResponseWriter writer, String severity, String title, boolean iconOnly) throws IOException- Throws:
IOException
-
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context, Message uiMessage, javax.faces.component.UIComponent target) throws IOException- Throws:
IOException
-
-