MongoController

A mixin for controllers that will provide MongoDB actions.

Companion:
object

Type members

Inherited classlikes

object &
Inherited from:
RequestExtractors
object Accepts
Inherited from:
AcceptExtractors
class Status
Inherited from:
Results
object render
Inherited from:
Rendering

Value members

Inherited methods

def CSS(implicit codec: Codec): String
Inherited from:
ContentTypes
def EVENT_STREAM(implicit codec: Codec): String
Inherited from:
ContentTypes
def Found(url: String): Result
Inherited from:
Results
def HTML(implicit codec: Codec): String
Inherited from:
ContentTypes
def JAVASCRIPT(implicit codec: Codec): String
Inherited from:
ContentTypes
Inherited from:
Results
Inherited from:
Results
def Redirect(call: Call, status: Int): Result
Inherited from:
Results
def Redirect(call: Call): Result
Inherited from:
Results
def Redirect(url: String, queryStringParams: Map[String, Seq[String]], status: Int): Result
Inherited from:
Results
def Redirect(url: String, statusCode: Int): Result
Inherited from:
Results
Inherited from:
Results
def Status(code: Int): Status
Inherited from:
Results
def TEXT(implicit codec: Codec): String
Inherited from:
ContentTypes
Inherited from:
Results
def XHTML(implicit codec: Codec): String
Inherited from:
ContentTypes
def XML(implicit codec: Codec): String
Inherited from:
ContentTypes
def withCharset(mimeType: String)(implicit codec: Codec): String
Inherited from:
ContentTypes

Implicits

Inherited implicits

implicit def messagesApi: MessagesApi
Inherited from:
BaseControllerHelpers
implicit def request2flash(implicit request: RequestHeader): Flash
Inherited from:
RequestImplicits
implicit def request2session(implicit request: RequestHeader): Session
Inherited from:
RequestImplicits
implicit def supportedLangs: Langs
Inherited from:
BaseControllerHelpers