Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/mvc/Action$.html below:
Action - play.api.mvc.Action
final def !=(arg0: Any): Boolean
final def ##(): Int
final def ==(arg0: Any): Boolean
def andThen[Q[_]](other: ActionFunction[Request, Q]): ActionBuilder[Q]
Compose this ActionFunction with another, with this one applied first.
final def apply(block: â Result): Action[AnyContent]
Constructs an Action
with default content, and no request parameter.
final def apply(block: (Request[AnyContent]) â Result): Action[AnyContent]
Constructs an Action
with default content.
final def apply[A](bodyParser: BodyParser[A])(block: (Request[A]) â Result): Action[A]
Constructs an Action
.
final def asInstanceOf[T0]: T0
final def async[A](bodyParser: BodyParser[A])(block: (Request[A]) â Future[Result]): Action[A]
Constructs an Action
that returns a future of a result, with default content.
final def async(block: (Request[AnyContent]) â Future[Result]): Action[AnyContent]
Constructs an Action
that returns a future of a result, with default content.
final def async(block: â Future[Result]): Action[AnyContent]
Constructs an Action
that returns a future of a result, with default content, and no request parameter.
def clone(): AnyRef
def compose(other: ActionBuilder[Request]): ActionBuilder[Request]
def compose[Q[_]](other: ActionFunction[Q, Request]): ActionFunction[Q, Request]
Compose another ActionFunction with this one, with this one applied last.
def composeAction[A](action: Action[A]): Action[A]
Compose the action with other actions.
def composeParser[A](bodyParser: BodyParser[A]): BodyParser[A]
Compose the parser.
final def eq(arg0: AnyRef): Boolean
def equals(arg0: Any): Boolean
def executionContext: ExecutionContext
Get the execution context to run the request in.
def finalize(): Unit
final def getClass(): Class[_]
def hashCode(): Int
def invokeBlock[A](request: Request[A], block: (Request[A]) â Future[Result]): Future[Result]
Invoke the block.
final def isInstanceOf[T0]: Boolean
final def ne(arg0: AnyRef): Boolean
final def notify(): Unit
final def notifyAll(): Unit
final def synchronized[T0](arg0: â T0): T0
def toString(): String
final def wait(): Unit
final def wait(arg0: Long, arg1: Int): Unit
final def wait(arg0: Long): Unit
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4