Uses of Class
play.mvc.Router.Route
-
Packages that use Router.Route Package Description play play.mvc play.plugins -
-
Uses of Router.Route in play
Methods in play with parameters of type Router.Route Modifier and Type Method Description voidPlayPlugin. onRequestRouting(Router.Route route)Called when the request has been routed. -
Uses of Router.Route in play.mvc
Fields in play.mvc with type parameters of type Router.Route Modifier and Type Field Description static java.util.List<Router.Route>Router. routesAll the loaded routes.Methods in play.mvc that return Router.Route Modifier and Type Method Description static Router.RouteRouter. getRoute(java.lang.String method, java.lang.String path, java.lang.String action, java.lang.String params, java.lang.String headers)static Router.RouteRouter. getRoute(java.lang.String method, java.lang.String path, java.lang.String action, java.lang.String params, java.lang.String headers, java.lang.String sourceFile, int line)static Router.RouteRouter. route(Http.Request request) -
Uses of Router.Route in play.plugins
Methods in play.plugins with parameters of type Router.Route Modifier and Type Method Description voidPluginCollection. onRequestRouting(Router.Route route)
-