javax.servlet.jsp.tagext
Interface DynamicAttributes
public interface DynamicAttributes
Interface for a tag that supports dynamic attributes.
Method Summary |
void |
setDynamicAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.Object value)
Sets a dynamic attribute. |
setDynamicAttribute
void setDynamicAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.Object value)
throws JspException
- Sets a dynamic attribute.
- Parameters:
uri
- the attribute's namespace urilocalName
- the attribute's local namevalue
- the value of the attribute
- Throws:
JspException