|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
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, |
|
URI expand(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, |
|
URI expandInternal(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. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |