Class VerbatimHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
jakarta.faces.view.facelets.MetaTagHandler
jakarta.faces.view.facelets.DelegatingMetaTagHandler
jakarta.faces.view.facelets.ComponentHandler
com.sun.faces.facelets.tag.jsf.core.VerbatimHandler
- All Implemented Interfaces:
FaceletHandler
public final class VerbatimHandler extends ComponentHandler
Handler for f:verbatim
- Author:
- Adam Winer
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VerbatimHandler(ComponentConfig config) -
Method Summary
Modifier and Type Method Description voidapplyNextHandler(FaceletContext ctx, UIComponent c)Invoke theapply()method on this instance'sTagHandler.nextHandler.voidonComponentCreated(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.Methods inherited from class jakarta.faces.view.facelets.ComponentHandler
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulatedMethods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandler
apply, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributesMethods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
Method Details
-
onComponentCreated
Description copied from class:ComponentHandlerThis method is guaranteed to be called after the component has been created but before it has been populated with children.
- Overrides:
onComponentCreatedin classComponentHandler- Parameters:
ctx- theFaceletContextfor this view executionc- theUIComponentthat has just been created.parent- the parentUIComponentof the component represented by this element instance.
-
applyNextHandler
Description copied from class:DelegatingMetaTagHandlerInvoke the
apply()method on this instance'sTagHandler.nextHandler.- Overrides:
applyNextHandlerin classDelegatingMetaTagHandler- Parameters:
ctx- theFaceletContextfor this view executionc- theUIComponentof the component represented by this element instance.
-