Class GalleriaRenderer

    • Constructor Detail

      • GalleriaRenderer

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

        public void encodeMarkup​(javax.faces.context.FacesContext context,
                                 javax.faces.component.UIComponent component)
                          throws IOException
        Throws:
        IOException
      • encodeCaptions

        public void encodeCaptions​(javax.faces.context.FacesContext context,
                                   Galleria galleria)
                            throws IOException
        Throws:
        IOException
      • encodeCaption

        public void encodeCaption​(javax.faces.context.FacesContext context,
                                  Galleria galleria,
                                  javax.faces.component.UIComponent child,
                                  boolean hasVar)
                           throws IOException
        Throws:
        IOException
      • encodeIndicators

        public void encodeIndicators​(javax.faces.context.FacesContext context,
                                     Galleria galleria)
                              throws IOException
        Throws:
        IOException
      • encodeIndicator

        public void encodeIndicator​(javax.faces.context.FacesContext context,
                                    Galleria galleria,
                                    javax.faces.component.UIComponent child,
                                    boolean hasVar)
                             throws IOException
        Throws:
        IOException
      • encodeThumbnails

        public void encodeThumbnails​(javax.faces.context.FacesContext context,
                                     Galleria galleria)
                              throws IOException
        Throws:
        IOException
      • encodeThumbnail

        public void encodeThumbnail​(javax.faces.context.FacesContext context,
                                    Galleria galleria,
                                    javax.faces.component.UIComponent child,
                                    boolean hasVar)
                             throws IOException
        Throws:
        IOException
      • encodeScript

        public void encodeScript​(javax.faces.context.FacesContext context,
                                 javax.faces.component.UIComponent component)
                          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