Schnittstelle ApiHandler
public interface ApiHandler
-
Methodenübersicht
-
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.ServletExceptionIOException
-