Class ImageServlet
Object
GenericServlet
HttpServlet
ImageServlet
- All Implemented Interfaces:
Servlet,ServletConfig,Serializable
@WebServlet("/*")
public class ImageServlet
extends HttpServlet
Provides images stored by players in the database.
- Author:
- maartenl
- See Also:
-
Field Summary
Fields inherited from class HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGet(HttpServletRequest request, HttpServletResponse response) Methods inherited from class HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
ImageServlet
public ImageServlet()
-
-
Method Details
-
doGet
- Overrides:
doGetin classHttpServlet- Throws:
IOException
-