Class VerbatimHandler
- java.lang.Object
-
- javax.faces.view.facelets.TagHandler
-
- javax.faces.view.facelets.MetaTagHandler
-
- javax.faces.view.facelets.DelegatingMetaTagHandler
-
- javax.faces.view.facelets.ComponentHandler
-
- org.apache.myfaces.view.facelets.tag.jsf.core.VerbatimHandler
-
- All Implemented Interfaces:
FaceletHandler
@JSFFaceletTag(name="f:verbatim", bodyContent="empty", tagClass="org.apache.myfaces.taglib.core.VerbatimTag") public final class VerbatimHandler extends ComponentHandler
Handler for f:verbatim- Version:
- $Id$
- Author:
- Adam Winer
-
-
Field Summary
-
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
delegateFactory
-
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
-
Constructor Summary
Constructors Constructor Description VerbatimHandler(ComponentConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyNextHandler(FaceletContext ctx, UIComponent c)
void
onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent)
-
Methods inherited from class javax.faces.view.facelets.ComponentHandler
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
-
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
-
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
-
-
-
Constructor Detail
-
VerbatimHandler
public VerbatimHandler(ComponentConfig config)
-
-
Method Detail
-
onComponentCreated
public void onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent)
- Overrides:
onComponentCreated
in classComponentHandler
-
applyNextHandler
public void applyNextHandler(FaceletContext ctx, UIComponent c)
- Overrides:
applyNextHandler
in classDelegatingMetaTagHandler
-
-