org.rhq.enterprise.gui.common.tabbar
Class TabBarRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.rhq.enterprise.gui.common.tabbar.TabBarRenderer

public class TabBarRenderer
extends javax.faces.render.Renderer

A renderer that renders a TabBarComponent component as XHTML.

Author:
Ian Springer, Joseph Marques

Constructor Summary
TabBarRenderer()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
          Encode the beginning of this component.
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
          Encode the ending of this component.
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeChildren, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabBarRenderer

public TabBarRenderer()
Method Detail

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext facesContext,
                        javax.faces.component.UIComponent component)
                 throws IOException
Encode the beginning of this component.

Overrides:
encodeBegin in class javax.faces.render.Renderer
Parameters:
facesContext - FacesContext for the current request
component - TabBarComponent to be encoded
Throws:
IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent component)
               throws IOException
Encode the ending of this component.

Overrides:
encodeEnd in class javax.faces.render.Renderer
Parameters:
facesContext - FacesContext for the current request
component - TabBarComponent to be encoded
Throws:
IOException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.