Binds the given object and attribute name with the specified Context.
Syntax
setAttribute( context , string , object )
context.setAttribute( string , string )
Parameters
context
|
the Context object.
|
string
|
the name of the attribute to bind.
|
object
|
the object to bind.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Context( ).setAttribute( name , object )
|