spring-framework / org.springframework.web.reactive.support / AbstractAnnotationConfigDispatcherHandlerInitializer

AbstractAnnotationConfigDispatcherHandlerInitializer

abstract class AbstractAnnotationConfigDispatcherHandlerInitializer : AbstractDispatcherHandlerInitializer

org.springframework.web.WebApplicationInitializer to register a DispatcherHandler, wrapping it in a ServletHttpHandlerAdapter, and use Java-based Spring configuration.

Author
Arjen Poutsma

Constructors

<init>

AbstractAnnotationConfigDispatcherHandlerInitializer()

org.springframework.web.WebApplicationInitializer to register a DispatcherHandler, wrapping it in a ServletHttpHandlerAdapter, and use Java-based Spring configuration.