Package play.routing

Class RequestFunctions

java.lang.Object
play.routing.RequestFunctions

public class RequestFunctions extends Object
Define functions to be used with RoutingDsl. The functions here always declared the first parameter as an Http.Request so that the blocks have access to the request made.
  • Constructor Details

    • RequestFunctions

      public RequestFunctions()