java.lang.Object
jakarta.servlet.jsp.tagext.TagExtraInfo
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.tagextrainfo.TagExtraInfoTEI

public class TagExtraInfoTEI extends jakarta.servlet.jsp.tagext.TagExtraInfo
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(jakarta.servlet.jsp.tagext.TagData data)
    Used to validate the proper default behavior of TagExtraInfo.validate().
    static void
    Resets the state of this TEI.
    static boolean
    Called within the test pages to verify that the TEI was indeed called.
    jakarta.servlet.jsp.tagext.ValidationMessage[]
    validate(jakarta.servlet.jsp.tagext.TagData tagData)
    Validates that TagExtraInfo instances are properly handled by the container.

    Methods inherited from class jakarta.servlet.jsp.tagext.TagExtraInfo

    getTagInfo, getVariableInfo, setTagInfo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TagExtraInfoTEI

      public TagExtraInfoTEI()
      Default Constructor.
  • Method Details

    • validate

      public jakarta.servlet.jsp.tagext.ValidationMessage[] validate(jakarta.servlet.jsp.tagext.TagData tagData)
      Validates that TagExtraInfo instances are properly handled by the container.
      Overrides:
      validate in class jakarta.servlet.jsp.tagext.TagExtraInfo
      Parameters:
      tagData -
      Returns:
    • isValid

      public boolean isValid(jakarta.servlet.jsp.tagext.TagData data)
      Used to validate the proper default behavior of TagExtraInfo.validate().
      Overrides:
      isValid in class jakarta.servlet.jsp.tagext.TagExtraInfo
      Parameters:
      data - - a TagData instance
      Returns:
      - true of _returnFalse is false, otherwise true.
    • teiWasCalled

      public static boolean teiWasCalled()
      Called within the test pages to verify that the TEI was indeed called.
      Returns:
      true if called, otherwise false
    • reset

      public static void reset()
      Resets the state of this TEI.