Class ResteasyBootstrap

java.lang.Object
org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

public class ResteasyBootstrap extends Object implements jakarta.servlet.ServletContextListener
This is a ServletContextListener that creates the registry for resteasy and stuffs it as a servlet context attribute
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

  • Constructor Details

    • ResteasyBootstrap

      public ResteasyBootstrap()
  • Method Details

    • contextInitialized

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

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