org.hyperscala.web

Website

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

Linear Supertypes
WebApplication[S], NotFoundApplication, SessionApplication[S], HandlerApplication, Logging, LoggingCore, 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. LoggingCore
  8. HttpApplication
  9. Disposable
  10. Updatable
  11. HttpHandler
  12. Listenable
  13. AnyRef
  14. 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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

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

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

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

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

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

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

  12. def around[R](f: ⇒ R): R

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

    Definition Classes
    Any
  14. def asynchronousLogging: Boolean

    Attributes
    protected
    Definition Classes
    LoggingCore
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def contextualize[R](request: HttpRequest)(f: ⇒ R): R

    Definition Classes
    HttpApplication
  17. def cookieName: String

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

    Definition Classes
    Logging
  19. def dispose(): Unit

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

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

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

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

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

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

  26. def errorThrown(t: Throwable): Unit

  27. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  29. val handlers: HandlerProcessor

    Definition Classes
    HandlerApplication
  30. def hashCode(): Int

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

    Definition Classes
    Logging
  32. def init(): Unit

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

    Definition Classes
    HttpApplication
  34. def initialized: Boolean

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

    Definition Classes
    Any
  36. def isRunning: Boolean

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

    Definition Classes
    Listenable
  38. val listeners: Listeners

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

    Definition Classes
    LoggingCore
  40. val logger: InnerLogging

    Definition Classes
    LoggingCore
  41. def loggingClassName: String

    Attributes
    protected
    Definition Classes
    LoggingCore
  42. implicit val manifest: Manifest[S]

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

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

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

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

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

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

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

    Invoked when a page throws an error.

  50. lazy val pages: Pages[S]

    Access to all currently loaded pages.

  51. def register(resource: String): Unit

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

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

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

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

    Definition Classes
    WebApplication
  56. def request: HttpRequest

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

    Definition Classes
    HttpApplication
  58. def session: S

    Definition Classes
    SessionApplication
  59. lazy val sessions: Sessions

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

    Definition Classes
    AnyRef
  61. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  62. def toString(): String

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

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

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

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

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

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

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

    Definition Classes
    Logging
  70. 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 LoggingCore

Inherited from HttpApplication

Inherited from Disposable

Inherited from Updatable

Inherited from HttpHandler

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped