Generated by
JDiff

Class org.springframework.mock.web.MockServletContext

Documentation changed from old to new.

Changed Constructors
MockServletContext(String) Documentation changed from old to new.
Create a new MockServletContext, using a DefaultResourceLoader.
MockServletContext(String, ResourceLoader) Documentation changed from old to new.
Create a new MockServletContext using the supplied resource base path and resource loader.
 

Added Methods
String getDefaultServletName() Get the name of the default {@code Servlet}.
void registerNamedDispatcher(String, RequestDispatcher) Register a RequestDispatcher (typically a MockRequestDispatcher) that acts as a wrapper for the named Servlet.
void setDefaultServletName(String) Set the name of the default {@code Servlet}.
void unregisterNamedDispatcher(String) Unregister the RequestDispatcher with the given name.