Class TobagoComponentHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.ComponentHandler
org.apache.myfaces.tobago.facelets.TobagoComponentHandler
- All Implemented Interfaces:
- javax.faces.view.facelets.FaceletHandler
- Direct Known Subclasses:
- EventHandler
public class TobagoComponentHandler
extends javax.faces.view.facelets.ComponentHandler
- 
Field SummaryFields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandlerdelegateFactoryFields inherited from class javax.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructorsConstructorDescriptionTobagoComponentHandler(javax.faces.view.facelets.ComponentConfig componentConfig) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected javax.faces.view.facelets.MetaRulesetcreateMetaRuleset(Class aClass) voidonComponentPopulated(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent component, javax.faces.component.UIComponent parent) Methods inherited from class javax.faces.view.facelets.ComponentHandlercreateComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreatedMethods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandlerapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributesMethods inherited from class javax.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
TobagoComponentHandlerpublic TobagoComponentHandler(javax.faces.view.facelets.ComponentConfig componentConfig) 
 
- 
- 
Method Details- 
createMetaRuleset- Overrides:
- createMetaRulesetin class- javax.faces.view.facelets.DelegatingMetaTagHandler
 
- 
onComponentPopulatedpublic void onComponentPopulated(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent component, javax.faces.component.UIComponent parent) - Overrides:
- onComponentPopulatedin class- javax.faces.view.facelets.ComponentHandler
 
 
-