public final class VerbatimHandler extends ComponentHandler
delegateFactorynextHandler, tag, tagId| Constructor and Description |
|---|
VerbatimHandler(ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyNextHandler(FaceletContext ctx,
UIComponent c)
Invoke the |
void |
onComponentCreated(FaceletContext ctx,
UIComponent c,
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, setAttributesgetAttribute, getRequiredAttribute, toStringpublic VerbatimHandler(ComponentConfig config)
public void onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent)
ComponentHandlerThis method is guaranteed to be called after the component has been created but before it has been populated with children.
onComponentCreated in class 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(FaceletContext ctx, UIComponent c)
DelegatingMetaTagHandler
Invoke the apply() method on this instance's TagHandler.nextHandler.
applyNextHandler in class DelegatingMetaTagHandlerctx - the FaceletContext for this view executionc - the UIComponent of the component represented by this element instance.Copyright © 1997–2020 Eclipse Foundation. All rights reserved.