Returns the name of the Servlet.
Syntax
getServletName( config )
config.getServletName( )
Parameters
config
|
the Servlet configuration information.
|
Returns
string
|
the name of the Servlet.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
servlet_name = Config( ).getServletName( )
|