Class ResteasyServletInitializer

  • All Implemented Interfaces:
    javax.servlet.ServletContainerInitializer

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

      • ResteasyServletInitializer

        public ResteasyServletInitializer()
    • Method Detail

      • onStartup

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

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

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