The doGet method of the servlet.
This method is called when a form has its tag value method equals to get.
Parameters: request - the request send by the client to the server Parameters: response - the response send by the server to the client throws: ServletException - if an error occurred throws: IOException - if an error occurred
Methods inherited from org.claros.intouch.common.services.BaseService