Class TagDataTEI
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidate TagData(Object[][])Validate TagData.getAttribute().Validate TagData.getAttributes().Validate TagData.getAttributeString().getId()
Validate TagData.getId();Validate TagData.setAttribute().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
-
TagDataTEI
public TagDataTEI()Default constructor.
-
-
Method Details
-
getId
Validate TagData.getId();- Returns:
- null if the test passes, or a String containing the reason for failure.
-
getAttribute
Validate TagData.getAttribute().- Returns:
- null if the test passes, or a String containing the reason for failure.
-
setAttribute
Validate TagData.setAttribute().- Returns:
- null if the test passes, or a String containing the reason for failure.
-
getAttributeString
Validate TagData.getAttributeString().- Returns:
- null if the test passes, or a String containing the reason for failure.
-
getAttributes
Validate TagData.getAttributes().- Returns:
- null if the test passes, or a String containing the reason for failure.
-
constructorTest
Validate TagData(Object[][])- Returns:
- null if the test passes, or a String containing the reason for failure.
-