org.apache.myfaces.renderkit.html.ext
Class HtmlGroupRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGroupRendererBase
              extended by org.apache.myfaces.renderkit.html.ext.HtmlGroupRenderer

@JSFRenderer(renderKitId="HTML_BASIC",
             family="javax.faces.Panel",
             type="org.apache.myfaces.Group")
public class HtmlGroupRenderer
extends HtmlGroupRendererBase

Version:
$Revision: 167446 $ $Date: 2004-12-23 13:03:09Z $
Author:
Martin Marinschek (latest modification by $Author: mmarinschek $)

Constructor Summary
HtmlGroupRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGroupRendererBase
encodeBegin, encodeChildren, getRendersChildren
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlGroupRenderer

public HtmlGroupRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context,
                   javax.faces.component.UIComponent component)
Overrides:
decode in class javax.faces.render.Renderer

encodeEnd

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


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