ActionFunction
play.api.mvc.ActionFunction
A builder for generic Actions that generalizes over the type of requests. An ActionFunction[R,P] may be chained onto an existing ActionBuilder[R] to produce a new ActionBuilder[P] using andThen. The critical (abstract) function is invokeBlock. Most users will want to use ActionBuilder instead.
Type parameters
- P
-
the parameter type which blocks executed by this builder take (output)
- R
-
the type of the request on which this is invoked (input)
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ActionBuilderImpl[B]class IgnoringBodyclass DefaultActionBuilderImpltrait DefaultActionBuildertrait MessagesActionBuilderclass MessagesActionBuilderImpl[B]class AuthenticatedBuilder[U]trait ActionFilter[R]
- Self type
-
Members list
In this article