KickJava   Java API By Example, From Geeks To Geeks.

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

javax.servlet.jsp.tagext
Interface DynamicAttributes

See Also:
Top Examples, Source Code

public void setDynamicAttribute(String uri,
                                String localName,
                                Object value)
                         throws JspException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags