org.hyperscala.web

Website

abstract class Website[S <: Session] extends WebApplication[S] with Logging

Linear Supertypes
WebApplication[S], NotFoundApplication, SessionApplication[S], HandlerApplication, Logging, HttpApplication, Disposable, Updatable, HttpHandler, Listenable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Website
  2. WebApplication
  3. NotFoundApplication
  4. SessionApplication
  5. HandlerApplication
  6. Logging
  7. HttpApplication
  8. Disposable
  9. Updatable
  10. HttpHandler
  11. Listenable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Website()(implicit manifest: Manifest[S])

Type Members

  1. class SessionCreateHandler extends HttpHandler

    Definition Classes
    SessionApplication
  2. class Sessions extends AnyRef

    Definition Classes
    SessionApplication

Abstract Value Members

  1. abstract def createSession(request: HttpRequest, id: String): S

    Attributes
    protected
    Definition Classes
    SessionApplication

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addClassPath(urlBasePath: String, lookupPath: String, allowCaching: Boolean, priority: Priority): FunctionalListener[(HttpRequest, HttpResponse), HttpResponse]

    Definition Classes
    WebApplication
  5. def addContent(creator: (HttpRequest) ⇒ HttpContent, uris: String*): HttpHandler

    Definition Classes
    WebApplication
  6. def addContent(creator: ⇒ HttpContent, uris: String*): HttpHandler

    Definition Classes
    WebApplication
  7. def addFilePath(urlBasePath: String, directory: File, allowCaching: Boolean, priority: Priority): FunctionalListener[(HttpRequest, HttpResponse), HttpResponse]

    Definition Classes
    WebApplication
  8. def addHandler(handler: HttpHandler, uris: String*): HttpHandler

    Definition Classes
    WebApplication
  9. val application: MapStorage[Any, Any]

    Application stores content that should be persistent throughout the life of the website.

  10. def around[R](request: HttpRequest)(f: ⇒ R): R

    Definition Classes
    HttpApplication
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def cookieName: String

    Attributes
    protected
    Definition Classes
    SessionApplication
  14. def debug(message: ⇒ Any): Unit

    Definition Classes
    Logging
  15. def dispose(): Unit

    Definition Classes
    Website → SessionApplication → HttpApplication → Disposable
  16. val disposed: UnitProcessor[HttpApplication]

    Definition Classes
    HttpApplication
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def error(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  20. def error(message: ⇒ Any): Unit

    Definition Classes
    Logging
  21. def errorPage(request: HttpRequest, response: HttpResponse, status: HttpResponseStatus = ...): HttpResponse

  22. def errorThrown(t: Throwable): Unit

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. val handlers: HandlerProcessor

    Definition Classes
    HandlerApplication
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def info(message: ⇒ Any): Unit

    Definition Classes
    Logging
  28. def init(): Unit

    Definition Classes
    Website → HttpApplication
  29. final def initialize(): Unit

    Definition Classes
    HttpApplication
  30. def initialized: Boolean

    Definition Classes
    HttpApplication
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isRunning: Boolean

    Definition Classes
    HttpApplication
  33. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  34. val listeners: Listeners

    Definition Classes
    Listenable
  35. def log(level: Level, message: ⇒ Any): Unit

    Definition Classes
    Logging
  36. def logger: Logger

    Definition Classes
    Logging
  37. def loggerName: String

    Attributes
    protected
    Definition Classes
    Logging
  38. implicit val manifest: Manifest[S]

  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def notFoundContent(request: HttpRequest): StringContent

    Attributes
    protected
    Definition Classes
    WebApplication → NotFoundApplication
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. def onReceive(request: HttpRequest, response: HttpResponse): HttpResponse

    Definition Classes
    NotFoundApplication → HttpApplication → HttpHandler
  44. def page(creator: ⇒ Webpage[S], scope: Scope, uris: String*): WebpageHandler[S]

  45. val pageError: UnitProcessor[(Webpage[S], Throwable)]

    Invoked when a page throws an error.

  46. lazy val pages: Pages[S]

    Access to all currently loaded pages.

  47. def register(resource: String): Unit

    Definition Classes
    WebApplication
  48. def register(path: String, url: URL): Unit

    Definition Classes
    WebApplication
  49. def register(path: String, resource: String): Unit

    Definition Classes
    WebApplication
  50. def remove(id: String): Unit

    Attributes
    protected[com.outr.net.http.session]
    Definition Classes
    SessionApplication
  51. def removeContent(uri: String): Unit

    Definition Classes
    WebApplication
  52. def request: HttpRequest

    Definition Classes
    HttpApplication
  53. def requestOption: Option[HttpRequest]

    Definition Classes
    HttpApplication
  54. def session: S

    Definition Classes
    SessionApplication
  55. lazy val sessions: Sessions

    Definition Classes
    SessionApplication
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  57. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  58. def toString(): String

    Definition Classes
    AnyRef → Any
  59. def trace(message: ⇒ Any): Unit

    Definition Classes
    Logging
  60. def update(delta: Double): Unit

    Definition Classes
    Website → SessionApplication → Updatable
  61. def updateFrequency: Double

    Definition Classes
    HttpApplication
  62. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def warn(message: ⇒ Any, t: Throwable): Unit

    Definition Classes
    Logging
  66. def warn(message: ⇒ Any): Unit

    Definition Classes
    Logging

Inherited from WebApplication[S]

Inherited from NotFoundApplication

Inherited from SessionApplication[S]

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

Ungrouped