Class

io.youi.template

ServerTemplateApplication

Related Doc: package template

Permalink

class ServerTemplateApplication extends UndertowServer with TemplateApplication with SinglePageApplication

Linear Supertypes
SinglePageApplication, ServerApplication, TemplateApplication, YouIApplication, 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. UndertowServer
  7. Server
  8. ErrorSupport
  9. HttpHandler
  10. Ordered
  11. Comparable
  12. AnyRef
  13. 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. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    ServerApplication
  21. val connectivity: ApplicationConnectivity

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ErrorSupport
  31. def excludeDotHTML: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  41. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  42. def logJavaScriptErrors: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  56. def templateDirectory: File

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

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

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

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