Package play.routing
package play.routing
-
ClassDescriptionHelpers for creating JavaScript reverse routersDefine functions to be used with
RoutingDsl.A function that receives aHttp.Request, no parameters, and return a result type.A function that receives aHttp.Request, a single parameter, and return a result type.RequestFunctions.Params2<P1,P2, R> A function that receives aHttp.Request, two parameters, and return a result type.RequestFunctions.Params3<P1,P2, P3, R> A function that receives aHttp.Request, three parameters, and return a result type.This is used to "tag" the functions which requires a request to execute.The Java Router APIRequest attributes used by the router.A DSL for building a router.Java Components for RoutingDsl.RoutingDsl components from the built in components.