|
Rename Method public handleStylePutInternal(object Object, workspace String, style String) : void renamed to public putStyleSLD(style Style, styleName String, workspaceName String) : void in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method protected postStyleInternal(object Object, name String, workspace String, styleFormat StyleHandler, mediaType String, builder UriComponentsBuilder) : ResponseEntity<String> renamed to public postStyle(stream InputStream, name String, workspaceName String, builder UriComponentsBuilder) : ResponseEntity<String> in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method protected getStyleContentFromWorkspace(styleName String, workspaceName String) : StyleInfo renamed to protected getStyleSLD(styleName String, workspaceName String) : StyleInfo in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method public postStylePackageInternal(stream InputStream, workspace String, name String, builder UriComponentsBuilder) : ResponseEntity<String> renamed to public postStyleSLD(style Style, workspaceName String, name String, contentType String, builder UriComponentsBuilder) : ResponseEntity<String> in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method public postStyleInfoInternal(style StyleInfo, workspace String, layer String, makeDefault boolean) : String renamed to public postStyle(style StyleInfo, layerName String, workspaceName String, makeDefault boolean) : String in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method protected deleteStyleInternal(styleName String, recurse boolean, purge boolean, workspace String) : void renamed to protected deleteStyle(styleName String, workspaceName String, recurse boolean, purge boolean) : void in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method public putStyleInfo(is InputStream, styleName String, workspaceName String, name String) : void renamed to public putStyleZip(is InputStream, styleName String, workspaceName String, name String) : void in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method public handleStyleInfoPutInternal(info StyleInfo, workspace String, styleName String) : void renamed to public putStyleInfo(info StyleInfo, styleName String, workspaceName String) : void in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Method protected getStyleFromWorkspace(styleName String, workspaceName String) : RestWrapper<StyleInfo> renamed to protected getStyle(styleName String, workspaceName String) : RestWrapper<StyleInfo> in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Parameter layer : String to layerName : String in method public postStyle(style StyleInfo, layerName String, workspaceName String, makeDefault boolean) : String in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Parameter workspace : String to workspaceName : String in method public postStyleSLD(style Style, workspaceName String, name String, contentType String, builder UriComponentsBuilder) : ResponseEntity<String> in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Parameter workspace : String to workspaceName : String in method protected deleteStyle(styleName String, workspaceName String, recurse boolean, purge boolean) : void in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Parameter workspace : String to workspaceName : String in method public putStyleInfo(info StyleInfo, styleName String, workspaceName String) : void in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Parameter workspace : String to workspaceName : String in method public postStyle(style StyleInfo, layerName String, workspaceName String, makeDefault boolean) : String in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Parameter workspace : String to workspaceName : String in method public postStyle(stream InputStream, name String, workspaceName String, builder UriComponentsBuilder) : ResponseEntity<String> in class org.geoserver.catalog.rest.StyleController |
From |
To |
|
Rename Parameter object : Object to style : Style in method public putStyleSLD(style Style, styleName String, workspaceName String) : void in class org.geoserver.catalog.rest.StyleController |
From |
To |