Class ConverterHandler

java.lang.Object
org.apache.myfaces.tobago.facelets.ConverterHandler

public class ConverterHandler extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
    ConverterHandler(jakarta.faces.view.facelets.TagConfig config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(jakarta.faces.view.facelets.FaceletContext faceletContext, jakarta.faces.component.UIComponent parent)
     
    protected final jakarta.faces.view.facelets.TagAttribute
     
    protected final jakarta.faces.view.facelets.TagAttribute
     
     

    Methods inherited from class Object

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

    • 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

    • ConverterHandler

      public ConverterHandler(jakarta.faces.view.facelets.TagConfig config)
  • Method Details

    • apply

      public void apply(jakarta.faces.view.facelets.FaceletContext faceletContext, jakarta.faces.component.UIComponent parent) throws IOException, jakarta.el.ELException
      Throws:
      IOException
      jakarta.el.ELException
    • 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