org.hyperscala

hello

package hello

Visibility
  1. Public
  2. All

Type Members

  1. class HelloPage extends Webpage[MapSession]

Value Members

  1. object HelloSite extends Website[MapSession] with BasicWebsite with StaticWebsite[MapSession] with JettyApplication

    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