Class TagInfoTEI
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
A TagExtraInfo implementation to validate the methods of
jakarta.servlet.jsp.tagext.TagInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidates TagInfo.getAttributes().Validates TagInfo.getBodyContent().Validates TagInfo.getDisplayName().Validates TagInfo.getInfoString().Validates TagInfo.getLargeIcon().Validates TagInfo.getSmallIcon().Validates TagInfo.getTagClassName().Validates TagInfo.getTagExtraInfo().Validates TagInfo.getTagLibrary().Validates TagInfo.getTagName().Validates TagInfo.getTagVariableInfos().Validates TagInfo.hasDynamicAttributes().Validates TagInfo.setTagExtraInfo(TagExtraInfo).Validates TagInfo.setTagLibrary(TagLibraryInfo).Methods inherited from class ee.jakarta.tck.pages.common.util.BaseTCKExtraInfo
getTagData, reset, teiWasCalled, validate
Methods inherited from class jakarta.servlet.jsp.tagext.TagExtraInfo
getTagInfo, getVariableInfo, isValid, setTagInfo
-
Constructor Details
-
TagInfoTEI
public TagInfoTEI()Default Constructor.
-
-
Method Details
-
getTagName
Validates TagInfo.getTagName().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
getAttributes
Validates TagInfo.getAttributes().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
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
Validates TagInfo.getTagClassName().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
getBodyContent
Validates TagInfo.getBodyContent().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
getInfoString
Validates TagInfo.getInfoString().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
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
Validates TagInfo.getDisplayName().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
getSmallIcon
Validates TagInfo.getSmallIcon().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
getLargeIcon
Validates TagInfo.getLargeIcon().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
getTagVariableInfos
Validates TagInfo.getTagVariableInfos().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
hasDynamicAttributes
Validates TagInfo.hasDynamicAttributes().- Returns:
- null if the test passes, otherwise a String with a failure message.
-
setTagExtraInfoTest
Validates TagInfo.setTagExtraInfo(TagExtraInfo).- Returns:
- null if the test passes, otherwise a String with a failure message.
-
setTagLibraryTest
Validates TagInfo.setTagLibrary(TagLibraryInfo).- Returns:
- null if the test passes, otherwise a String with a failure message.
-