spring-framework / org.springframework.mock.web / MockServletContext / registerNamedDispatcher

registerNamedDispatcher

open fun registerNamedDispatcher(name: String, requestDispatcher: RequestDispatcher): Unit

Register a RequestDispatcher (typically a MockRequestDispatcher) that acts as a wrapper for the named Servlet.

Parameters

name - the name of the wrapped Servlet

requestDispatcher - the dispatcher that wraps the named Servlet

See Also
#getNamedDispatcher#unregisterNamedDispatcher