Packages

p

io.youi

app

package app

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. app
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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[Content]
  7. trait ServerApplication extends YouIApplication with Server
  8. trait TemplatePage extends MatcherPage
  9. trait YouIApplication extends ErrorSupport with CacheImplementation

    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 Application extends ConnectionFilter
  2. object CommunicationManager
  3. object Macros
    Annotations
    @compileTimeOnly( "Enable Macros for expansion" )
  4. object ServerApplication
  5. object YouIApplication

Inherited from AnyRef

Inherited from Any

Ungrouped