Class

io.youi.template

ServerTemplateApplication

Related Doc: package template

Permalink

class ServerTemplateApplication extends UndertowServer with TemplateApplication with SinglePageApplication

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

Instance Constructors

  1. new ServerTemplateApplication(compiler: TemplateCompiler)

    Permalink

Type Members

  1. implicit class SinglePageHttpHandlerBuilder extends AnyRef

    Permalink
    Definition Classes
    SinglePageApplication

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
    Definition Classes
    SinglePageApplication
  9. def addMapping(mapper: (HttpConnection) ⇒ Option[File]): Unit

    Permalink
    Definition Classes
    SinglePageApplication
  10. def appJSContent: Content

    Permalink
    Attributes
    protected
    Definition Classes
    ServerTemplateApplication → SinglePageApplication
  11. def appJSFileName: String

    Permalink
    Attributes
    protected
    Definition Classes
    SinglePageApplication
  12. def appJSMapContent: Content

    Permalink
    Attributes
    protected
    Definition Classes
    SinglePageApplication
  13. def appJSMethod: String

    Permalink
    Attributes
    protected
    Definition Classes
    ServerTemplateApplication → SinglePageApplication
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. lazy val cacheDirectory: Var[File]

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. val communication: CommunicationManager[TemplateCommunication]

    Permalink
    Definition Classes
    TemplateApplication
  19. def compare(that: HttpHandler): Int

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

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

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

    Permalink
    Definition Classes
    ServerApplication
  23. val connectivity: ApplicationConnectivity

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

    Permalink
    Definition Classes
    YouIApplication
  25. def createConnectivity(path: String, autoConnect: Boolean): ApplicationConnectivity

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

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

    Permalink
    Definition Classes
    ServerApplication → Server
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    ErrorSupport
  31. val errorHandler: Var[ErrorHandler]

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

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

    Permalink
    Definition Classes
    ErrorSupport
  34. def excludeDotHTML: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SinglePageApplication
  35. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. val implementation: UndertowServerImplementation

    Permalink
    Attributes
    protected
    Definition Classes
    UndertowServer → Server
  41. def init(): Unit

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

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

    Permalink
    Definition Classes
    Any
  44. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  45. def logJavaScriptErrors: Boolean

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerTemplateApplication → SinglePageApplication
  53. def restart(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    SinglePageApplication
  55. def serveHTML(httpConnection: HttpConnection, content: Content): Unit

    Permalink
    Definition Classes
    SinglePageApplication
  56. def start(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  59. def templateDirectory: File

    Permalink
    Attributes
    protected
    Definition Classes
    ServerTemplateApplication → SinglePageApplication
  60. def toString(): String

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

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

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

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

Inherited from SinglePageApplication

Inherited from ServerApplication

Inherited from TemplateApplication

Inherited from YouIApplication

Inherited from CacheImplementation

Inherited from UndertowServer

Inherited from Server

Inherited from ErrorSupport

Inherited from HttpHandler

Inherited from Ordered[HttpHandler]

Inherited from Comparable[HttpHandler]

Inherited from AnyRef

Inherited from Any

Ungrouped