|
Rename Parameter urlPattern : String to uriPattern : String in method public HEAD(uriPattern String, routeHandler RouteHandler) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public POST(uriPattern String, controllerClass Class<? extends Controller>, methodName String) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public PUT(uriPattern String, routeHandler RouteHandler) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public DELETE(uriPattern String, routeHandler RouteHandler) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public PATCH(uriPattern String, controllerClass Class<? extends Controller>, methodName String) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public uriFor(uriPattern String, parameters Map<String,Object>) : String in class ro.fortsoft.pippo.core.route.Router |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public PUT(uriPattern String, controllerClass Class<? extends Controller>, methodName String) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method private getParameterNames(uriPattern String) : List<String> in class ro.fortsoft.pippo.core.route.DefaultRouter |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public addRoute(uriPattern String, requestMethod String, controllerClass Class<? extends Controller>, methodName String) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public GET(uriPattern String, routeHandler RouteHandler) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public GET(uriPattern String, controllerClass Class<? extends Controller>, methodName String) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public PATCH(uriPattern String, routeHandler RouteHandler) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public DELETE(uriPattern String, controllerClass Class<? extends Controller>, methodName String) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public addRoute(uriPattern String, requestMethod String, routeHandler RouteHandler) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public HEAD(uriPattern String, controllerClass Class<? extends Controller>, methodName String) : void in class ro.fortsoft.pippo.core.Application |
From |
To |
|
Rename Parameter urlPattern : String to uriPattern : String in method public POST(uriPattern String, routeHandler RouteHandler) : void in class ro.fortsoft.pippo.core.Application |
From |
To |