Class TobagoComponentHandler

java.lang.Object
org.apache.myfaces.tobago.facelets.TobagoComponentHandler
Direct Known Subclasses:
EventHandler

public class TobagoComponentHandler extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected jakarta.faces.view.facelets.TagHandlerDelegateFactory
     
    protected final jakarta.faces.view.facelets.FaceletHandler
     
    protected final jakarta.faces.view.facelets.Tag
     
    protected final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TobagoComponentHandler(jakarta.faces.view.facelets.ComponentConfig componentConfig)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1)
     
    void
    applyNextHandler(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1)
     
    jakarta.faces.component.UIComponent
    createComponent(jakarta.faces.view.facelets.FaceletContext arg0)
     
    protected jakarta.faces.view.facelets.MetaRuleset
     
    protected final jakarta.faces.view.facelets.TagAttribute
     
    jakarta.faces.view.facelets.TagAttribute
     
    jakarta.faces.view.facelets.ComponentConfig
     
    protected final jakarta.faces.view.facelets.TagAttribute
     
    jakarta.faces.view.facelets.Tag
     
    jakarta.faces.view.facelets.TagAttribute
     
    protected jakarta.faces.view.facelets.TagHandlerDelegate
     
     
    boolean
    isDisabled(jakarta.faces.view.facelets.FaceletContext arg0)
     
    static boolean
    isNew(jakarta.faces.component.UIComponent arg0)
     
    void
    onComponentCreated(jakarta.faces.view.facelets.FaceletContext arg0, jakarta.faces.component.UIComponent arg1, jakarta.faces.component.UIComponent arg2)
     
    void
    onComponentPopulated(jakarta.faces.view.facelets.FaceletContext context, jakarta.faces.component.UIComponent component, jakarta.faces.component.UIComponent parent)
     
    void
    setAttributes(jakarta.faces.view.facelets.FaceletContext arg0, Object arg1)
     
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • delegateFactory

      protected jakarta.faces.view.facelets.TagHandlerDelegateFactory delegateFactory
    • tagId

      protected final String 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

      protected jakarta.faces.view.facelets.MetaRuleset createMetaRuleset(Class aClass)
    • 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:
      IOException
      jakarta.faces.FacesException
      jakarta.el.ELException
    • getBinding

      public jakarta.faces.view.facelets.TagAttribute getBinding()
    • getTag

      public jakarta.faces.view.facelets.Tag getTag()
    • getTagAttribute

      public jakarta.faces.view.facelets.TagAttribute getTagAttribute(String arg0)
    • getTagId

      public String getTagId()
    • isDisabled

      public boolean isDisabled(jakarta.faces.view.facelets.FaceletContext arg0)
    • setAttributes

      public void setAttributes(jakarta.faces.view.facelets.FaceletContext arg0, Object arg1)
    • getAttribute

      protected final jakarta.faces.view.facelets.TagAttribute getAttribute(String arg0)
    • getRequiredAttribute

      protected final jakarta.faces.view.facelets.TagAttribute getRequiredAttribute(String arg0) throws jakarta.faces.view.facelets.TagException
      Throws:
      jakarta.faces.view.facelets.TagException
    • toString

      public String toString()
      Overrides:
      toString in class Object