Packages

p

cask

main

package main

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Main extends AnyRef

    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.

  2. class MainRoutes extends Main with Routes

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

  3. trait Routes extends AnyRef

Value Members

  1. object ErrorMsgs
  2. object Main

Ungrouped