Class PublicApiWebScriptServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.springframework.extensions.webscripts.servlet.WebScriptServlet
org.alfresco.repo.web.scripts.TenantWebScriptServlet
org.alfresco.rest.api.PublicApiWebScriptServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class PublicApiWebScriptServlet extends TenantWebScriptServlet
See Also:
  • Field Summary

    Fields inherited from class org.springframework.extensions.webscripts.servlet.WebScriptServlet

    authenticatorFactory, configService, container, serverProperties

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime
    getRuntime(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
     
    void
     

    Methods inherited from class org.alfresco.repo.web.scripts.TenantWebScriptServlet

    service

    Methods inherited from class org.springframework.extensions.webscripts.servlet.WebScriptServlet

    initServlet, setLanguageFromRequestHeader

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPatch, doPost, doPut, doTrace, getLastModified, init, isSensitiveHeader, service

    Methods inherited from class jakarta.servlet.GenericServlet

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PublicApiWebScriptServlet

      public PublicApiWebScriptServlet()
  • Method Details

    • init

      public void init() throws jakarta.servlet.ServletException
      Overrides:
      init in class org.springframework.extensions.webscripts.servlet.WebScriptServlet
      Throws:
      jakarta.servlet.ServletException
    • getRuntime

      protected org.springframework.extensions.webscripts.servlet.WebScriptServletRuntime getRuntime(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
      Overrides:
      getRuntime in class TenantWebScriptServlet