Class CommandRendererBase

    • Constructor Detail

      • CommandRendererBase

        public CommandRendererBase()
    • Method Detail

      • encodeBegin

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

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

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

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

        protected CssItem[] getOuterCssItems​(javax.faces.context.FacesContext facesContext,
                                             AbstractUICommand command)
      • getCssItems

        protected CssItem[] getCssItems​(javax.faces.context.FacesContext facesContext,
                                        AbstractUICommand command)
      • getDropdownCssItems

        protected CssItem[] getDropdownCssItems​(javax.faces.context.FacesContext facesContext,
                                                AbstractUICommand command)