p

io.youi

app

package app

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ApplicationConnectivity extends AnyRef

    ApplicationCommunication defines a communication end-point for Communication instances.

    ApplicationCommunication defines a communication end-point for Communication instances. More than one can be defined in an application.

  2. class CommunicationManager [C <: Communication] extends AnyRef
  3. class JavaScriptException extends RuntimeException with MessageException
  4. trait MatcherPage extends Page
  5. trait MultiPage extends MatcherPage
  6. trait Page extends HttpProcessor[File]
  7. case class ScalaJSConfig (path: String, function: String = "main") extends Product with Serializable
  8. trait ServerApplication extends YouIApplication with Server
  9. trait SinglePageApplication extends ServerApplication
  10. trait TemplatePage extends MatcherPage
  11. trait YouIApplication extends ErrorSupport

    Base trait to define shared client and server information.

    Base trait to define shared client and server information. This trait must be extended in the shared code as a trait and implemented in both client and server implementations.

Value Members

  1. object CommunicationManager
  2. object Macros
    Annotations
    @compileTimeOnly( "Enable Macros for expansion" )
  3. object SinglePageApplication
  4. object YouIApplication

Ungrouped