Generated by
JDiff

Class org.springframework.web.servlet.FrameworkServlet

Documentation changed from old to new.

Added Methods
void service(HttpServletRequest, HttpServletResponse) Override the parent class implementation in order to intercept PATCH requests.
 

Changed Methods
void postProcessWebApplicationContext(ConfigurableWebApplicationContext) Documentation changed from old to new.
Post-process the given WebApplicationContext before it is refreshed and activated as context for this servlet.
void setContextInitializerClasses(String) Documentation changed from old to new.
Specify the set of fully-qualified ApplicationContextInitializer class names, per the optional "contextInitializerClasses" servlet init-param.
void setContextInitializers(ApplicationContextInitializer[]) Documentation changed from old to new.
Specify which ApplicationContextInitializer instances should be used to initialize the application context used by this {@code FrameworkServlet}.