Package edu.wisc.game.rest
Class GetImageServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- edu.wisc.game.rest.GetImageServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class GetImageServlet extends javax.servlet.http.HttpServlet
Returns the content of the SVG file for the specified shape- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetImageServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-