Package org.atmosphere.cpr
Class AnnotationScanningServletContainerInitializer
- java.lang.Object
-
- org.atmosphere.cpr.AnnotationScanningServletContainerInitializer
-
- All Implemented Interfaces:
jakarta.servlet.ServletContainerInitializer
public class AnnotationScanningServletContainerInitializer extends java.lang.Object implements jakarta.servlet.ServletContainerInitializerA ServletContainerInitializer that scans for annotations, and places them in a map keyed by annotation type in the servlet context. NOTE: Any new Atmosphere's annotation must be hardcoded here.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description AnnotationScanningServletContainerInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStartup(java.util.Set<java.lang.Class<?>> classes, jakarta.servlet.ServletContext servletContext)
-