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]): HttpHandler

    Permalink
    Definition Classes
    ServerApplication
  10. def applicationBasePath: String

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

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

    Permalink
    Definition Classes
    ServerApplication
  13. lazy val applicationJSMapContent: Content

    Permalink
    Definition Classes
    ServerApplication
  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 finalize(): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  43. def isRunning: Boolean

    Permalink
    Definition Classes
    Server
  44. def logJavaScriptErrors: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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