Class GitterRenderer


  • public class GitterRenderer
    extends javax.faces.render.Renderer
    • Constructor Detail

      • GitterRenderer

        public GitterRenderer()
    • 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
      • encodeMarkup

        protected void encodeMarkup​(javax.faces.context.FacesContext context,
                                    Gitter gitter)
                             throws IOException
        Throws:
        IOException
      • encodeScript1

        public void encodeScript1​(javax.faces.context.FacesContext context,
                                  Gitter gitter)
                           throws IOException
        Throws:
        IOException
      • encodeScript2

        public void encodeScript2​(javax.faces.context.FacesContext context,
                                  Gitter gitter)
                           throws IOException
        Throws:
        IOException
      • encodeStyle

        public void encodeStyle​(javax.faces.context.FacesContext context,
                                Gitter gitter)
                         throws IOException
        Throws:
        IOException
      • encodeChildren

        public void encodeChildren​(javax.faces.context.FacesContext context,
                                   javax.faces.component.UIComponent component)
                            throws IOException
        Overrides:
        encodeChildren in class javax.faces.render.Renderer
        Throws:
        IOException
      • getRendersChildren

        public boolean getRendersChildren()
        Overrides:
        getRendersChildren in class javax.faces.render.Renderer