Class ResteasyServletInitializer

java.lang.Object
org.jboss.resteasy.plugins.servlet.ResteasyServletInitializer
All Implemented Interfaces:
jakarta.servlet.ServletContainerInitializer

public class ResteasyServletInitializer extends Object implements jakarta.servlet.ServletContainerInitializer
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • ResteasyServletInitializer

      public ResteasyServletInitializer()
  • Method Details

    • onStartup

      public void onStartup(Set<Class<?>> classes, jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException
      Specified by:
      onStartup in interface jakarta.servlet.ServletContainerInitializer
      Throws:
      jakarta.servlet.ServletException
    • handleNoApplicationClass

      protected void handleNoApplicationClass(Set<Class<?>> providers, Set<Class<?>> resources, jakarta.servlet.ServletContext servletContext)
    • register

      protected void register(Class<?> applicationClass, Set<Class<?>> providers, Set<Class<?>> resources, jakarta.servlet.ServletContext servletContext)