org.apache.myfaces.custom.tree.taglib
Class TreeTagHandler

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.tree.taglib.TreeTagHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

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

Since:
1.1.7

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
TreeTagHandler(javax.faces.view.facelets.ComponentConfig config)
           
 
Method Summary
protected  javax.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
           
 void onComponentCreated(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent component, javax.faces.component.UIComponent parent)
           
 void setAttributes(javax.faces.view.facelets.FaceletContext ctx, Object instance)
           
 
Methods inherited from class javax.faces.view.facelets.ComponentHandler
getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
 
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled
 
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

TreeTagHandler

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

setAttributes

public void setAttributes(javax.faces.view.facelets.FaceletContext ctx,
                          Object instance)
Overrides:
setAttributes in class javax.faces.view.facelets.DelegatingMetaTagHandler

onComponentCreated

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

createMetaRuleset

protected javax.faces.view.facelets.MetaRuleset createMetaRuleset(Class type)
Overrides:
createMetaRuleset in class javax.faces.view.facelets.DelegatingMetaTagHandler


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