public final class VerbatimHandler
extends jakarta.faces.view.facelets.ComponentHandler
| Constructor and Description |
|---|
VerbatimHandler(jakarta.faces.view.facelets.ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyNextHandler(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c)
Invoke the |
void |
onComponentCreated(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 created but before it has been populated with children. |
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulatedapply, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributespublic VerbatimHandler(jakarta.faces.view.facelets.ComponentConfig config)
public void onComponentCreated(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 created but before it has been populated with children.
onComponentCreated in class jakarta.faces.view.facelets.ComponentHandlerctx - the FaceletContext for this view executionc - the UIComponent that has just been created.parent - the parent UIComponent of the component represented by this element instance.public void applyNextHandler(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c)
jakarta.faces.view.facelets.DelegatingMetaTagHandler
Invoke the apply() method on this instance's TagHandler.nextHandler.
applyNextHandler in class jakarta.faces.view.facelets.DelegatingMetaTagHandlerctx - the FaceletContext for this view executionc - the UIComponent of the component represented by this element instance.Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.