com.sun.faces.renderkit.html_basic
public class CompositeFacetRenderer extends javax.faces.render.Renderer
This Renderer
is responsible for rendering the content of a
facet defined within the using page template in the desired location
within the composite component implementation section.
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
logger |
Constructor and Description |
---|
CompositeFacetRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
boolean |
getRendersChildren() |
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class javax.faces.render.Renderer
java.io.IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.