@Singleton public class GlobalSettingsHttpRequestHandler extends DefaultHttpRequestHandler
Constructor and Description |
---|
GlobalSettingsHttpRequestHandler(play.api.GlobalSettings global) |
Modifier and Type | Method and Description |
---|---|
Action |
createAction(Http.Request request,
java.lang.reflect.Method actionMethod)
Call to create the root Action of a request for a Java application.
|
wrapAction
@Inject public GlobalSettingsHttpRequestHandler(play.api.GlobalSettings global)
public Action createAction(Http.Request request, java.lang.reflect.Method actionMethod)
HttpRequestHandler
createAction
in interface HttpRequestHandler
createAction
in class DefaultHttpRequestHandler
request
- The HTTP RequestactionMethod
- The action method containing the user code for this Action.