Inherited from JettyApplication
Inherited from StaticWebsite[MapSession]
Inherited from BasicWebsite
Inherited from Website[MapSession]
Inherited from WebApplication[MapSession]
Inherited from NotFoundApplication
Inherited from SessionApplication[MapSession]
Inherited from HandlerApplication
Inherited from Logging
Inherited from HttpApplication
Inherited from Disposable
Inherited from Updatable
Inherited from HttpHandler
Inherited from Listenable
Inherited from AnyRef
Inherited from Any
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.