java.lang.Object
jakarta.servlet.jsp.tagext.TagExtraInfo
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.simpletagsupport.SyncTEI

public class SyncTEI extends jakarta.servlet.jsp.tagext.TagExtraInfo
Simple TEI to export AT_BEGIN and AT_END variables.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.servlet.jsp.tagext.VariableInfo[]
    getVariableInfo(jakarta.servlet.jsp.tagext.TagData data)
    Exports 'begin' with scope of AT_BEGIN, and 'end' with scope of AT_END.

    Methods inherited from class jakarta.servlet.jsp.tagext.TagExtraInfo

    getTagInfo, isValid, setTagInfo, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SyncTEI

      public SyncTEI()
      Default constructor.
  • Method Details

    • getVariableInfo

      public jakarta.servlet.jsp.tagext.VariableInfo[] getVariableInfo(jakarta.servlet.jsp.tagext.TagData data)
      Exports 'begin' with scope of AT_BEGIN, and 'end' with scope of AT_END.
      Overrides:
      getVariableInfo in class jakarta.servlet.jsp.tagext.TagExtraInfo
      Parameters:
      data - - TagData instance
      Returns:
      an array of VariableInfos