A B C D F G I M S

I

InitServlet - class com.infosoftglobal.fusioncharts.InitServlet.
Servlet implementation class for Servlet: InitServlet Initializes the database name,path,DSN.Also, it instantiates the DBConnection class
and puts it in the Application context so that all jsps can use this instance of
DBConnection class which has all the db related parameters configured.
InitServlet() - Constructor for class com.infosoftglobal.fusioncharts.InitServlet
 
init(ServletConfig) - Method in class com.infosoftglobal.fusioncharts.InitServlet
Init method of the servlet.
Reads the ServletContext parameters, instantiates DBConnection class
and sets these values to it.

A B C D F G I M S