org.apache.myfaces.trinidadinternal.facelets
Class TrinidadComponentHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.MetaTagHandler
com.sun.facelets.tag.jsf.ComponentHandler
org.apache.myfaces.trinidadinternal.facelets.TrinidadComponentHandler
- All Implemented Interfaces:
- com.sun.facelets.FaceletHandler
public class TrinidadComponentHandler
- extends com.sun.facelets.tag.jsf.ComponentHandler
TagLibrary implementation for Apache Trinidad core library.
- Version:
- Author:
- Adam Winer
Fields inherited from class com.sun.facelets.tag.TagHandler |
nextHandler, tag, tagId |
Method Summary |
protected com.sun.facelets.tag.MetaRuleset |
createMetaRuleset(java.lang.Class type)
|
protected void |
onComponentPopulated(com.sun.facelets.FaceletContext context,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent parent)
|
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler |
apply, applyNextHandler, createComponent, getId, onComponentCreated |
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 |
TrinidadComponentHandler
public TrinidadComponentHandler(com.sun.facelets.tag.jsf.ComponentConfig config)
createMetaRuleset
protected com.sun.facelets.tag.MetaRuleset createMetaRuleset(java.lang.Class type)
- Overrides:
createMetaRuleset
in class com.sun.facelets.tag.jsf.ComponentHandler
onComponentPopulated
protected void onComponentPopulated(com.sun.facelets.FaceletContext context,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent parent)
- Overrides:
onComponentPopulated
in class com.sun.facelets.tag.jsf.ComponentHandler
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.