Class AnnotationImageServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.levigo.jadice.web.conn.server.AbstractDownloadServlet
com.levigo.jadice.web.conn.server.AnnotationImageServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@WebServlet(description="Servlet handling annotation image requests", displayName="jadice web toolkit annotation image download", name="jwtAnnotationImageDownloadServlet", urlPatterns="/jwt/resource/*") public class AnnotationImageServlet extends AbstractDownloadServlet
This servlet handles annotation image requests. The requests must match the pattern <base URL> + "jwt/resource?p" + <annotation profile name> + "i=" + <image identifier>.

Whereas

  • <image identifier> is the identifier that references the image
  • <annotation profile name> is the name of the profile, in which the image annotation is defined
See Also:
  • Field Summary

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    getData(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)
     

    Methods inherited from class com.levigo.jadice.web.conn.server.AbstractDownloadServlet

    doGet, logClientClosedException

    Methods inherited from class jakarta.servlet.http.HttpServlet

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

    Methods inherited from class jakarta.servlet.GenericServlet

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait