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

    Constructors
    Constructor
    Description
    LLReadServlet(com.io7m.repetoir.core.RPServiceDirectoryType inServices)
    The v1 "get" servlet.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class jakarta.servlet.http.HttpServlet
      Throws:
      IOException