Klasse CommandRendererBase<T extends AbstractUICommand>

java.lang.Object
javax.faces.render.Renderer
Bekannte direkte Unterklassen:
ButtonRenderer, LinkRenderer

public abstract class CommandRendererBase<T extends AbstractUICommand> extends DecodingCommandRendererBase<T>
  • Konstruktordetails

    • CommandRendererBase

      public CommandRendererBase()
  • Methodendetails

    • encodeBeginInternal

      public void encodeBeginInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
      Setzt außer Kraft:
      encodeBeginInternal in Klasse RendererBase<T extends AbstractUICommand>
      Löst aus:
      IOException
    • getRendersChildren

      public boolean getRendersChildren()
      Setzt außer Kraft:
      getRendersChildren in Klasse javax.faces.render.Renderer
    • encodeChildrenInternal

      public void encodeChildrenInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
      Setzt außer Kraft:
      encodeChildrenInternal in Klasse RendererBase<T extends AbstractUICommand>
      Löst aus:
      IOException
    • encodeEndInternal

      public void encodeEndInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
      Setzt außer Kraft:
      encodeEndInternal in Klasse RendererBase<T extends AbstractUICommand>
      Löst aus:
      IOException
    • encodeBeginOuter

      protected void encodeBeginOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException
      Löst aus:
      IOException
    • encodeEndOuter

      protected void encodeEndOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException
      Löst aus:
      IOException
    • getOuterCssItems

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

      protected CssItem[] getCssItems(javax.faces.context.FacesContext facesContext, T command)
    • encodeBadge

      protected void encodeBadge(javax.faces.context.FacesContext facesContext, T command) throws IOException
      Löst aus:
      IOException