org.apache.myfaces.shared_impl.renderkit.html
Class HtmlBodyRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_impl.renderkit.html.HtmlBodyRendererBase
Direct Known Subclasses:
HtmlBodyRenderer

public class HtmlBodyRendererBase
extends HtmlRenderer

Renderer used by h:body component

Since:
2.0
Version:
$Revision: 816721 $ $Date: 2009-09-18 12:40:15 -0500 (Fri, 18 Sep 2009) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Constructor Summary
HtmlBodyRendererBase()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
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

HtmlBodyRendererBase

public HtmlBodyRendererBase()
Method Detail

encodeBegin

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

encodeEnd

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


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.