railo.runtime.ext.tag
Interface DynamicAttributes

All Known Implementing Classes:
Admin, CFImportTag, CFTag, CFTagCore, CFXTag, CustomTag, Invoke, Module, Property, ThreadTag

public interface DynamicAttributes

Interface for Dynmaic Attributes for tags (in j2ee at version 1.4.x)


Method Summary
 void setDynamicAttribute(String uri, Collection.Key localName, Object value)
           
 void setDynamicAttribute(String uri, String localName, Object value)
          Deprecated. use instead setDynamicAttribute(String uri, Collection.Key localName, Object value)
 

Method Detail

setDynamicAttribute

void setDynamicAttribute(String uri,
                         String localName,
                         Object value)
Deprecated. use instead setDynamicAttribute(String uri, Collection.Key localName, 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

setDynamicAttribute

void setDynamicAttribute(String uri,
                         Collection.Key localName,
                         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


Copyright © 2012 Railo