Class TagData

java.lang.Object
jakarta.servlet.jsp.tagext.TagData
All Implemented Interfaces:
Cloneable

public class TagData extends Object implements Cloneable
The (translation-time only) attribute/value information for a tag instance.

TagData is only used as an argument to the isValid, validate, and getVariableInfo methods of TagExtraInfo, which are invoked at translation time.