RequireJS

@Singleton class RequireJS(webJarsUtil: WebJarsUtil, controllerComponents: ControllerComponents) extends AbstractController
class AbstractController
trait BaseController
trait BaseControllerHelpers
trait ControllerHelpers
trait RequestImplicits
trait Rendering
trait RequestExtractors
trait AcceptExtractors
trait ContentTypes
trait HeaderNames
trait Status
trait HttpProtocol
trait Results
class Object
trait Matchable
class Any

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

Concrete methods

def setup(): Action[AnyContent]

Inherited methods

def Action: ActionBuilder[[A] =>> Request[A], AnyContent]
Inherited from
BaseController
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
def MovedPermanently(url: String): Result
Inherited from
Results
def PermanentRedirect(url: String): Result
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
def SeeOther(url: String): Result
Inherited from
Results
def Status(code: Int): Status
Inherited from
Results
def TEXT(implicit codec: Codec): String
Inherited from
ContentTypes
def TemporaryRedirect(url: String): Result
Inherited from
Results
def XHTML(implicit codec: Codec): String
Inherited from
ContentTypes
def XML(implicit codec: Codec): String
Inherited from
ContentTypes
def defaultExecutionContext: ExecutionContext
Inherited from
BaseControllerHelpers
def parse: PlayBodyParsers
Inherited from
BaseControllerHelpers
def withCharset(mimeType: String)(implicit codec: Codec): String
Inherited from
ContentTypes

Implicits

Inherited implicits

implicit def fileMimeTypes: FileMimeTypes
Inherited from
BaseControllerHelpers
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