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

public class TagVarInfoTEI extends BaseTCKExtraInfo
A TagExtraInfo implementation to validate the methods of jakarta.servlet.jsp.tagext.TagVariableInfo.
  • 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 class jakarta.servlet.jsp.tagext.TagExtraInfo
      Parameters:
      data - - TagData
      Returns:
      - returns null so a translation error isn't raised.
    • getClassName

      public String getClassName()
      Validates TagVariableInfo.getClassName().
      Returns:
      null if the test passes, otherwise a String indicating the cause of the failure.
    • getDeclare

      public String getDeclare()
      Validates TagVariableInfo.getDeclare().
      Returns:
      null if the test passes, otherwise a String indicating the cause of the failure.
    • getNameFromAttribute

      public String getNameFromAttribute()
      Validates TagVariableInfo.getNameFromAttribute().
      Returns:
      null if the test passes, otherwise a String indicating the cause of the failure.
    • getNameGiven

      public String getNameGiven()
      Validates TagVariableInfo.getNameGiven().
      Returns:
      null if the test passes, otherwise a String indicating the cause of the failure.
    • getScope

      public String getScope()
      Validates TagVariableInfo.getScope().
      Returns:
      null if the test passes, otherwise a String indicating the cause of the failure.