Class TesttoolServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
nextapp.echo2.webrender.WebRenderServlet
nextapp.echo2.webcontainer.WebContainerServlet
org.frankframework.ladybug.config.TesttoolServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class TesttoolServlet extends nextapp.echo2.webcontainer.WebContainerServlet
Author:
Jaco de Groot
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class nextapp.echo2.webrender.WebRenderServlet

    nextapp.echo2.webrender.WebRenderServlet.MultipartRequestWrapper
  • Field Summary

    Fields inherited from class nextapp.echo2.webrender.WebRenderServlet

    DISABLE_CACHING, SERVICE_ID_DEFAULT, SERVICE_ID_NEW_INSTANCE, SERVICE_ID_PARAMETER, SERVICE_ID_SESSION_EXPIRED

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    nextapp.echo2.app.ApplicationInstance
     

    Methods inherited from class nextapp.echo2.webrender.WebRenderServlet

    doGet, doPost, getActiveConnection, getMultipartRequestWrapper, getServiceRegistry, process, setMultipartRequestWrapper

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doHead, doOptions, doPatch, doPut, doTrace, getLastModified, init, isSensitiveHeader, service, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, 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

    • TesttoolServlet

      public TesttoolServlet()
  • Method Details

    • newApplicationInstance

      public nextapp.echo2.app.ApplicationInstance newApplicationInstance()
      Specified by:
      newApplicationInstance in class nextapp.echo2.webcontainer.WebContainerServlet
      See Also:
      • Echo2Application.initBean()