KickJava   Java API By Example, From Geeks To Geeks.

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

javax.servlet.jsp.tagext
Class TagData

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagData
All Implemented Interfaces:
Cloneable
See Also:
Top Examples, Source Code

public Object getAttribute(String attName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public String getAttributeString(String attName)
See Also:
ClassCastException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static final Object REQUEST_TIME_VALUE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAttribute(String attName,
                         Object value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags