public class RenderFacetHandler
extends javax.faces.view.facelets.ComponentHandler
Constructor and Description |
---|
RenderFacetHandler(javax.faces.view.facelets.ComponentConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
onComponentPopulated(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent)
This method is guaranteed to be called after the component has been populated with children. |
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
public RenderFacetHandler(javax.faces.view.facelets.ComponentConfig config)
public void onComponentPopulated(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent c, javax.faces.component.UIComponent parent)
javax.faces.view.facelets.ComponentHandler
This method is guaranteed to be called after the component has been populated with children.
onComponentPopulated
in class javax.faces.view.facelets.ComponentHandler
ctx
- 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–2021 JBoss by Red Hat. All rights reserved.