Class TagFileInfoTEI
java.lang.Object
jakarta.servlet.jsp.tagext.TagExtraInfo
ee.jakarta.tck.pages.common.util.BaseTCKExtraInfo
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.tagfileinfo.TagFileInfoTEI
-
Constructor Summary
Constructors -
Method Summary
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
-
TagFileInfoTEI
public TagFileInfoTEI()Default Constructor
-
-
Method Details
-
getName
Validate TagFileInfo.getName().- Returns:
- null if the test passes, or a string containing the cause of test failure.
-
getPath
Validate TagFileInfo.getPath().- Returns:
- null if the test passes, or a string containing the cause of test failure.
-
getTagInfoTest
Validate TagFileInfo.getTagInfo(). In addition, this will verify That the directives in the Tag file are properly parsed and the TagInfo object returned by TagFileInfo.getTagInfo() is as expected.- Returns:
- null if the test passes, or a string containing the cause of test failure.
-