Generated by
JDiff

Class org.springframework.web.servlet.support.RequestContext

Documentation changed from old to new.

Changed Constructors
RequestContext(HttpServletRequest, Map<String, Object>) Documentation changed from old to new.
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
 

Changed Methods
String getPathToServlet() Documentation changed from old to new.
Return the path to URL mappings within the current servlet including the context path and the servlet path of the original request.
RequestDataValueProcessor getRequestDataValueProcessor() Documentation changed from old to new.
Return the RequestDataValueProcessor instance to use obtained from the WebApplicationContext under the name {@code "requestDataValueProcessor"}.
String getContextUrl(String, Map<String, ?>) Documentation changed from old to new.
Return a context-aware URl for the given relative URL with placeholders (named keys with braces {}).