Package | Description |
---|---|
play | |
play.mvc | |
play.plugins |
Modifier and Type | Method and Description |
---|---|
void |
PlayPlugin.onRequestRouting(Router.Route route)
Called when the request has been routed.
|
Modifier and Type | Field and Description |
---|---|
static List<Router.Route> |
Router.routes
All the loaded routes.
|
Modifier and Type | Method and Description |
---|---|
static Router.Route |
Router.getRoute(String method,
String path,
String action,
String params,
String headers) |
static Router.Route |
Router.getRoute(String method,
String path,
String action,
String params,
String headers,
String sourceFile,
int line) |
static Router.Route |
Router.route(Http.Request request) |
Modifier and Type | Method and Description |
---|---|
void |
PluginCollection.onRequestRouting(Router.Route route) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly