Class TobagoComponentHandler
java.lang.Object
org.apache.myfaces.tobago.facelets.TobagoComponentHandler
- Direct Known Subclasses:
EventHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.faces.view.facelets.TagHandlerDelegateFactoryprotected final jakarta.faces.view.facelets.FaceletHandlerprotected final jakarta.faces.view.facelets.Tagprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionTobagoComponentHandler(jakarta.faces.view.facelets.ComponentConfig componentConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1) voidapplyNextHandler(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1) jakarta.faces.component.UIComponentcreateComponent(jakarta.faces.view.facelets.FaceletContext arg0) protected jakarta.faces.view.facelets.MetaRulesetcreateMetaRuleset(Class aClass) protected final jakarta.faces.view.facelets.TagAttributegetAttribute(String arg0) jakarta.faces.view.facelets.TagAttributejakarta.faces.view.facelets.ComponentConfigprotected final jakarta.faces.view.facelets.TagAttributegetRequiredAttribute(String arg0) jakarta.faces.view.facelets.TaggetTag()jakarta.faces.view.facelets.TagAttributegetTagAttribute(String arg0) protected jakarta.faces.view.facelets.TagHandlerDelegategetTagId()booleanisDisabled(jakarta.faces.view.facelets.FaceletContext arg0) static booleanisNew(jakarta.faces.component.UIComponent arg0) voidonComponentCreated(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1, jakarta.faces.component.UIComponent arg2) voidonComponentPopulated(jakarta.faces.view.facelets.FaceletContext context, jakarta.faces.component.UIComponent component, jakarta.faces.component.UIComponent parent) voidsetAttributes(jakarta.faces.view.facelets.FaceletContext arg0, Object arg1) toString()
-
Field Details
-
delegateFactory
protected jakarta.faces.view.facelets.TagHandlerDelegateFactory delegateFactory -
tagId
-
tag
protected final jakarta.faces.view.facelets.Tag tag -
nextHandler
protected final jakarta.faces.view.facelets.FaceletHandler nextHandler
-
-
Constructor Details
-
TobagoComponentHandler
public TobagoComponentHandler(jakarta.faces.view.facelets.ComponentConfig componentConfig)
-
-
Method Details
-
createMetaRuleset
-
onComponentPopulated
public void onComponentPopulated(jakarta.faces.view.facelets.FaceletContext context, jakarta.faces.component.UIComponent component, jakarta.faces.component.UIComponent parent) -
getComponentConfig
public jakarta.faces.view.facelets.ComponentConfig getComponentConfig() -
isNew
public static boolean isNew(jakarta.faces.component.UIComponent arg0) -
onComponentCreated
public void onComponentCreated(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1, jakarta.faces.component.UIComponent arg2) -
getTagHandlerDelegate
protected jakarta.faces.view.facelets.TagHandlerDelegate getTagHandlerDelegate() -
createComponent
public jakarta.faces.component.UIComponent createComponent(jakarta.faces.view.facelets.FaceletContext arg0) -
apply
public void apply(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1) throws IOException - Throws:
IOException
-
applyNextHandler
public void applyNextHandler(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1) throws IOException, jakarta.faces.FacesException, jakarta.el.ELException - Throws:
IOExceptionjakarta.faces.FacesExceptionjakarta.el.ELException
-
getBinding
public jakarta.faces.view.facelets.TagAttribute getBinding() -
getTag
public jakarta.faces.view.facelets.Tag getTag() -
getTagAttribute
-
getTagId
-
isDisabled
public boolean isDisabled(jakarta.faces.view.facelets.FaceletContext arg0) -
setAttributes
-
getAttribute
-
getRequiredAttribute
protected final jakarta.faces.view.facelets.TagAttribute getRequiredAttribute(String arg0) throws jakarta.faces.view.facelets.TagException - Throws:
jakarta.faces.view.facelets.TagException
-
toString
-