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