org.apache.myfaces.view.facelets.tag.jsf.core
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:
- javax.faces.view.facelets.FaceletHandler
@JSFFaceletTag(name="f:verbatim",
bodyContent="empty",
tagClass="org.apache.myfaces.taglib.core.VerbatimTag")
public final class VerbatimHandler
- extends javax.faces.view.facelets.ComponentHandler
Handler for f:verbatim
- Version:
- $Id: VerbatimHandler.java,v 1.3 2008/07/13 19:01:44 rlubke Exp $
- Author:
- Adam Winer
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
delegateFactory |
Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
VerbatimHandler(javax.faces.view.facelets.ComponentConfig config)
|
Method Summary |
void |
applyNextHandler(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c)
|
void |
onComponentCreated(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent)
|
Methods inherited from class javax.faces.view.facelets.ComponentHandler |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VerbatimHandler
public VerbatimHandler(javax.faces.view.facelets.ComponentConfig config)
onComponentCreated
public void onComponentCreated(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c,
javax.faces.component.UIComponent parent)
- Overrides:
onComponentCreated
in class javax.faces.view.facelets.ComponentHandler
applyNextHandler
public void applyNextHandler(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent c)
- Overrides:
applyNextHandler
in class javax.faces.view.facelets.DelegatingMetaTagHandler
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.