|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Router.Route | |
---|---|
play | |
play.mvc | |
play.plugins |
Uses of Router.Route in play |
---|
Methods in play with parameters of type Router.Route | |
---|---|
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 | |
---|---|
static java.util.List<Router.Route> |
Router.routes
All the loaded routes. |
Methods in play.mvc that return Router.Route | |
---|---|
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 | |
---|---|
void |
PluginCollection.onRequestRouting(Router.Route route)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |