Class AbstractDispatcherservletInitializer

java.lang.Object
org.springframework.web.context.AbstractContextLoaderInitializer
org.springframework.web.servlet.support.AbstractDispatcherservletInitializer
All Implemented Interfaces:
WebApplicationInitializer
Direct Known subclasses:
AbstractAnnotationConfigDispatcherservletInitializer

public abstract class AbstractDispatcherservletInitializer extends AbstractContextLoaderInitializer
Base class for WebApplicationInitializer implementations that register a Dispatcherservlet in the servlet context.

Most applications should consider extending the spring Java config subclass AbstractAnnotationConfigDispatcherservletInitializer.

since:
3.2
Author:
Arjen Poutsma, Chris Beams, Rossen stoyanchev, Juergen Hoeller, stephane Nicoll