Class FrontendServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.catalina.servlets.DefaultServlet
io.yupiik.batch.ui.backend.frontend.FrontendServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class FrontendServlet extends org.apache.catalina.servlets.DefaultServlet
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.catalina.servlets.DefaultServlet

    org.apache.catalina.servlets.DefaultServlet.CompressionFormat
  • Field Summary

    Fields inherited from class org.apache.catalina.servlets.DefaultServlet

    BUFFER_SIZE, compressionFormats, contextXsltFile, debug, fileEncoding, FULL, globalXsltFile, input, listings, localXsltFile, mimeSeparation, output, readmeFile, readOnly, resources, sendfileSize, showServerInfo, sm, sortListings, sortManager, useAcceptRanges
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.apache.catalina.servlets.DefaultServlet

    checkIfHeaders, checkIfMatch, checkIfModifiedSince, checkIfNoneMatch, checkIfUnmodifiedSince, checkSendfile, copy, copy, copy, copy, copyRange, copyRange, copyRange, destroy, determineMethodsAllowed, doDelete, doGet, doHead, doOptions, doPost, doPut, executePartialPut, findXsltSource, generateETag, getPathPrefix, getReadme, getRelativePath, getRelativePath, parseContentRange, parseRange, render, renderHtml, renderSize, renderXml, rewriteUrl, sendNotAllowed, serveResource, service

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doTrace, getLastModified, service

    Methods inherited from class jakarta.servlet.GenericServlet

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

    Methods inherited from class java.lang.Object

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

    • FrontendServlet

      public FrontendServlet()
  • Method Details

    • init

      public void init() throws jakarta.servlet.ServletException
      Overrides:
      init in class org.apache.catalina.servlets.DefaultServlet
      Throws:
      jakarta.servlet.ServletException