uk.ac.soton.itinnovation.grid.service.data
Class RestDataServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
uk.ac.soton.itinnovation.grid.service.data.RestDataServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class RestDataServlet
- extends HttpServlet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestDataServlet
public RestDataServlet()
init
public void init()
- Overrides:
init in class GenericServlet
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
doPut
protected void doPut(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doPut in class HttpServlet
- Throws:
ServletException
IOException
doDelete
protected void doDelete(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doDelete in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.