Generated by
JDiff

Class org.springframework.web.servlet.resource.ResourceHttpRequestHandler

Removed interface org.springframework.beans.factory.SmartInitializingSingleton.

Removed Methods
void afterSingletonsInstantiated()  
PathExtensionContentNegotiationStrategy initPathExtensionStrategy()  
 

Added Methods
PathExtensionContentNegotiationStrategy initContentNegotiationStrategy() Initialize the content negotiation strategy depending on the {@code ContentNegotiationManager} setup and the availability of a {@code ServletContext}.
 

Changed Methods
void initServletContext(ServletContext) Method was locally defined, but is now inherited from WebApplicationObjectSupport. Subclasses may override this for custom initialization based on the ServletContext that this application object runs in.