cask.main

package cask.main

Members list

Concise view

Type members

Classlikes

object ErrorMsgs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class Main

Defines the main entrypoint and configuration of the Cask web application.

Defines the main entrypoint and configuration of the Cask web application.

You can pass in an arbitrary number of cask.Routes objects for it to serve, and override various properties on Main in order to configure application-wide properties.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Main

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Main.type
class MainRoutes extends Main with Routes

A combination of cask.Main and cask.Routes, ideal for small one-file web applications.

A combination of cask.Main and cask.Routes, ideal for small one-file web applications.

Attributes

Graph
Supertypes
trait Routes
class Main
class Object
trait Matchable
class Any
trait Routes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes