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

getServletRegistrations

open fun getServletRegistrations(): MutableMap<String, out ServletRegistration>

This method always returns an empty map.

See Also
javax.servlet.ServletContext#getServletRegistrations()