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, CacheImplementation, 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. CacheImplementation
  9. ErrorSupport
  10. AnyRef
  11. 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. lazy val cacheDirectory: Var[File]

    Permalink
    Definition Classes
    ServerApplication
  14. def cached(url: URL): String

    Permalink
    Definition Classes
    ServerApplication → CacheImplementation
  15. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    ServerApplication
  20. 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
  21. val connectivityEntries: State[Set[ApplicationConnectivity]]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ErrorSupport
  30. def excludeDotHTML: Boolean

    Permalink
    Attributes
    protected
  31. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Server
  35. object handlers

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

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

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

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

    Permalink
    Definition Classes
    Any
  40. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  41. 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
  42. def logJavaScriptException(exception: JavaScriptException): Boolean

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  49. def restart(): Unit

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

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

    Permalink
  52. def start(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. 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 CacheImplementation

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped