Object

org.hyperscala.site

HyperscalaSite

Related Doc: package site

Permalink

object HyperscalaSite extends Website with JettyApplication

Linear Supertypes
JettyApplication, Website, AbstractMutableContainer[Webpage], powerscala.hierarchy.Container[Webpage], ParentLike[Webpage], WebApplication, NotFoundApplication, SessionApplication, HandlerApplication, Logging, HttpApplication, Disposable, Updatable, HttpHandler, Listenable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HyperscalaSite
  2. JettyApplication
  3. Website
  4. AbstractMutableContainer
  5. Container
  6. ParentLike
  7. WebApplication
  8. NotFoundApplication
  9. SessionApplication
  10. HandlerApplication
  11. Logging
  12. HttpApplication
  13. Disposable
  14. Updatable
  15. HttpHandler
  16. Listenable
  17. AnyRef
  18. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type S = MapSession

    Permalink
    Definition Classes
    HyperscalaSite → SessionApplication
  2. class SessionCreateHandler extends HttpHandler

    Permalink
    Definition Classes
    SessionApplication
  3. class Sessions extends AnyRef

    Permalink
    Definition Classes
    SessionApplication

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addChild(child: Webpage): Unit

    Permalink
    Attributes
    protected[org.hyperscala.web]
    Definition Classes
    Website → AbstractMutableContainer
  5. def addClassPath(urlBasePath: String, lookupPath: String, allowCaching: Boolean, priority: Priority): FunctionalListener[(HttpRequest, HttpResponse), HttpResponse]

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

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

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

    Permalink
    Definition Classes
    WebApplication
  9. def addHandler(handler: HttpHandler, r: Regex, pathOnly: Boolean): HttpHandler

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

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

    Permalink
    Definition Classes
    Website
  12. def around[R](request: HttpRequest)(f: ⇒ R): R

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

    Permalink
    Definition Classes
    Any
  14. val autoComplete: WebpageHandler

    Permalink
  15. val basicSVG: WebpageHandler

    Permalink
  16. val basketJS: WebpageHandler

    Permalink
  17. val bootstrapSignIn: WebpageHandler

    Permalink
  18. val bootstrapTheme: WebpageHandler

    Permalink
  19. val buffer: ListBuffer[Webpage]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  20. val busyDialog: WebpageHandler

    Permalink
  21. val caseForm: WebpageHandler

    Permalink
  22. val changeable: WebpageHandler

    Permalink
  23. val chat: WebpageHandler

    Permalink
  24. val childAdded: ChildAddedProcessor[Webpage]

    Permalink
    Definition Classes
    Container
  25. implicit def childManifest: Manifest[Webpage]

    Permalink
    Definition Classes
    Website → Container
  26. val childRemoved: ChildRemovedProcessor[Webpage]

    Permalink
    Definition Classes
    Container
  27. val clipboard: WebpageHandler

    Permalink
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. val colorPicker: WebpageHandler

    Permalink
  30. val compliance: WebpageHandler

    Permalink
  31. val confirmDialog: WebpageHandler

    Permalink
  32. val connected: WebpageHandler

    Permalink
  33. val contentEditor: WebpageHandler

    Permalink
  34. val contentEditorContent: WebpageHandler

    Permalink
  35. def contents: Seq[Webpage]

    Permalink
    Definition Classes
    AbstractMutableContainer → Container
  36. def cookieName: String

    Permalink
    Attributes
    protected
    Definition Classes
    SessionApplication
  37. val coordinates: WebpageHandler

    Permalink
  38. val createJS: WebpageHandler

    Permalink
  39. def createSession(request: HttpRequest, id: String): MapSession

    Permalink
    Attributes
    protected
    Definition Classes
    HyperscalaSite → SessionApplication
  40. val datePicker: WebpageHandler

    Permalink
  41. def debug(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging
  42. def defaultPort: Int

    Permalink
    Definition Classes
    HyperscalaSite → JettyApplication
  43. val dialog: WebpageHandler

    Permalink
  44. def dispose(): Unit

    Permalink
    Definition Classes
    JettyApplication → HttpApplication → Disposable
  45. val disposed: UnitProcessor[HttpApplication]

    Permalink
    Definition Classes
    HttpApplication
  46. val dropReceiver: WebpageHandler

    Permalink
  47. val dropzone: WebpageHandler

    Permalink
  48. val dynamic: WebpageHandler

    Permalink
  49. val dynamicPage: WebpageHandler

    Permalink
  50. val dynamicSVG: WebpageHandler

    Permalink
  51. val dynamicURL: WebpageHandler

    Permalink
  52. val encodedImage: WebpageHandler

    Permalink
  53. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Website
  58. def errorThrown(t: Throwable): Unit

    Permalink
    Definition Classes
    Website
  59. def example(creator: ⇒ Example, group: String, name: String, scope: Scope = Scope.Page, minimalistic: Boolean = false): WebpageHandler

    Permalink
  60. def examples: List[ExampleEntry]

    Permalink
  61. val externalStyle: WebpageHandler

    Permalink
  62. val fabricIntro1: WebpageHandler

    Permalink
  63. val fabricIntro2: WebpageHandler

    Permalink
  64. val fabricIntro3: WebpageHandler

    Permalink
  65. val fabricJS: WebpageHandler

    Permalink
  66. val fileUploader: WebpageHandler

    Permalink
  67. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  68. val form: WebpageHandler

    Permalink
  69. val gallery: WebpageHandler

    Permalink
  70. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  71. val gritter: WebpageHandler

    Permalink
  72. val handlers: HandlerProcessor

    Permalink
    Definition Classes
    HandlerApplication
  73. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  74. val headScript: WebpageHandler

    Permalink
  75. val hello: WebpageHandler

    Permalink
  76. def hierarchicalChildren: Seq[Webpage]

    Permalink
    Attributes
    protected
    Definition Classes
    Container → ParentLike
  77. val history: WebpageHandler

    Permalink
  78. val id: String

    Permalink
    Definition Classes
    Website
  79. def info(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging
  80. def init(): Unit

    Permalink
    Definition Classes
    HyperscalaSite → Website → HttpApplication
  81. final def initialize(): Unit

    Permalink
    Definition Classes
    HttpApplication
  82. def initialized: Boolean

    Permalink
    Definition Classes
    HttpApplication
  83. def insertChildren(index: Int, children: Webpage*): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  84. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  85. def isRunning: Boolean

    Permalink
    Definition Classes
    HttpApplication
  86. val jCanvas: WebpageHandler

    Permalink
  87. val jQueryEvents: WebpageHandler

    Permalink
  88. val justifiedGallery: WebpageHandler

    Permalink
  89. val large: WebpageHandler

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

    Permalink
    Definition Classes
    Listenable
  91. val listeners: Listeners

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

    Permalink
    Definition Classes
    Logging
  93. def logger: Logger

    Permalink
    Definition Classes
    Logging
  94. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  95. def lookupAndStoreSession(request: HttpRequest): Unit

    Permalink
    Definition Classes
    SessionApplication
  96. def lookupSession(request: HttpRequest): Option[S]

    Permalink
    Definition Classes
    SessionApplication
  97. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    JettyApplication
  98. val modalComponent: WebpageHandler

    Permalink
  99. val multiSelect: WebpageHandler

    Permalink
  100. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  101. val nivoSlider: WebpageHandler

    Permalink
  102. def notFoundContent(request: HttpRequest): StringContent

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

    Permalink
    Definition Classes
    AnyRef
  104. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    NotFoundApplication → HttpApplication → HttpHandler
  106. def page(creator: ⇒ Webpage, scope: Scope, uris: String*): WebpageHandler

    Permalink
    Definition Classes
    Website
  107. val pageChange: WebpageHandler

    Permalink
  108. val pageError: UnitProcessor[(Webpage, Throwable)]

    Permalink
    Definition Classes
    Website
  109. val pageLoader: WebpageHandler

    Permalink
  110. lazy val pages: Pages

    Permalink
    Definition Classes
    Website
  111. val playComparison: WebpageHandler

    Permalink
  112. final def port: Int

    Permalink
    Definition Classes
    JettyApplication
  113. val progressBar: WebpageHandler

    Permalink
  114. val realTime: WebpageHandler

    Permalink
  115. val realTimeDate: WebpageHandler

    Permalink
  116. val realTimeForm: WebpageHandler

    Permalink
  117. val realTimeWebpage: WebpageHandler

    Permalink
  118. val realtimeFrame: WebpageHandler

    Permalink
  119. def register(resource: String): Unit

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

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

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

    Permalink
    Attributes
    protected[com.outr.net.http.session]
    Definition Classes
    SessionApplication
  123. final def removeAll(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
    Annotations
    @tailrec()
  124. def removeChild(child: Webpage): Unit

    Permalink
    Attributes
    protected[org.hyperscala.web]
    Definition Classes
    Website → AbstractMutableContainer
  125. def removeContent(uri: String): Unit

    Permalink
    Definition Classes
    WebApplication
  126. def removeFirst(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  127. def request: HttpRequest

    Permalink
    Definition Classes
    HttpApplication
  128. def requestOption: Option[HttpRequest]

    Permalink
    Definition Classes
    HttpApplication
  129. def run(): Unit

    Permalink
  130. val scoped: WebpageHandler

    Permalink
  131. val screen: WebpageHandler

    Permalink
  132. val scriptLoader: WebpageHandler

    Permalink
  133. val select2: WebpageHandler

    Permalink
  134. def session: S

    Permalink
    Definition Classes
    SessionApplication
  135. lazy val sessions: Sessions

    Permalink
    Definition Classes
    SessionApplication
  136. val shapesSVG: WebpageHandler

    Permalink
  137. val singlePageSite: WebpageHandler

    Permalink
  138. val singleSelectList: WebpageHandler

    Permalink
  139. val siteAbout: WebpageHandler

    Permalink
  140. val siteDocumentation: WebpageHandler

    Permalink
  141. val siteExamples: WebpageHandler

    Permalink
  142. val siteGenerator: WebpageHandler

    Permalink
  143. val socialMetadata: WebpageHandler

    Permalink
  144. val socialSharing: WebpageHandler

    Permalink
  145. val spectrum: WebpageHandler

    Permalink
  146. val spinner: WebpageHandler

    Permalink
  147. def start(): Unit

    Permalink
    Definition Classes
    JettyApplication
  148. val static: WebpageHandler

    Permalink
  149. def stop(): Unit

    Permalink
    Definition Classes
    JettyApplication
  150. def storeSession(request: HttpRequest, session: S): Unit

    Permalink
    Definition Classes
    SessionApplication
  151. val style: WebpageHandler

    Permalink
  152. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  153. val tabs: WebpageHandler

    Permalink
  154. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  155. val tileBoard: WebpageHandler

    Permalink
  156. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  157. val todoMVC: WebpageHandler

    Permalink
  158. def trace(message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Logging
  159. val tree: WebpageHandler

    Permalink
  160. val typedSelect: WebpageHandler

    Permalink
  161. def update(delta: Double): Unit

    Permalink
    Definition Classes
    Website → SessionApplication → Updatable
  162. def updateFrequency: Double

    Permalink
    Definition Classes
    HttpApplication
  163. val userAgent: WebpageHandler

    Permalink
  164. val videoJS: WebpageHandler

    Permalink
  165. val visual: WebpageHandler

    Permalink
  166. val visualize: WebpageHandler

    Permalink
  167. val visualizeAdvanced: WebpageHandler

    Permalink
  168. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Logging
  173. val webFontLoader: WebpageHandler

    Permalink
  174. def webSocketPath: Option[String]

    Permalink
    Definition Classes
    HttpApplication

Inherited from JettyApplication

Inherited from Website

Inherited from AbstractMutableContainer[Webpage]

Inherited from powerscala.hierarchy.Container[Webpage]

Inherited from ParentLike[Webpage]

Inherited from WebApplication

Inherited from NotFoundApplication

Inherited from SessionApplication

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