Class TagExtraInfoTEI
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
isValid
(jakarta.servlet.jsp.tagext.TagData data) Used to validate the proper default behavior of TagExtraInfo.validate().static void
reset()
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
-
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 classjakarta.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 classjakarta.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.
-