Class GetImageServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

    public class GetImageServlet
    extends jakarta.servlet.http.HttpServlet
    Returns the content of an image file (SVG, PNG, etc) for the specified shape. There is also a provision for generating an SVG image on the fly, for use with composite images.
    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​(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)  
      • Methods inherited from class jakarta.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
      • Methods inherited from class jakarta.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    • Constructor Detail

      • GetImageServlet

        public GetImageServlet()
    • Method Detail

      • service

        public void service​(jakarta.servlet.http.HttpServletRequest request,
                            jakarta.servlet.http.HttpServletResponse response)
        Overrides:
        service in class jakarta.servlet.http.HttpServlet