com.sun.facelets.tag.jsf.core
Class VerbatimHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by com.sun.facelets.tag.MetaTagHandler
          extended by com.sun.facelets.tag.jsf.ComponentHandler
              extended by 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

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
VerbatimHandler(ComponentConfig config)
           
 
Method Summary
protected  void applyNextHandler(FaceletContext ctx, UIComponent c)
           
protected  void onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent)
          A hook method for allowing developers to do additional processing once Facelets creates the component.
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
apply, createComponent, createMetaRuleset, getFacetName, getId, onComponentPopulated
 
Methods inherited from class com.sun.facelets.tag.MetaTagHandler
setAttributes
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerbatimHandler

public VerbatimHandler(ComponentConfig config)
Method Detail

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.