Returns an Enumeration containing the names of the specified Context's attributes.
Syntax
getAttributeNames( context )
c context.getAttributeNames( )
Parameters
context
|
the Context object.
|
Returns
enumeration
|
an enumeration object containing the names of the specified Context's attributes.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
e = Context( ).getAttributeNames( )
|