public class RenderFacetHandler
extends jakarta.faces.view.facelets.ComponentHandler
| Constructor and Description |
|---|
RenderFacetHandler(jakarta.faces.view.facelets.ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComponentPopulated(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c,
jakarta.faces.component.UIComponent parent)
This method is guaranteed to be called after the component has been populated with children. |
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreatedapply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributespublic RenderFacetHandler(jakarta.faces.view.facelets.ComponentConfig config)
public void onComponentPopulated(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c,
jakarta.faces.component.UIComponent parent)
jakarta.faces.view.facelets.ComponentHandlerThis method is guaranteed to be called after the component has been populated with children.
onComponentPopulated in class jakarta.faces.view.facelets.ComponentHandlerctx - the FaceletContext for this view executionc - the UIComponent that has just been populated with children.parent - the parent UIComponent of the component represented by this element instance.Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.