Class StiServletJk

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.stimulsoft.web.servlet.StiServletJk
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable
Direct Known Subclasses:
StiAngularViewerActionServletJk, StiWebViewerActionServletJk

public class StiServletJk extends jakarta.servlet.http.HttpServlet
Servlet.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    error(jakarta.servlet.http.HttpServletResponse response, Exception exception)
     

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, 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
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • StiServletJk

      public StiServletJk()
  • Method Details

    • error

      protected void error(jakarta.servlet.http.HttpServletResponse response, Exception exception)