Class StaticMessageRenderer

    • Constructor Detail

      • StaticMessageRenderer

        public StaticMessageRenderer()
    • Method Detail

      • 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
      • encodeText

        protected void encodeText​(javax.faces.context.ResponseWriter writer,
                                  String text,
                                  String severity,
                                  boolean escape)
                           throws IOException
        Throws:
        IOException
      • encodeIcon

        protected void encodeIcon​(javax.faces.context.ResponseWriter writer,
                                  String severity,
                                  String title,
                                  boolean iconOnly)
                           throws IOException
        Throws:
        IOException