Class LLReadServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.looseleaf.server.internal.v1.LLReadServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
public final class LLReadServlet
extends jakarta.servlet.http.HttpServlet
The v1 "get" servlet.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLLReadServlet
(com.io7m.repetoir.core.RPServiceDirectoryType inServices) The v1 "get" servlet. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
service
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
Methods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
LLReadServlet
public LLReadServlet(com.io7m.repetoir.core.RPServiceDirectoryType inServices) The v1 "get" servlet.- Parameters:
inServices
- The service directory
-
-
Method Details
-
service
protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Overrides:
service
in classjakarta.servlet.http.HttpServlet
- Throws:
IOException
-