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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doGet(HttpServletRequest request, HttpServletResponse response)
     

    Methods inherited from class HttpServlet

    doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service

    Methods inherited from class GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ImageServlet

      public ImageServlet()
  • Method Details

    • doGet

      protected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException
      Overrides:
      doGet in class HttpServlet
      Throws:
      IOException