Class MCRDFGLinkServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.mets.servlets.MCRDFGLinkServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class MCRDFGLinkServlet extends MCRServlet
This servlet redirects to the DFG-viewer and sets all parameters for specific images automatically if needed parameters: deriv = the MyCoReID of the derivate (needed) file = the Filename of the image that had to be shown in the DFG-Viewer (optional)
Author:
Sebastian Röher (basti890)
See Also:
  • Constructor Details

    • MCRDFGLinkServlet

      public MCRDFGLinkServlet()
  • Method Details

    • doGetPost

      protected void doGetPost(MCRServletJob job) throws Exception
      Description copied from class: MCRServlet
      This method should be overwritten by other servlets. As a default response we indicate the HTTP 1.1 status code 501 (Not Implemented).
      Overrides:
      doGetPost in class MCRServlet
      Throws:
      Exception