Class MessageRenderer

java.lang.Object
javax.faces.render.Renderer

public class MessageRenderer extends UINotificationRenderer
  • Constructor Details

    • MessageRenderer

      public MessageRenderer()
  • Method Details

    • encodeEnd

      public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
      Overrides:
      encodeEnd in class javax.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