Class TagVarInfoTEI
java.lang.Object
jakarta.servlet.jsp.tagext.TagExtraInfo
ee.jakarta.tck.pages.common.util.BaseTCKExtraInfo
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.tagvariableinfo.TagVarInfoTEI
A TagExtraInfo implementation to validate the methods of
jakarta.servlet.jsp.tagext.TagVariableInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValidates TagVariableInfo.getClassName().Validates TagVariableInfo.getDeclare().Validates TagVariableInfo.getNameFromAttribute().Validates TagVariableInfo.getNameGiven().getScope()
Validates TagVariableInfo.getScope().jakarta.servlet.jsp.tagext.VariableInfo[]
getVariableInfo
(jakarta.servlet.jsp.tagext.TagData data) Returns any variables defined by this TEI.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, isValid, setTagInfo
-
Constructor Details
-
TagVarInfoTEI
public TagVarInfoTEI()
-
-
Method Details
-
getVariableInfo
public jakarta.servlet.jsp.tagext.VariableInfo[] getVariableInfo(jakarta.servlet.jsp.tagext.TagData data) Returns any variables defined by this TEI.- Overrides:
getVariableInfo
in classjakarta.servlet.jsp.tagext.TagExtraInfo
- Parameters:
data
- - TagData- Returns:
- - returns null so a translation error isn't raised.
-
getClassName
Validates TagVariableInfo.getClassName().- Returns:
- null if the test passes, otherwise a String indicating the cause of the failure.
-
getDeclare
Validates TagVariableInfo.getDeclare().- Returns:
- null if the test passes, otherwise a String indicating the cause of the failure.
-
getNameFromAttribute
Validates TagVariableInfo.getNameFromAttribute().- Returns:
- null if the test passes, otherwise a String indicating the cause of the failure.
-
getNameGiven
Validates TagVariableInfo.getNameGiven().- Returns:
- null if the test passes, otherwise a String indicating the cause of the failure.
-
getScope
Validates TagVariableInfo.getScope().- Returns:
- null if the test passes, otherwise a String indicating the cause of the failure.
-