Class MCRDerivateLinkServlet

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

public class MCRDerivateLinkServlet extends MCRServlet
This servlet is used to display all parents of an mycore object and their containing derivates. It returns a xml document which will be transformed by derivateLinks-parentList.xsl.
Author:
Matthias Eichner
See Also:
  • Field Details

    • derivateLinkErrorPage

      protected static String derivateLinkErrorPage
  • Constructor Details

    • MCRDerivateLinkServlet

      public MCRDerivateLinkServlet()
  • 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