Class Hierarchy All Classes All Fields and Methods
Class com.sun.faces.renderkit.html_basic.GroupRenderer
java.lang.Object javax.faces.render.Renderer com.sun.faces.renderkit.html_basic.HtmlBasicRenderer com.sun.faces.renderkit.html_basic.GroupRendererpublic class GroupRenderer
extends HtmlBasicRendererArbitrary grouping "renderer" that simply renders its children recursively in the encodeEnd() method.
Field Index Field Description log
Constructor Index Constructor Description GroupRenderer()
Method Index Method Description void encodeBegin(FacesContext, UIComponent) void encodeChildren(FacesContext, UIComponent) void encodeEnd(FacesContext, UIComponent) boolean getRendersChildren()
Fields
log
protected static org.apache.commons.logging.Log log
Constructors
GroupRenderer
public GroupRenderer()
Methods
encodeBegin
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeChildren
public void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeEnd
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
getRendersChildren
public boolean getRendersChildren()
Class Hierarchy All Classes All Fields and Methods