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 void
PlayPlugin. 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. routes
All the loaded routes.Methods in play.mvc that return Router.Route Modifier and Type Method Description static Router.Route
Router. getRoute(java.lang.String method, java.lang.String path, java.lang.String action, java.lang.String params, java.lang.String headers)
static Router.Route
Router. 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.Route
Router. 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 void
PluginCollection. onRequestRouting(Router.Route route)
-