Class CommandRendererBase

java.lang.Object
javax.faces.render.Renderer
Direct Known Subclasses:
ButtonRenderer, LinkRenderer

public abstract class CommandRendererBase extends DecodingCommandRendererBase
  • Constructor Details

    • CommandRendererBase

      public CommandRendererBase()
  • Method Details

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

      protected void encodeBeginOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException
      Throws:
      IOException
    • encodeEndOuter

      protected void encodeEndOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException
      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)
    • encodeBadge

      protected void encodeBadge(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException
      Throws:
      IOException