Returns the Context object associated with the the specified URI.
Syntax
getContext( context , string )
context.getContext( string )
Parameters
context
|
the Context object.
|
string
|
the URI.
|
Returns
context
|
the Context associated with the specified URI.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
context = Context( ).getContext( uri )
|