Generated by
JDiff

Class org.springframework.web.util.DefaultUriTemplateHandler

The superclass changed from java.lang.Object to org.springframework.web.util.AbstractUriTemplateHandler.
Removed interface org.springframework.web.util.UriTemplateHandler.

Removed Methods
URI expand(String, Object[])  
URI expand(String, Map<String, ?>)  
URI insertBaseUrl(UriComponents) Invoked after the URI template has been expanded and encoded to prepend the configured baseUrl if any.
 

Added Methods
URI expandInternal(String, Object[])  
URI expandInternal(String, Map<String, ?>)  
 

Changed Methods
String getBaseUrl() Method was locally defined, but is now inherited from AbstractUriTemplateHandler. Return the configured base URL.
void setBaseUrl(String) Method was locally defined, but is now inherited from AbstractUriTemplateHandler. Configure a base URL to prepend URI templates with.