Package

org.hyperscala

hello

Permalink

package hello

Visibility
  1. Public
  2. All

Type Members

  1. class HelloPage extends Webpage

    Permalink

Value Members

  1. object HelloSite extends Website with BasicWebsite with StaticWebsite with JettyApplication

    Permalink

    HelloSite is the starting point of our application.

    HelloSite is the starting point of our application. It is responsible for all resource management and web pages.

    We are extending both BasicWebsite and DynamicWebsite to simplify the process of getting started.

Ungrouped