Schnittstelle ApiHandler


public interface ApiHandler
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    handleApiRequest(List<String> apiPath, Map<String,String> parameterMap, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean postRequest, String contentType, byte[] bodyData)
     
  • Methodendetails

    • handleApiRequest

      void handleApiRequest(List<String> apiPath, Map<String,String> parameterMap, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean postRequest, String contentType, byte[] bodyData) throws jakarta.servlet.ServletException, IOException
      Löst aus:
      jakarta.servlet.ServletException
      IOException