WebJarAssets

class WebJarAssets(errorHandler: HttpErrorHandler, assetsMetadata: AssetsMetadata) extends AssetsBuilder
class AssetsBuilder
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

override def at(file: String): Action[AnyContent]
Definition Classes
AssetsBuilder

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
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 at(path: String, file: String, aggressiveCaching: Boolean): Action[AnyContent]
Inherited from
AssetsBuilder
def versioned(path: String, file: Asset): Action[AnyContent]
Inherited from
AssetsBuilder
def versioned(file: String): Action[AnyContent]
Inherited from
AssetsBuilder
def withCharset(mimeType: String)(implicit codec: Codec): String
Inherited from
ContentTypes

Implicits

Inherited implicits

implicit def request2flash(implicit request: RequestHeader): Flash
Inherited from
RequestImplicits
implicit def request2session(implicit request: RequestHeader): Session
Inherited from
RequestImplicits