org.apache.myfaces.tobago.facelets
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:
- WizardComponentHandler
public class TobagoComponentHandler
- extends javax.faces.view.facelets.ComponentHandler
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
delegateFactory |
Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Method Summary |
static void |
addDefaultValidators(javax.faces.context.FacesContext context,
javax.faces.component.EditableValueHolder component)
|
protected javax.faces.view.facelets.MetaRuleset |
createMetaRuleset(Class aClass)
|
void |
onComponentCreated(javax.faces.view.facelets.FaceletContext context,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent parent)
|
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 |
getComponentConfig, getTagHandlerDelegate, isNew |
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 |
TobagoComponentHandler
public TobagoComponentHandler(javax.faces.view.facelets.ComponentConfig componentConfig)
createMetaRuleset
protected javax.faces.view.facelets.MetaRuleset createMetaRuleset(Class aClass)
- Overrides:
createMetaRuleset
in class javax.faces.view.facelets.DelegatingMetaTagHandler
onComponentCreated
public void onComponentCreated(javax.faces.view.facelets.FaceletContext context,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent parent)
- Overrides:
onComponentCreated
in class javax.faces.view.facelets.ComponentHandler
onComponentPopulated
public void onComponentPopulated(javax.faces.view.facelets.FaceletContext context,
javax.faces.component.UIComponent component,
javax.faces.component.UIComponent parent)
- Overrides:
onComponentPopulated
in class javax.faces.view.facelets.ComponentHandler
addDefaultValidators
public static void addDefaultValidators(javax.faces.context.FacesContext context,
javax.faces.component.EditableValueHolder component)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.