public abstract class ExtendedRenderer extends javax.faces.render.Renderer implements LifecycleRenderer
| Constructor and Description | 
|---|
| ExtendedRenderer() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | decodeChildren(javax.faces.context.FacesContext context,
              javax.faces.component.UIComponent component)Decodes a component and its children. | 
| boolean | getRendersChildren()Indicates that this Renderer takes responsibility for encoding
 its child components. | 
| boolean | updateChildren(javax.faces.context.FacesContext context,
              javax.faces.component.UIComponent component)Updates a component and its children. | 
| boolean | validateChildren(javax.faces.context.FacesContext context,
                javax.faces.component.UIComponent component)Validates a component and its children. | 
public final boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic boolean decodeChildren(javax.faces.context.FacesContext context,
                     javax.faces.component.UIComponent component)
decodeChildren in interface LifecycleRenderercontext - the Faces contextcomponent - the component to renderpublic boolean validateChildren(javax.faces.context.FacesContext context,
                       javax.faces.component.UIComponent component)
validateChildren in interface LifecycleRenderercontext - the Faces contextcomponent - the component to renderpublic boolean updateChildren(javax.faces.context.FacesContext context,
                     javax.faces.component.UIComponent component)
updateChildren in interface LifecycleRenderercontext - the Faces contextcomponent - the component to renderCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.