railo.runtime.ext.tag
Interface DynamicAttributes
- public interface DynamicAttributes
Interface for Dynmaic Attributes for tags (in j2ee at version 1.4.x)
|
Method Summary |
void |
setDynamicAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.Object value)
|
setDynamicAttribute
public void setDynamicAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.Object value)
- Parameters:
uri - the namespace of the attribute, or null if in the default namespace.localName - the name of the attribute being set.value - the value of the attribute