Class ResteasyServletInitializer
- java.lang.Object
-
- org.jboss.resteasy.plugins.servlet.ResteasyServletInitializer
-
- All Implemented Interfaces:
javax.servlet.ServletContainerInitializer
public class ResteasyServletInitializer extends Object implements javax.servlet.ServletContainerInitializer
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description ResteasyServletInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleNoApplicationClass(Set<Class<?>> providers, Set<Class<?>> resources, javax.servlet.ServletContext servletContext)
void
onStartup(Set<Class<?>> classes, javax.servlet.ServletContext servletContext)
protected void
register(Class<?> applicationClass, Set<Class<?>> providers, Set<Class<?>> resources, javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
onStartup
public void onStartup(Set<Class<?>> classes, javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException
- Specified by:
onStartup
in interfacejavax.servlet.ServletContainerInitializer
- Throws:
javax.servlet.ServletException
-
handleNoApplicationClass
protected void handleNoApplicationClass(Set<Class<?>> providers, Set<Class<?>> resources, javax.servlet.ServletContext servletContext)
-
-