Class MCRXSLInfoServlet

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

public final class MCRXSLInfoServlet extends MCRServlet
Lists all *.xsl stylesheets in the web application located in any WEB-INF/lib/*.jar or WEB-INF/classes/xsl/ or in MCRConfigurationDir, outputs the dependencies (import/include) and contained templates.
Author:
Frank Lützenkirchen
See Also:
  • Constructor Details

    • MCRXSLInfoServlet

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