org.apache.myfaces.custom.tree2
Class HtmlTreeTagHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by javax.faces.view.facelets.MetaTagHandler
          extended by javax.faces.view.facelets.DelegatingMetaTagHandler
              extended by javax.faces.view.facelets.ComponentHandler
                  extended by org.apache.myfaces.custom.tree2.HtmlTreeTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

public class HtmlTreeTagHandler
extends javax.faces.view.facelets.ComponentHandler

Since:
1.1.10
Author:
Leonardo Uribe

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
HtmlTreeTagHandler(javax.faces.view.facelets.ComponentConfig config)
           
 
Method Summary
 void onComponentPopulated(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, onComponentCreated
 
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, 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
 

Constructor Detail

HtmlTreeTagHandler

public HtmlTreeTagHandler(javax.faces.view.facelets.ComponentConfig config)
Method Detail

onComponentPopulated

public void onComponentPopulated(javax.faces.view.facelets.FaceletContext ctx,
                                 javax.faces.component.UIComponent c,
                                 javax.faces.component.UIComponent parent)
Overrides:
onComponentPopulated in class javax.faces.view.facelets.ComponentHandler


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.