Trait/Object

io.youi.app

SinglePageApplication

Related Docs: object SinglePageApplication | package app

Permalink

trait SinglePageApplication extends ServerApplication

Linear Supertypes
ServerApplication, Server, HttpHandler, Ordered[HttpHandler], Comparable[HttpHandler], YouIApplication, ErrorSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SinglePageApplication
  2. ServerApplication
  3. Server
  4. HttpHandler
  5. Ordered
  6. Comparable
  7. YouIApplication
  8. ErrorSupport
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class SinglePageHttpHandlerBuilder extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def appJSContent: Content

    Permalink
    Attributes
    protected
  2. abstract def appJSMethod: String

    Permalink
    Attributes
    protected
  3. abstract val implementation: ServerImplementation

    Permalink
    Attributes
    protected
    Definition Classes
    Server
  4. abstract def templateDirectory: File

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: HttpHandler): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: HttpHandler): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: HttpHandler): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: HttpHandler): Boolean

    Permalink
    Definition Classes
    Ordered
  8. def addDeltas(connection: HttpConnection, deltas: List[Delta]): Unit

    Permalink
  9. def addMapping(mapper: (HttpConnection) ⇒ Option[File]): Unit

    Permalink
  10. def appJSFileName: String

    Permalink
    Attributes
    protected
  11. def appJSMapContent: Content

    Permalink
    Attributes
    protected
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compare(that: HttpHandler): Int

    Permalink
    Definition Classes
    HttpHandler → Ordered
  15. def compareTo(that: HttpHandler): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  16. val config: ServerConfig

    Permalink
    Definition Classes
    Server
  17. val connected: Channel[Connection]

    Permalink
    Definition Classes
    ServerApplication
  18. val connectivity: ApplicationConnectivity

    Permalink

    Default connectivity using "/communication" as the path.

    Default connectivity using "/communication" as the path. Can be overridden if this path is not desirable.

    Definition Classes
    YouIApplication
  19. val connectivityEntries: State[Set[ApplicationConnectivity]]

    Permalink
    Definition Classes
    YouIApplication
  20. def createConnectivity(path: String = "/communication", autoConnect: Boolean = true): ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  21. val disconnected: Channel[Connection]

    Permalink
    Definition Classes
    ServerApplication
  22. def dispose(): Unit

    Permalink
    Definition Classes
    Server
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def error(t: Throwable): Unit

    Permalink
    Definition Classes
    ErrorSupport
  26. def errorInfo(error: JavaScriptError, httpConnection: HttpConnection): Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  27. def errorSupport[R](f: ⇒ R): R

    Permalink
    Definition Classes
    ErrorSupport
  28. def excludeDotHTML: Boolean

    Permalink
    Attributes
    protected
  29. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def handle(connection: HttpConnection): Unit

    Permalink
    Definition Classes
    Server → HttpHandler
  32. val handler: HttpHandlerBuilder

    Permalink
    Definition Classes
    Server
  33. object handlers

    Permalink
    Definition Classes
    Server
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SinglePageApplication → Server
  36. def isInitialized: Boolean

    Permalink
    Definition Classes
    Server
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  39. def logJavaScriptErrors: Boolean

    Permalink

    Returns true if errors that happen in the browser should be logged on the server.

    Returns true if errors that happen in the browser should be logged on the server.

    Defaults to true.

    Attributes
    protected
    Definition Classes
    YouIApplication
  40. def logJavaScriptException(exception: JavaScriptException): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  44. def page(page: Page): Page

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  45. def priority: Priority

    Permalink
    Definition Classes
    HttpHandler
  46. def responseMap(httpConnection: HttpConnection): Map[String, String]

    Permalink
    Attributes
    protected
  47. def restart(): Unit

    Permalink
    Definition Classes
    Server
  48. def scriptPaths: List[String]

    Permalink
    Attributes
    protected
  49. def serveHTML(httpConnection: HttpConnection, content: Content): Unit

    Permalink
  50. def start(): Unit

    Permalink
    Definition Classes
    Server
  51. def stop(): Unit

    Permalink
    Definition Classes
    Server
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  53. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ServerApplication

Inherited from Server

Inherited from HttpHandler

Inherited from Ordered[HttpHandler]

Inherited from Comparable[HttpHandler]

Inherited from YouIApplication

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped