由于像routeAndCall
(Java-specific)这样的 API 在 Play 中已被弃用!2.1、如何将请求传递给Scala中的另一个控制器?
就像是:
def this = Action { implicit request =>
if(request.body) routeAndCall(controller.App.methodWithPostBody)
else Ok("hello")
}
谢谢!
由于像routeAndCall
(Java-specific)这样的 API 在 Play 中已被弃用!2.1、如何将请求传递给Scala中的另一个控制器?
就像是:
def this = Action { implicit request =>
if(request.body) routeAndCall(controller.App.methodWithPostBody)
else Ok("hello")
}
谢谢!