LO53
Public Member Functions | Protected Member Functions | List of all members
com.servlet.calibration.CalibrationServlet Class Reference
Inheritance diagram for com.servlet.calibration.CalibrationServlet:

Public Member Functions

 CalibrationServlet ()
 

Protected Member Functions

void doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
 
void doPost (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
 

Detailed Description

Servlet implementation class CalibrationServlet

Constructor & Destructor Documentation

com.servlet.calibration.CalibrationServlet.CalibrationServlet ( )
See also
HttpServlet::HttpServlet() Default constructor of a servlet

Member Function Documentation

void com.servlet.calibration.CalibrationServlet.doGet ( HttpServletRequest  request,
HttpServletResponse  response 
) throws ServletException, IOException
protected
See also
HttpServlet::doGet(HttpServletRequest request, HttpServletResponse response)
void com.servlet.calibration.CalibrationServlet.doPost ( HttpServletRequest  request,
HttpServletResponse  response 
) throws ServletException, IOException
protected
See also
HttpServlet::doPost(HttpServletRequest request, HttpServletResponse response) When a post request is received, this function is called and process it. Forward request from mobile to waypoints, then retrieve data from waypoints and store into database as calibration data.

The documentation for this class was generated from the following file: