com.sun.facelets.tag.jsf.core
Class VerbatimHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.MetaTagHandler
com.sun.facelets.tag.jsf.ComponentHandler
com.sun.facelets.tag.jsf.core.VerbatimHandler
- All Implemented Interfaces:
- FaceletHandler
public final class VerbatimHandler
- extends ComponentHandler
Handler for f:verbatim
- Version:
- $Id: VerbatimHandler.java,v 1.2 2006/03/29 04:10:09 jhook Exp $
- Author:
- Adam Winer
VerbatimHandler
public VerbatimHandler(ComponentConfig config)
onComponentCreated
protected void onComponentCreated(FaceletContext ctx,
UIComponent c,
UIComponent parent)
- Description copied from class:
ComponentHandler
- A hook method for allowing developers to do additional processing once Facelets
creates the component. The 'setAttributes' method is still perferred, but this
method will provide the parent UIComponent before it's been added to the tree and
before any children have been added to the newly created UIComponent.
- Overrides:
onComponentCreated
in class ComponentHandler
applyNextHandler
protected void applyNextHandler(FaceletContext ctx,
UIComponent c)
- Overrides:
applyNextHandler
in class ComponentHandler
Copyright © 2005 All Rights Reserved.