Class ServletContextBootstrap

java.lang.Object
org.gatein.pc.test.bootstrap.ServletContextBootstrap
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

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

    • ServletContextBootstrap

      public ServletContextBootstrap()
  • Method Details

    • contextInitialized

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

      public void boostrap() throws Exception
      Throws:
      Exception
    • contextDestroyed

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