org.apache.myfaces.renderkit.html
Class HtmlFormatRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.renderkit.html.HtmlFormatRenderer

public class HtmlFormatRenderer
extends org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer

Version:
$Revision: 659857 $ $Date: 2008-05-24 13:17:47 -0500 (Sat, 24 May 2008) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $), Thomas Spiegl

Constructor Summary
HtmlFormatRenderer()
           
 
Method Summary
 void encodeBegin(FacesContext facesContext, UIComponent uiComponent)
           
 void encodeChildren(FacesContext facescontext, UIComponent uicomponent)
           
 void encodeEnd(FacesContext facesContext, 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, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlFormatRenderer

public HtmlFormatRenderer()
Method Detail

encodeBegin

public void encodeBegin(FacesContext facesContext,
                        UIComponent uiComponent)
                 throws IOException
Overrides:
encodeBegin in class Renderer
Throws:
IOException

encodeChildren

public void encodeChildren(FacesContext facescontext,
                           UIComponent uicomponent)
                    throws IOException
Overrides:
encodeChildren in class Renderer
Throws:
IOException

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent component)
               throws IOException
Overrides:
encodeEnd in class Renderer
Throws:
IOException


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