java.lang.Object
jakarta.servlet.jsp.tagext.TagExtraInfo
ee.jakarta.tck.pages.common.util.BaseTCKExtraInfo
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.tagdata.TagDataTEI

public class TagDataTEI extends BaseTCKExtraInfo
  • Constructor Details

    • TagDataTEI

      public TagDataTEI()
      Default constructor.
  • Method Details

    • getId

      public String getId()
      Validate TagData.getId();
      Returns:
      null if the test passes, or a String containing the reason for failure.
    • getAttribute

      public String getAttribute()
      Validate TagData.getAttribute().
      Returns:
      null if the test passes, or a String containing the reason for failure.
    • setAttribute

      public String setAttribute()
      Validate TagData.setAttribute().
      Returns:
      null if the test passes, or a String containing the reason for failure.
    • getAttributeString

      public String getAttributeString()
      Validate TagData.getAttributeString().
      Returns:
      null if the test passes, or a String containing the reason for failure.
    • getAttributes

      public String getAttributes()
      Validate TagData.getAttributes().
      Returns:
      null if the test passes, or a String containing the reason for failure.
    • constructorTest

      public String constructorTest()
      Validate TagData(Object[][])
      Returns:
      null if the test passes, or a String containing the reason for failure.