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 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
ConstructorsConstructorDescriptionTobagoComponentHandler
(javax.faces.view.facelets.ComponentConfig componentConfig) -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.faces.view.facelets.MetaRuleset
createMetaRuleset
(Class aClass) void
onComponentPopulated
(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent component, javax.faces.component.UIComponent parent) Methods inherited from class javax.faces.view.facelets.ComponentHandler
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
TobagoComponentHandler
public TobagoComponentHandler(javax.faces.view.facelets.ComponentConfig componentConfig)
-
-
Method Details
-
createMetaRuleset
- Overrides:
createMetaRuleset
in classjavax.faces.view.facelets.DelegatingMetaTagHandler
-
onComponentPopulated
public void onComponentPopulated(javax.faces.view.facelets.FaceletContext context, javax.faces.component.UIComponent component, javax.faces.component.UIComponent parent) - Overrides:
onComponentPopulated
in classjavax.faces.view.facelets.ComponentHandler
-