org.apache.myfaces.renderkit.html
Class HtmlBodyRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared.renderkit.html.HtmlBodyRendererBase
              extended by org.apache.myfaces.renderkit.html.HtmlBodyRenderer

@JSFRenderer(renderKitId="HTML_BASIC",
             family="javax.faces.Output",
             type="javax.faces.Body")
public class HtmlBodyRenderer
extends HtmlBodyRendererBase

Renderer used by h:body component

Since:
2.0
Version:
$Revision: 1152968 $ $Date: 2011-08-01 18:24:53 -0500 (Mon, 01 Aug 2011) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Constructor Summary
HtmlBodyRenderer()
           
 
Method Summary
protected  boolean isCommonPropertiesOptimizationEnabled(FacesContext facesContext)
           
 
Methods inherited from class org.apache.myfaces.shared.renderkit.html.HtmlBodyRendererBase
decode, encodeBegin, encodeEnd
 
Methods inherited from class org.apache.myfaces.shared.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeChildren, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlBodyRenderer

public HtmlBodyRenderer()
Method Detail

isCommonPropertiesOptimizationEnabled

protected boolean isCommonPropertiesOptimizationEnabled(FacesContext facesContext)
Overrides:
isCommonPropertiesOptimizationEnabled in class HtmlRenderer


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