Returns an Enumeration containing the names of any Servlet initialization parameter.
Syntax
getInitParameterNames( config )
config.getInitParameterNames( )
Parameters
config
|
the Servlet's configuration information.
|
Returns
enumeration
|
an enumeration object containing the names of the Servlet initialization parameter.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
e = Config( ).getInitParameterNames( )
|