public interface DynamicAttributes
| Modifier and Type | Method and Description |
|---|---|
void |
setDynamicAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.Object value)
Sets a dynamic attribute.
|
void setDynamicAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.Object value)
throws JspException
uri - the attribute's namespace urilocalName - the attribute's local namevalue - the value of the attributeJspException