KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > TagExtraInfo

javax.servlet.jsp.tagext
Class TagExtraInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
See Also:
Top Examples, Source Code

public final TagInfo getTagInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public VariableInfo[] getVariableInfo(TagData data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isValid(TagData data)
See Also:
validate(javax.servlet.jsp.tagext.TagData)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final void setTagInfo(TagInfo tagInfo)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagExtraInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ValidationMessage[] validate(TagData data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags