Class WireMockWebContextListener

java.lang.Object
com.github.tomakehurst.wiremock.servlet.WireMockWebContextListener
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

public class WireMockWebContextListener extends Object implements jakarta.servlet.ServletContextListener
  • Constructor Details

    • WireMockWebContextListener

      public WireMockWebContextListener()
  • Method Details

    • contextInitialized

      public void contextInitialized(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener