Class StylesheetRenderer


public class StylesheetRenderer extends AbstractRenderer

Renderer implementation for the stylesheet tag from the Struts-Faces Integration Library.

Version:
$Rev$ $Date$
  • Constructor Details

    • StylesheetRenderer

      public StylesheetRenderer()
  • Method Details

    • encodeEnd

      public void encodeEnd(FacesContext context, UIComponent component) throws IOException

      Render a relative HTML <link> element for a text/css stylesheet at the specified context-relative path.

      Overrides:
      encodeEnd in class AbstractRenderer
      Parameters:
      context - FacesContext for the request we are processing
      component - UIComponent to be rendered
      Throws:
      IOException - if an input/output error occurs while rendering
      NullPointerException - if context or component is null