Class

io.youi.template

ServerTemplateApplication

Related Doc: package template

Permalink

class ServerTemplateApplication extends ServerApplication with TemplateApplication

Linear Supertypes
TemplateApplication, ServerApplication, ConfigApplication, Server, HttpHandler, Ordered[HttpHandler], Comparable[HttpHandler], YouIApplication, CacheImplementation, ErrorSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerTemplateApplication
  2. TemplateApplication
  3. ServerApplication
  4. ConfigApplication
  5. Server
  6. HttpHandler
  7. Ordered
  8. Comparable
  9. YouIApplication
  10. CacheImplementation
  11. ErrorSupport
  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 AppHandlerBuilder extends AnyRef

    Permalink
    Definition Classes
    ServerApplication

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
    ServerApplication
  9. def addTemplate(directory: File, mappings: Set[(HttpConnection) ⇒ Option[File]], excludeDotHTML: Boolean, deltas: List[Delta], includeApplication: (URL) ⇒ Boolean): HttpHandler

    Permalink
    Definition Classes
    ServerApplication
  10. def applicationBasePath: String

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  11. def applicationJSBasePath: String

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  12. lazy val applicationJSContent: Content

    Permalink
    Definition Classes
    ServerApplication
  13. lazy val applicationJSDepsContent: Option[Content]

    Permalink
    Definition Classes
    ServerApplication
  14. def applicationJSDepsPath: String

    Permalink
    Definition Classes
    ServerApplication
  15. lazy val applicationJSMapContent: Content

    Permalink
    Definition Classes
    ServerApplication
  16. def applicationJSMapPath: String

    Permalink
    Definition Classes
    ServerApplication
  17. def applicationJSPath: String

    Permalink
    Definition Classes
    ServerApplication
  18. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    ServerApplication → CacheImplementation
  21. val cancellable: Option[Cancellable]

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  22. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    ServerApplication
  28. val connectivity: ApplicationConnectivity

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ErrorSupport
  39. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. lazy val implementation: ServerImplementation

    Permalink
    Attributes
    protected
    Definition Classes
    Server
  45. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication → Server
  46. def isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  48. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  49. def logJavaScriptErrors: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  51. val logPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    YouIApplication
  52. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    ServerTemplateApplication → ConfigApplication
  53. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  59. def restart(): Unit

    Permalink
    Definition Classes
    Server
  60. def run(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication → ConfigApplication
  61. def scriptPaths: List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ServerApplication
  62. def serveHTML(httpConnection: HttpConnection, content: Content, deltas: List[Delta], includeApplication: Boolean): Unit

    Permalink
    Definition Classes
    ServerApplication
  63. macro def start(args: Seq[String]): Unit

    Permalink
    Definition Classes
    ConfigApplication
  64. def start(): Unit

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

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

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

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

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

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

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

Inherited from TemplateApplication

Inherited from ServerApplication

Inherited from ConfigApplication

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