JavaAction
Attributes
- Graph
-
- Supertypes
-
trait JavaHelperstrait Action[RequestBody]trait EssentialActiontrait Handlerclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Type of the request body.
Value members
Abstract methods
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Returns
-
itself, for better support in the routes file.
- Definition Classes
- Inherited from:
- Action
Attributes
- Inherited from:
- Action
Attributes
- Inherited from:
- EssentialAction
Attributes
- Inherited from:
- JavaHelpers
Attributes
- Inherited from:
- JavaHelpers
Attributes
- Inherited from:
- JavaHelpers
Attributes
- Inherited from:
- JavaHelpers
Attributes
- Inherited from:
- JavaHelpers
Attributes
- Inherited from:
- JavaHelpers
Body parser associated with this action.
Attributes
- Inherited from:
- JavaHelpers
Attributes
- Inherited from:
- JavaHelpers
Deprecated and Inherited methods
Creates JavaContextComponents directly from components..
Creates JavaContextComponents directly from components..
Value parameters
- fileMimeTypes
-
the file mime types
- httpConfiguration
-
the http configuration
- langs
-
the langs instance
- messagesApi
-
the messagesApi instance
Attributes
- Returns
-
an instance of JavaContextComponents with given input components.
- Deprecated
- true
- Inherited from:
- JavaHelpers
Creates context components from environment.
Creates context components from environment.
Value parameters
- configuration
-
play config.
- env
-
play environment.
Attributes
- Returns
-
an instance of JavaContextComponents with default messagesApi and langs.
- Deprecated
- true
- Inherited from:
- JavaHelpers
Creates java context components from environment, using play.api.Configuration.reference and play.api.Environment.simple as defaults.
Creates java context components from environment, using play.api.Configuration.reference and play.api.Environment.simple as defaults.
Attributes
- Returns
-
an instance of JavaContextComponents.
- Deprecated
- true
- Inherited from:
- JavaHelpers
Abstract fields
Concrete fields
Attributes
- Returns
-
The execution context to run the action in