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

public class TagInfoTEI extends BaseTCKExtraInfo
A TagExtraInfo implementation to validate the methods of jakarta.servlet.jsp.tagext.TagInfo.
  • Constructor Details

    • TagInfoTEI

      public TagInfoTEI()
      Default Constructor.
  • Method Details

    • getTagName

      public String getTagName()
      Validates TagInfo.getTagName().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getAttributes

      public String getAttributes()
      Validates TagInfo.getAttributes().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getTagExtraInfo

      public String getTagExtraInfo()
      Validates TagInfo.getTagExtraInfo(). This also indirectly validates TagInfo.setTagExtraInfo() as this must be called by container in order for getTagExtraInfo() to return anything valid.
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getTagClassName

      public String getTagClassName()
      Validates TagInfo.getTagClassName().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getBodyContent

      public String getBodyContent()
      Validates TagInfo.getBodyContent().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getInfoString

      public String getInfoString()
      Validates TagInfo.getInfoString().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getTagLibrary

      public String getTagLibrary()
      Validates TagInfo.getTagLibrary(). This also indirectly validates TagInfo.setTagLibrary() as this must be called by container in order for getTagLibrary() to return anything valid.
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getDisplayName

      public String getDisplayName()
      Validates TagInfo.getDisplayName().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getSmallIcon

      public String getSmallIcon()
      Validates TagInfo.getSmallIcon().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getLargeIcon

      public String getLargeIcon()
      Validates TagInfo.getLargeIcon().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • getTagVariableInfos

      public String getTagVariableInfos()
      Validates TagInfo.getTagVariableInfos().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • hasDynamicAttributes

      public String hasDynamicAttributes()
      Validates TagInfo.hasDynamicAttributes().
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • setTagExtraInfoTest

      public String setTagExtraInfoTest()
      Validates TagInfo.setTagExtraInfo(TagExtraInfo).
      Returns:
      null if the test passes, otherwise a String with a failure message.
    • setTagLibraryTest

      public String setTagLibraryTest()
      Validates TagInfo.setTagLibrary(TagLibraryInfo).
      Returns:
      null if the test passes, otherwise a String with a failure message.