Class ContainerInitializer

java.lang.Object
org.atmosphere.cpr.ContainerInitializer
All Implemented Interfaces:
ServletContainerInitializer

public class ContainerInitializer extends Object implements ServletContainerInitializer
Initializer for the AtmosphereFramework per servlet instance, this initializer is called during web-application startup lifecycle (since Servlet 3.0). If you need to disable automatic initialization take a look at the following switch:

ApplicationConfig.DISABLE_ATMOSPHERE_INITIALIZER}